MinCostFlowResult Type Namespace: Yog.Flow Assembly: Yog.FSharp.dll Parent Module: NetworkSimplex Base Type: obj All Interfaces: IEquatable<MinCostFlowResult> , IStructuralEquatable , IComparable<MinCostFlowResult> , IComparable , IStructuralComparable 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