Interface ShortestPathAllPairs.Builder

    • Method Detail

      • build

        ShortestPathAllPairs build()
        Create a new algorithm object for all pairs shortest paths computation.
        Returns:
        a new all pairs shortest paths algorithm
      • cardinality

        ShortestPathAllPairs.Builder cardinality​(boolean cardinalityWeight)
        Enable/disable the support for cardinality shortest paths only.

        More efficient algorithm may exists for cardinality shortest paths. Note that if this option is enabled, ONLY cardinality shortest paths will be supported.

        Parameters:
        cardinalityWeight - if true, only cardinality shortest paths will be supported by algorithms built by this builder
        Returns:
        this builder