Implementation of an approxmiation algorithm for Steiner tree problems given by Richard T. More...
#include <ogdf/graphalg/MinSteinerTreeModule.h>
#include <ogdf/graphalg/steiner_tree/EdgeWeightedGraphCopy.h>
Go to the source code of this file.
Classes | |
class | ogdf::MinSteinerTreeDualAscent< T > |
Dual ascent heuristic for the minimum Steiner tree problem. More... | |
Namespaces | |
namespace | 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.