Package com.jgalgo

Interface MaximumFlow.Builder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MaximumFlow build()
      Create a new algorithm object for maximum flow computation.
      • Methods inherited from interface com.jgalgo.internal.util.BuilderAbstract

        setOption
    • Method Detail

      • build

        MaximumFlow build()
        Create a new algorithm object for maximum flow computation.
        Returns:
        a new maximum flow algorithm