Implementation of the 1.55-approximation algorithm for the Minimum Steiner Tree problem by Robins and Zelikovsky. More...
#include <ogdf/graphalg/MinSteinerTreeMehlhorn.h>
#include <ogdf/graphalg/steiner_tree/Full3ComponentGeneratorVoronoi.h>
#include <ogdf/graphalg/steiner_tree/FullComponentGeneratorCaller.h>
#include <ogdf/graphalg/steiner_tree/FullComponentGeneratorDreyfusWagner.h>
#include <ogdf/graphalg/steiner_tree/FullComponentGeneratorDreyfusWagnerWithoutMatrix.h>
#include <ogdf/graphalg/steiner_tree/FullComponentStore.h>
#include <ogdf/graphalg/steiner_tree/SaveStatic.h>
#include <memory>
#include <set>
Go to the source code of this file.
Classes | |
class | ogdf::MinSteinerTreeRZLoss< T > |
This class implements the loss-contracting (1.55+epsilon)-approximation algorithm for the Steiner tree problem by Robins and Zelikovsky. More... | |
class | ogdf::MinSteinerTreeRZLoss< T >::Main |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Macros | |
#define | OGDF_STEINERTREE_RZLOSS_REDUCE_ON |
Implementation of the 1.55-approximation algorithm for the Minimum Steiner Tree problem by Robins and Zelikovsky.
Definition in file MinSteinerTreeRZLoss.h.
#define OGDF_STEINERTREE_RZLOSS_REDUCE_ON |
Definition at line 46 of file MinSteinerTreeRZLoss.h.