Is it possible to find out if the graph in the document (represented by the objects and links) contains a cyclic connection?
eg.
A->B->C->A (cycle detected)
Is it possible to find out if the graph in the document (represented by the objects and links) contains a cyclic connection?
eg.
A->B->C->A (cycle detected)
The GoDocument methods for cycle-checking, used to see whether a proposed new link would be valid given the current value of GoDocument.ValidCycle, can’t be used efficiently for checking whether a cycle already exists.