Definition of ogdf::steiner_tree::goemans::Approximation class template. More...
#include <ogdf/graphalg/MaxFlowGoldbergTarjan.h>
#include <ogdf/graphalg/MinCostFlowReinelt.h>
#include <ogdf/graphalg/steiner_tree/goemans/BlowupComponents.h>
#include <ogdf/graphalg/steiner_tree/goemans/CoreEdgeRandomSpanningTree.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | ogdf::steiner_tree::goemans::Approximation< T > |
The actual 1.39-approximation algorithm by Goemans et al. with a set of terminalized nodes as result. More... | |
struct | ogdf::steiner_tree::goemans::Approximation< T >::TemporaryEdges |
Add edges into a blowup graph and delete them on destruction. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::steiner_tree |
namespace | ogdf::steiner_tree::goemans |
Definition of ogdf::steiner_tree::goemans::Approximation class template.
Definition in file Approximation.h.