Declares & implements a minimum-cut algorithm according to an approach of Stoer and Wagner 1997. However, no Priority Queues are used as suggested in the approach. Should be adapted to improve performance. More...
#include <ogdf/basic/EdgeArray.h>#include <ogdf/basic/NodeArray.h>#include <ogdf/basic/GraphCopy.h>#include <ogdf/basic/simple_graph_alg.h>Go to the source code of this file.
Classes | |
| class | ogdf::MinCut |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_MINIMUM_CUT_H |
Declares & implements a minimum-cut algorithm according to an approach of Stoer and Wagner 1997. However, no Priority Queues are used as suggested in the approach. Should be adapted to improve performance.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file MinimumCut.h.
| #define OGDF_MINIMUM_CUT_H |
Definition at line 50 of file MinimumCut.h.