Declaration and implementation of the class computing a 2(1-1/l) minimum Steiner tree approximation according to the algorithm of Kou et al. More...
#include <ogdf/basic/List.h>
#include <ogdf/graphalg/Dijkstra.h>
#include <ogdf/graphalg/MinSteinerTreeModule.h>
#include <ogdf/graphalg/steiner_tree/EdgeWeightedGraphCopy.h>
Go to the source code of this file.
Classes | |
class | ogdf::MinSteinerTreeKou< T > |
This class implements the Minimum Steiner Tree 2-approximation algorithm by Kou et al. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration and implementation of the class computing a 2(1-1/l) minimum Steiner tree approximation according to the algorithm of Kou et al.
Definition in file MinSteinerTreeKou.h.