I'm experiencing an exception in the RouteEdgeWithGroups() method: line
throw new InvalidOperationException(); //cannot find a path
is executed in a very complex graph.
I don't understand the meaning of this method; it is supposed to draw edges, but "WithGroups" is not clear to me.
I'm experiencing an exception in the RouteEdgeWithGroups() method: line
throw new InvalidOperationException(); //cannot find a pathis executed in a very complex graph.
I don't understand the meaning of this method; it is supposed to draw edges, but "WithGroups" is not clear to me.