|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cycle | |
---|---|
fr.inria.opengve.bridge.algorithms.common | This package contains all algorithms common to directed and undirected graph. |
Uses of Cycle in fr.inria.opengve.bridge.algorithms.common |
---|
Methods in fr.inria.opengve.bridge.algorithms.common that return Cycle | |
---|---|
protected abstract Cycle<V,E> |
FindElementaryCyclesFrom.createCycle(Path<V,E> p,
E e)
Create a new cycle from a path and the edge closing this path. |
Methods in fr.inria.opengve.bridge.algorithms.common that return types with arguments of type Cycle | |
---|---|
java.util.HashSet<Cycle<V,E>> |
FindElementaryCyclesFrom.getCycles()
Return the set of cycles containing the given node. |
java.util.HashSet<Cycle<V,E>> |
FindElementaryCycles.getSolution()
Give the set of cycles in graph g. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |