Interface TreeToPathDecompositionAlgorithm.PathDecomposition<V,​E>

    • Method Detail

      • getEdges

        java.util.Set<E> getEdges()
        Set of edges of the path decomposition.
        Returns:
        edge set of the path decomposition
      • getPaths

        java.util.Set<GraphPath<V,​E>> getPaths()
        Set of disjoint paths of the decomposition
        Returns:
        list of vertex paths
      • numberOfPaths

        default int numberOfPaths()
        Returns:
        number of paths in the decomposition