V
- the graph vertex typeE
- the graph edge typepublic static interface TreeToPathDecompositionAlgorithm.PathDecomposition<V,E>
Modifier and Type | Method and Description |
---|---|
Set<E> |
getEdges()
Set of edges of the path decomposition.
|
Set<GraphPath<V,E>> |
getPaths()
Set of disjoint paths of the decomposition
|
default int |
numberOfPaths() |
Set<E> getEdges()
Set<GraphPath<V,E>> getPaths()
default int numberOfPaths()
Copyright © 2019. All rights reserved.