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