Package com.jgalgo
Interface ChinesePostman.Builder
-
- All Superinterfaces:
com.jgalgo.internal.util.BuilderAbstract<ChinesePostman.Builder>
- Enclosing interface:
- ChinesePostman
public static interface ChinesePostman.Builder extends com.jgalgo.internal.util.BuilderAbstract<ChinesePostman.Builder>
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.
-
-
-
Method Detail
-
build
ChinesePostman build()
Create a new algorithm object for chinese postman problem.- Returns:
- a new chinese postman algorithm
-
-