public class GraphChecker extends Object
| 构造器和说明 |
|---|
GraphChecker(boolean[][] matParam)
Constructs the GraphChecker object.
|
public GraphChecker(boolean[][] matParam)
matParam - The two dimensional array of booleans representing the graphs
incidence matrix.public boolean isGraphCyclic()
true if the graph is cyclic, and
false otherwise.public int[] getCyclicNodes()
null.public int getJoinIndex(int nodeX)
nodeX - The index of split nodeCopyright © 2023 onecode. All rights reserved.