Implementation of an approxmiation algorithm for Steiner tree problems provided by Michel X. Goemans and David P. Williamson. More...
#include <ogdf/basic/DisjointSets.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/HashArray.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/MinSteinerTreeModule.h>
#include <ogdf/graphalg/steiner_tree/EdgeWeightedGraphCopy.h>
#include <iostream>
#include <limits>
Go to the source code of this file.
Classes | |
class | ogdf::EdgeWeightedGraph< T > |
class | ogdf::MinSteinerTreePrimalDual< T > |
Primal-Dual approximation algorithm for Steiner tree problems. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Implementation of an approxmiation algorithm for Steiner tree problems provided by Michel X. Goemans and David P. Williamson.
Definition in file MinSteinerTreePrimalDual.h.