Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT > Member List

This is the complete list of members for operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >, including all inherited members.

active_node_by_height_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
ArcFlowType typedefoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
ArcIndex typedefoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
AugmentingPathExists() constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
BAD_INPUT enum valueoperations_research::MaxFlowStatusClass
BAD_RESULT enum valueoperations_research::MaxFlowStatusClass
bfs_queue_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
Capacity(ArcIndex arc) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inline
CheckRelabelPrecondition(NodeIndex node) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
CheckResult() constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
ComputeReachableNodes(NodeIndex start, std::vector< NodeIndex > *result)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
CreateFlowModel()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
DebugString(absl::string_view context, ArcIndex arc) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
Discharge(NodeIndex node)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
first_admissible_arc_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
Flow(ArcIndex arc) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inline
FlowSumType typedefoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
GenericMaxFlow(const Graph *graph, NodeIndex source, NodeIndex sink)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
GenericMaxFlow(const GenericMaxFlow &)=deleteoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
GetAndRemoveFirstActiveNode()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inlineprotected
GetOptimalFlow() constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inline
GetSinkNodeIndex() constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inline
GetSinkSideMinCut(std::vector< NodeIndex > *result)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
GetSourceNodeIndex() constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inline
GetSourceSideMinCut(std::vector< NodeIndex > *result)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
GlobalUpdate()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
graph() constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inline
graph_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
Head(ArcIndex arc) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inlineprotected
initial_capacity_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
InitializeActiveNodeContainer()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
InitializePreflow()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
INT_OVERFLOW enum valueoperations_research::MaxFlowStatusClass
IsActive(NodeIndex node) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inlineprotected
IsAdmissible(NodeIndex tail, ArcIndex arc, const NodeHeight *potentials) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inlineprotected
IsArcDirect(ArcIndex arc) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
IsArcValid(ArcIndex arc) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
IsEmptyActiveNodeContainer()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inlineprotected
kMaxFlowSumoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protectedstatic
node_excess_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
node_in_bfs_queue_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
node_potential_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
NodeHeight typedefoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
NodeIndex typedefoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
NOT_SOLVED enum valueoperations_research::MaxFlowStatusClass
operator=(const GenericMaxFlow &)=deleteoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
Opposite(ArcIndex arc) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
OPTIMAL enum valueoperations_research::MaxFlowStatusClass
PushActiveNode(const NodeIndex &node)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inlineprotected
PushAsMuchFlowAsPossible(NodeIndex tail, ArcIndex arc, FlowSumType *node_excess)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
PushFlow(ArcFlowType flow, NodeIndex tail, ArcIndex arc)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
PushFlowExcessBackToSource()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
Refine()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
RefineWithGlobalUpdate()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
Relabel(NodeIndex node)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
residual_arc_capacity_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
SaturateOutgoingArcsFromSource()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
SetArcCapacity(ArcIndex arc, ArcFlowType new_capacity)operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
sink_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
Solve()operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >
source_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
stats_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >mutableprotected
Status enum nameoperations_research::MaxFlowStatusClass
status() constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inline
status_operations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >protected
Tail(ArcIndex arc) constoperations_research::GenericMaxFlow< Graph, ArcFlowT, FlowSumT >inlineprotected