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.
Method |
MaxFlow | Arguments: const StarGraph* graph, NodeIndex source, NodeIndex target |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[[["`MaxFlow` is a class providing functionality for computing maximum flow in a graph."],["It utilizes the `StarGraph` structure by default for representing the graph."],["The primary method involves specifying the graph, source node, and target node to calculate the maximum flow."],["The current implementation is temporary and subject to future modification for improved design."]]],[]]