MakesDirectedCycleFast Method
In This Topic
This method returns true if adding a link from to would result in a cycle of directed links going through the node .
Syntax
Parameters
- a
- the node to start from
- b
- the node that the proposed link would connect to
See Also