Definition of the ogdf::SteinerTreeLowerBoundDualAscent class template. More...
#include <ogdf/basic/EpsilonTest.h>
#include <ogdf/basic/Math.h>
#include <ogdf/graphalg/Dijkstra.h>
#include <ogdf/graphalg/steiner_tree/EdgeWeightedGraph.h>
Go to the source code of this file.
Classes | |
class | ogdf::steiner_tree::LowerBoundDualAscent< T > |
Computes lower bounds for minimum Steiner tree instances. More... | |
struct | ogdf::steiner_tree::LowerBoundDualAscent< T >::TerminalData |
struct | ogdf::steiner_tree::LowerBoundDualAscent< T >::TerminalDataReference |
class | ogdf::SteinerTreeLowerBoundDualAscent< T > |
Implementation of a dual-ascent-based lower bound heuristic for Steiner tree problems. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::steiner_tree |
Definition of the ogdf::SteinerTreeLowerBoundDualAscent class template.
Definition in file SteinerTreeLowerBoundDualAscent.h.