C

MaximumFlowResult

Represents the maximum flow through edges of a graph as computed by maximumFlow.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets a mapping from each edge to its flow.
readonlyfinal
Gets the overall maximum flow.
readonlyfinal
Gets a collection of edges in the minimum cut.
The minimum cut is a set of edges separating the graph into two partitions: The sourcePartition which contains the sources, and the sinkPartition containing the sinks. The total flow over those edges represents the maximumFlow and removing those edges will completely separate the sources from the sinks, making the maximum possible flow 0.
readonlyfinal
Gets a collection of the nodes which are at the sink side of the minimumCut.
The minimum cut is a set of edges separating the graph into two partitions: The sourcePartition which contains the sources, and the sinkPartition containing the sinks. The total flow over those edges represents the maximumFlow and removing those edges will completely separate the sources from the sinks, making the maximum possible flow 0.
readonlyfinal
Gets a collection of the nodes which are on the source side of the minimumCut.
The minimum cut is a set of edges separating the graph into two partitions: The sourcePartition which contains the sources, and the sinkPartition containing the sinks. The total flow over those edges represents the maximumFlow and removing those edges will completely separate the sources from the sinks, making the maximum possible flow 0.
readonlyfinal