Yog.FSharp
Getting Started Examples API Reference GitHub

MinCostFlowResult Type

Result of a minimum cost flow computation.

Record fields

Record Field Description

Cost

Full Usage: Cost

Field type: int

Total cost of the flow (sum of flow × cost for all edges).

Field type: int

Flow

Full Usage: Flow

Field type: FlowEdge list

List of edges with positive flow.

Field type: FlowEdge list