Implementation of Shore, Foulds and Gibbons' branch and bound algorithm for solving minimum Steiner tree problems. More...
#include <ogdf/basic/EdgeArray.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/NodeArray.h>
#include <ogdf/basic/NodeSet.h>
#include <ogdf/graphalg/MinSteinerTreeModule.h>
#include <ogdf/graphalg/steiner_tree/EdgeWeightedGraphCopy.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | ogdf::MinSteinerTreeShore< T > |
Implementation of Shore, Foulds and Gibbons exact branch and bound algorithm for solving Steiner tree problems. More... | |
Namespaces | |
namespace | 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.