Implementation of Shore, Foulds and Gibbons' branch and bound algorithm for solving minimum Steiner tree problems. More...
#include <ogdf/basic/Array2D.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/GraphSets.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/MinSteinerTreeModule.h>
#include <ogdf/graphalg/steiner_tree/EdgeWeightedGraphCopy.h>
#include <iostream>
#include <limits>
#include <memory>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | ogdf::EdgeWeightedGraph< T > |
class | ogdf::MinSteinerTreeShore< T > |
Implementation of Shore, Foulds and Gibbons exact branch and bound algorithm for solving Steiner tree problems. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Implementation of Shore, Foulds and Gibbons' branch and bound algorithm for solving minimum Steiner tree problems.
Definition in file MinSteinerTreeShore.h.