ASP.NET Pack Programmer's Guide
Graph.makeAcyclic Method
See Also
 





Makes the graph acyclic by reversing the direction of selected edges.

Namespace: MindFusion.Graphs
Package: Graph.js

 Syntax

JavaScript  Copy Code

function makeAcyclic ()

 Return Value

Type: Array
A list with all edges that were reversed in order to make the graph acyclic.

 Remarks

Must be called on a simple connected graph.

 See Also

Graph Members
Graph Class
MindFusion.Graphs Namespace