Click or drag to resize
FlowEdge Constructor
Overload List
  NameDescription
Public methodFlowEdge(FlowEdge)
Initializes a flow edge from another flow edge.
Public methodFlowEdge(Int32, Int32, Double)
Initializes an edge from vertex v to vertex w with the given capacity and zero flow.
Public methodFlowEdge(Int32, Int32, Double, Double)
Initializes an edge from vertex v to vertex w with the given capacity and flow.
Top
See Also