public class ElementaryCyclesSearch
extends java.lang.Object
| Constructor and Description |
|---|
ElementaryCyclesSearch(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 ElementaryCyclesSearch(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