-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing BREAK, CONTINUE #251
Comments
Hrm, maybe easier. Get a subgraph from the current vertex. Then parse each vertex in the subgraph and remove it from the remaining items in the currently computed stack if it is found there. |
I'm not really sure how these two different results should be handled and how they differ. |
I do not know what the original authors intended - what is there right now seems like a stub for some original design plan. Your proposal seems reasonable. Send a pull request and we can iterate on it there. @vrabaud any thoughts? |
For the purposes of clarity, I think we can define here:
|
This patch makes ecto schedule the next iteration through the plasm with ecto::BREAK as discussed in plasmodic#251
I fancy these would be quite useful. At least, I went looking to use something like this, found these unimplemented markers and had quite optimistic hopes dashed when I noticed:
What would it entail? It looks like we'd probably have to recompute the stack from the adjacency list with instructions to skip a marked vertex. Right now, haven't drilled so far down to know how difficult this might be.
The text was updated successfully, but these errors were encountered: