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