Makes the graph acyclic by reversing the direction of selected edges.
Namespace: MindFusion.Graphs
File: Graph.js
JavaScript Copy Code |
---|
function makeAcyclic () |
Array. A list with all edges that were reversed in order to make the graph acyclic.
Must be called on a simple connected graph.