[ Reference Manual | Alphabetic Index ]

library(max_flow_eplex)

Linear programming solution for maximum flow problem

Predicates

max_flow_eplex(+Graph, +CapacityArg, +SourceNode, +SinkNode, -MaxFlowValue)
Linear programming solution for maximum flow problem
max_flow_eplex_dual(+Graph, +CapacityArg, +SourceNode, +SinkNode, -MaxFlowValue)
Linear programming solution for maximum flow problem, dual linear program
max_flow_eplex_dual(+Graph, +CapacityArg, +SourceNode, +SinkNode, -MaxFlowValue, -MinCutNodes, -MinCutEdges)
Linear programming solution for maximum flow problem, dual linear program. Outputs the cut as nodes and edges.

About


Generated from max_flow_eplex.eci on 2022-09-03 14:26