Definition of ogdf::steiner_tree::goemans::BlowupGraph class template. More...
#include <ogdf/basic/ArrayBuffer.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/HashArray.h>
#include <ogdf/basic/Hashing.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/Math.h>
#include <ogdf/basic/basic.h>
#include <iostream>
#include <utility>
Go to the source code of this file.
Classes | |
class | ogdf::EdgeWeightedGraph< T > |
class | ogdf::steiner_tree::FullComponentWithExtraStore< T, ExtraDataType > |
A data structure to store full components with extra data for each component. More... | |
class | ogdf::steiner_tree::goemans::BlowupGraph< T > |
A special-purpose blowup graph for gammoid computation: directed, with special source and target, with core edges (implemented as nodes) More... | |
class | ogdf::steiner_tree::goemans::CoreEdgeModule< T > |
Interface for core edge finder algorithms. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::steiner_tree | |
ogdf::steiner_tree::goemans | |
Definition of ogdf::steiner_tree::goemans::BlowupGraph class template.
Definition in file BlowupGraph.h.