FlowEdge Type Namespace: Yog.Flow Assembly: Yog.FSharp.dll Parent Module: NetworkSimplex Base Type: obj All Interfaces: IEquatable<FlowEdge> , IStructuralEquatable , IComparable<FlowEdge> , IComparable , IStructuralComparable Represents a flow on a single edge. Record fields Record Field Description Flow Full Usage: Flow Field type: int Amount of flow on this edge. Field type: int Source Full Usage: Source Field type: NodeId Source node ID. Field type: NodeId Target Full Usage: Target Field type: NodeId Target node ID. Field type: NodeId