Package com.jgalgo

Interface VertexCover.Builder

    • Method Summary

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

        setOption
    • Method Detail

      • build

        VertexCover build()
        Create a new algorithm object for minimum vertex cover computation.
        Returns:
        a new minimum vertex cover algorithm