Utilities for reducing from Cluster Planarity to SyncPlan. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphSets.h>
#include <ogdf/basic/basic.h>
#include <ogdf/cluster/ClusterGraph.h>
#include <ogdf/cluster/ClusterPlanarityModule.h>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | ogdf::SyncPlanClusterPlanarityModule |
ClusterPlanarity testing in quadratic time using the Synchronized Planarity approach. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Functions | |
void | ogdf::insertAugmentationEdges (const ClusterGraph &CG, Graph &G, std::vector< std::pair< adjEntry, adjEntry >> &augmentation, EdgeSet<> *added=nullptr, bool embedded=true, bool assert_minimal=true) |
Inserts augmentation edges to make a c-plane graph c-connected while maintaining the combinatorial embedding. More... | |
void | ogdf::reduceLevelPlanarityToClusterPlanarity (const Graph &LG, const std::vector< std::vector< node >> &emb, Graph &G, ClusterGraph &CG, EdgeArray< node > &embMap) |
Perform the reduction from level- to cluster planarity. More... | |
Utilities for reducing from Cluster Planarity to SyncPlan.
Definition in file ClusterPlanarity.h.