Declaration of min-st-cut algorithms parameterized by max-flow alorithm. More...
#include <ogdf/graphalg/MaxFlowGoldbergTarjan.h>
#include <ogdf/graphalg/MinSTCutModule.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | ogdf::MinSTCutMaxFlow< TCost > |
Min-st-cut algorithm, that calculates the cut via maxflow. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of min-st-cut algorithms parameterized by max-flow alorithm.
Definition in file MinSTCutMaxFlow.h.