Declaration and implementation of Goldberg-Tarjan max-flow algorithm with global relabeling and gap relabeling heuristic. More...
#include <ogdf/basic/Array.h>#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphList.h>#include <ogdf/basic/List.h>#include <ogdf/basic/basic.h>#include <ogdf/graphalg/MaxFlowModule.h>#include <algorithm>Go to the source code of this file.
Classes | |
| class | ogdf::MaxFlowGoldbergTarjan< TCap > |
| Computes a max flow via Preflow-Push (global relabeling and gap relabeling heuristic). More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Macros | |
| #define | OGDF_GT_USE_MAX_ACTIVE_LABEL |
| #define | OGDF_GT_USE_PUSH_RELABEL_SECOND_STAGE |
Declaration and implementation of Goldberg-Tarjan max-flow algorithm with global relabeling and gap relabeling heuristic.
Definition in file MaxFlowGoldbergTarjan.h.
| #define OGDF_GT_USE_MAX_ACTIVE_LABEL |
Definition at line 45 of file MaxFlowGoldbergTarjan.h.
| #define OGDF_GT_USE_PUSH_RELABEL_SECOND_STAGE |
Definition at line 49 of file MaxFlowGoldbergTarjan.h.