Uses of Interface
org.jgrapht.alg.interfaces.TreeToPathDecompositionAlgorithm.PathDecomposition
Package
Description
Algorithms for computing decompositions.
Algorithm related interfaces.
-
Uses of TreeToPathDecompositionAlgorithm.PathDecomposition in org.jgrapht.alg.decomposition
Modifier and TypeMethodDescriptionHeavyPathDecomposition.getPathDecomposition()
Computes a path decomposition. -
Uses of TreeToPathDecompositionAlgorithm.PathDecomposition in org.jgrapht.alg.interfaces
Modifier and TypeClassDescriptionstatic class
Default implementation of the path decomposition interface.Modifier and TypeMethodDescriptionTreeToPathDecompositionAlgorithm.getPathDecomposition()
Computes a path decomposition.