Utility class for the Blossom algorithm, providiing access to all important data structures. More...
#include <ogdf/basic/EpsilonTest.h>#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphCopy.h>#include <ogdf/basic/GraphList.h>#include <ogdf/basic/Logger.h>#include <ogdf/basic/basic.h>#include <ogdf/graphalg/matching_blossom/Cycle.h>#include <ogdf/graphalg/matching_blossom/Pseudonode.h>#include <ogdf/graphalg/matching_blossom/utils.h>#include <array>#include <cstddef>#include <iostream>#include <limits>#include <stdexcept>#include <unordered_map>#include <unordered_set>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | ogdf::matching_blossom::BlossomHelper< TWeight > |
| Helper class for the blossom matching algorithms. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
| namespace | ogdf::matching_blossom |
Utility class for the Blossom algorithm, providiing access to all important data structures.
Definition in file BlossomHelper.h.