Package com.jgalgo.alg
Interface ChinesePostman.Builder
-
- All Superinterfaces:
AlgorithmBuilderBase
- Enclosing interface:
- ChinesePostman
public static interface ChinesePostman.Builder extends AlgorithmBuilderBase
A builder forChinesePostman
objects.- Author:
- Barak Ugav
- See Also:
ChinesePostman.newBuilder()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChinesePostman
build()
Create a new algorithm object for chinese postman problem.-
Methods inherited from interface com.jgalgo.alg.AlgorithmBuilderBase
setOption
-
-
-
-
Method Detail
-
build
ChinesePostman build()
Create a new algorithm object for chinese postman problem.- Returns:
- a new chinese postman algorithm
-
-