public class ElementaryCyclesSearch extends Object
Constructor and Description |
---|
ElementaryCyclesSearch(boolean[][] matrix,
Object[] graphNodes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List |
getElementaryCycles()
Returns List::List::Object with the Lists of nodes of all elementary
cycles in the graph.
|
public ElementaryCyclesSearch(boolean[][] matrix, 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-representationpublic List getElementaryCycles()
Copyright © 2005–2020. All rights reserved.