Interface TreeToPathDecompositionAlgorithm.PathDecomposition<V,​E>

    • Method Detail

      • getEdges

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

        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