V - The vertex type.E - The edge type.public class PatonSimpleCycles<V extends Vertex,E extends Edge<V>>
extends java.lang.Object
| Constructor and Description |
|---|
PatonSimpleCycles(Graph<V,E> graph)
Create a cycle basis finder for the specified graph.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.List<V>> |
findSimpleCycles() |
public java.util.List<java.util.List<V>> findSimpleCycles()