Definition of the ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner class template. More...
#include <ogdf/basic/ArrayBuffer.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/Hashing.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/Math.h>
#include <ogdf/basic/SubsetEnumerator.h>
#include <ogdf/basic/basic.h>
#include <limits>
Go to the source code of this file.
Classes | |
class | ogdf::EdgeWeightedGraph< T > |
class | ogdf::EdgeWeightedGraphCopy< T > |
class | ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T > |
A generator for restricted full components (for Steiner tree approximations) based on the Dreyfus-Wagner algorithm. More... | |
struct | ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T >::DWMData |
Subgraphs (given by other subgraphs and additional node pairs) and their cost for a partial solution. More... | |
struct | ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T >::DWMSplit |
A collection of two subgraphs and their total cost. More... | |
class | ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T >::SortedNodeListHashFunc |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::steiner_tree | |
Definition of the ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner class template.
Definition in file FullComponentGeneratorDreyfusWagner.h.