Package com.jgalgo
Interface MaximumFlow.Builder
-
- All Superinterfaces:
com.jgalgo.internal.util.BuilderAbstract<MaximumFlow.Builder>
- Enclosing interface:
- MaximumFlow
public static interface MaximumFlow.Builder extends com.jgalgo.internal.util.BuilderAbstract<MaximumFlow.Builder>
A builder forMaximumFlow
objects.- Author:
- Barak Ugav
- See Also:
MaximumFlow.newBuilder()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MaximumFlow
build()
Create a new algorithm object for maximum flow computation.
-
-
-
Method Detail
-
build
MaximumFlow build()
Create a new algorithm object for maximum flow computation.- Returns:
- a new maximum flow algorithm
-
-