Implementation of an approxmiation algorithm for Steiner tree problems given by Richard T. Wong. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/HashArray.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/simple_graph_alg.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::MinSteinerTreeDualAscent< T > |
Dual ascent heuristic for the minimum Steiner tree problem. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Implementation of an approxmiation algorithm for Steiner tree problems given by Richard T. Wong.
Definition in file MinSteinerTreeDualAscent.h.