| Constructor and Description |
|---|
SimpleCyclesFinder() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.List<V>> |
findCycles(Graph<V,E> graph)
Finds cycle basis of the given graph.
|
public java.util.List<java.util.List<V>> findCycles(Graph<V,E> graph)
graph - Graph whose simple cycle basis is to be found