V
- the graph vertex typeE
- the graph edge typepublic static interface CycleBasisAlgorithm.CycleBasis<V,E>
Modifier and Type | Method and Description |
---|---|
Set<List<E>> |
getCycles()
Return the set of cycles of the cycle basis.
|
Set<GraphPath<V,E>> |
getCyclesAsGraphPaths()
Return the set of cycles of the cycle basis.
|
int |
getLength()
Get the length of the cycle basis.
|
double |
getWeight()
Get the weight of the cycle basis.
|
Set<List<E>> getCycles()
int getLength()
double getWeight()
Copyright © 2019. All rights reserved.