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.
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."],[],["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,[]]