V
- the graph vertex typeE
- the graph edge typepublic interface TreeToPathDecompositionAlgorithm<V,E>
Modifier and Type | Interface and Description |
---|---|
static interface |
TreeToPathDecompositionAlgorithm.PathDecomposition<V,E>
A path decomposition.
|
static class |
TreeToPathDecompositionAlgorithm.PathDecompositionImpl<V,E>
Default implementation of the path decomposition interface.
|
Modifier and Type | Method and Description |
---|---|
TreeToPathDecompositionAlgorithm.PathDecomposition<V,E> |
getPathDecomposition()
Computes a path decomposition.
|
TreeToPathDecompositionAlgorithm.PathDecomposition<V,E> getPathDecomposition()
Copyright © 2019. All rights reserved.