Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class MaxFlow
Note: This documentation is automatically generated.
Default instance MaxFlow that uses StarGraph. Note that we cannot just use a
typedef because of dependent code expecting MaxFlow to be a real class.
TODO(user): Modify this code and remove it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eMaxFlow\u003c/code\u003e is a class providing functionality for computing maximum flow in a graph.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes the \u003ccode\u003eStarGraph\u003c/code\u003e structure by default for representing the graph.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method involves specifying the graph, source node, and target node to calculate the maximum flow.\u003c/p\u003e\n"],["\u003cp\u003eThe current implementation is temporary and subject to future modification for improved design.\u003c/p\u003e\n"]]],["The `MaxFlow` class in C++ utilizes a `StarGraph` for its default implementation. It takes a graph, a source node, and a target node as arguments during its construction. The documentation highlights that this class is specifically designed as a concrete class rather than a typedef, due to the existence of dependent code. A future task involves potentially modifying and removing this specific implementation.\n"],null,["C++ Reference: class MaxFlow\n\n\nNote: This documentation is automatically generated.\nDefault instance MaxFlow that uses StarGraph. Note that we cannot just use a typedef because of dependent code expecting MaxFlow to be a real class. TODO(user): Modify this code and remove it.\n\n| Method ||\n|-----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|\n| [`MaxFlow`](https://github.com/google/or-tools/blob/v9.4/ortools/graph/max_flow.h#L654) | \u003cbr /\u003e Arguments: `const StarGraph* graph, NodeIndex source, NodeIndex target` \u003cbr /\u003e |"]]