Package com.jgalgo

Interface EulerianTourAlgo.Builder

    • Method Summary

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

        setOption
    • Method Detail

      • build

        EulerianTourAlgo build()
        Create a new algorithm object for Eulerian tours computation.
        Returns:
        a new Eulerian tour algorithm