Implementation of the auxiliary graph as well as the edges and nodes of it for the Blossom V algorithm. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/matching_blossom/AlternatingTree.h>
#include <ogdf/graphalg/matching_blossom/PQ.h>
#include <array>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Classes | |
class | ogdf::matching_blossom::AuxEdge< TWeight > |
class | ogdf::matching_blossom::AuxGraph< TWeight > |
class | ogdf::matching_blossom::AuxNode< TWeight > |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::matching_blossom |
Implementation of the auxiliary graph as well as the edges and nodes of it for the Blossom V algorithm.
Definition in file AuxGraph.h.