Manages the matching of P-nodes via pipes in an instance of SyncPlan. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/List.h>#include <ogdf/basic/basic.h>#include <ogdf/cluster/sync_plan/utils/Bijection.h>#include <functional>#include <memory>#include <ostream>#include <utility>Go to the source code of this file.
Classes | |
| struct | ogdf::sync_plan::Pipe |
| A pair of matched vertices of the same degree, whose rotation shall be synchronized. More... | |
| struct | ogdf::sync_plan::PipeQueue |
| A queue of all pipes, ordered by an arbitrary comparator function. More... | |
| class | ogdf::sync_plan::PMatching |
| Manages the matching of P-nodes via pipes in an instance of SyncPlan. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
| namespace | ogdf::sync_plan |
Enumerations | |
| enum class | ogdf::sync_plan::PipeType { ogdf::sync_plan::BlockBlock , ogdf::sync_plan::BlockCut , ogdf::sync_plan::CutCut } |
Manages the matching of P-nodes via pipes in an instance of SyncPlan.
Definition in file PMatching.h.