-
Notifications
You must be signed in to change notification settings - Fork 17
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
IGMinimumSeparators misbehaves with directed graphs #48
Comments
I also don't think it works normally with undircted graph,see this
|
I think this result is correct. Can you explain more why you think it is not? Deleting these vertex sets disconnects the graph. They are indeed the smallest possible sets that will disconnect it. |
I'm soory,I make a mistake.There is a isolated vertex(R8) when we drop the vertice R6 and TX..The result is right indeed. |
Milestone removed as there is a workaround for this in Mma code. Will keep the bug open until the issue is fixed in the C code upstream. |
According to the documentation, edge directions should be ignored.
In reality, empty results are returned for directed graphs.
Upstream bug: igraph/igraph#992
The text was updated successfully, but these errors were encountered: