C++ Reference

C++ Reference: Graph

SimpleMaxFlow Member List

This is the complete list of members for SimpleMaxFlow, including all inherited members.

AddArcWithCapacity(NodeIndex tail, NodeIndex head, FlowQuantity capacity)SimpleMaxFlow
BAD_INPUT enum valueSimpleMaxFlow
BAD_RESULT enum valueSimpleMaxFlow
Capacity(ArcIndex arc) constSimpleMaxFlow
CreateFlowModelOfLastSolve()SimpleMaxFlow
Flow(ArcIndex arc) constSimpleMaxFlow
GetSinkSideMinCut(std::vector< NodeIndex > *result)SimpleMaxFlow
GetSourceSideMinCut(std::vector< NodeIndex > *result)SimpleMaxFlow
Head(ArcIndex arc) constSimpleMaxFlow
NumArcs() constSimpleMaxFlow
NumNodes() constSimpleMaxFlow
OPTIMAL enum valueSimpleMaxFlow
OptimalFlow() constSimpleMaxFlow
POSSIBLE_OVERFLOW enum valueSimpleMaxFlow
SetArcCapacity(ArcIndex arc, FlowQuantity capacity)SimpleMaxFlow
SimpleMaxFlow()SimpleMaxFlow
Solve(NodeIndex source, NodeIndex sink)SimpleMaxFlow
Status enum nameSimpleMaxFlow
Tail(ArcIndex arc) constSimpleMaxFlow