Package com.jgalgo

Interface MinimumCutST.Builder

    • Method Summary

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

        setOption
    • Method Detail

      • build

        MinimumCutST build()
        Create a new algorithm object for minimum cut computation.
        Returns:
        a new minimum cut algorithm