Helper structure representing a pseudonode in the Blossom algorithm. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/graphalg/matching_blossom/utils.h>
#include <unordered_map>
#include <unordered_set>
#include <utility>
Go to the source code of this file.
Classes | |
class | ogdf::matching_blossom::Pseudonode |
Helper class representing a pseudonode in the Blossom algorithm. More... | |
class | ogdf::matching_blossom::Pseudonode::ReferenceEdges |
Helper class to store reference edges for all self loops. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::matching_blossom | |
Helper structure representing a pseudonode in the Blossom algorithm.
Definition in file Pseudonode.h.