public class ElementaryCyclesSearchL
extends java.lang.Object
Constructor and Description |
---|
ElementaryCyclesSearchL(boolean[][] matrix,
java.lang.Object[] graphNodes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getElementaryCycles()
Returns List::List::Object with the Lists of nodes of all elementary
cycles in the graph.
|
public ElementaryCyclesSearchL(boolean[][] matrix, java.lang.Object[] graphNodes)
matrix
- adjacency-matrix of the graphgraphNodes
- array of the graphnodes of the graph; this is used to
build sets of the elementary cycles containing the objects of the original
graph-representation