You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was actually originally investigating the case where one of the exit ports was missing from the boundary. Is the result what you would expect in that case?
Yes, I would expect that example to result in the nodes [n2, n3, n4, n5], but would obviously not be convex.
The idea behind this subgraph definition is that any path that starts within the subgraph and never passes through a input or output port is contained within the subgraph. Furthermore, for such a path it is also allowed to traverse edges in the reverse direction (from target to source).
For example, this test:
should (I think) generate a subgraph consisting of
n2
andn3
; instead it generates a subgraph with nodesn2
,n3
,n4
andn5
.The text was updated successfully, but these errors were encountered: