Uses of Interface
com.jgalgo.MinimumCostFlow.Builder
-
Packages that use MinimumCostFlow.Builder Package Description com.jgalgo -
-
Uses of MinimumCostFlow.Builder in com.jgalgo
Methods in com.jgalgo that return MinimumCostFlow.Builder Modifier and Type Method Description MinimumCostFlow.Builder
MinimumCostFlow.Builder. integerCosts(boolean enable)
Enable/disable integer costs.MinimumCostFlow.Builder
MinimumCostFlow.Builder. integerNetwork(boolean enable)
Enable/disable integer network (capacities, flows, vertices supplies and edges flow lower bound).static MinimumCostFlow.Builder
MinimumCostFlow. newBuilder()
Create a new minimum cost flow algorithm builder.
-