Uses of Interface
com.jgalgo.alg.flow.MinimumCostFlow.Builder
Package
Description
Algorithms for solving flow problems in graphs, such as maximum flow, min cost flow, and circulation problems.
-
Uses of MinimumCostFlow.Builder in com.jgalgo.alg.flow
Modifier and TypeMethodDescriptionstatic MinimumCostFlow.Builder
MinimumCostFlow.builder()
Create a new minimum cost flow algorithm builder.MinimumCostFlow.Builder.integerCosts
(boolean enable) Enable/disable integer costs.MinimumCostFlow.Builder.integerNetwork
(boolean enable) Enable/disable integer network (capacities, flows, vertices supplies and edges flow lower bound).