Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
sync_plan Directory Reference
+ Directory dependency graph for sync_plan:

Directories

 basic
 
 SyncPlan_operation
 
 SyncPlan_solve
 
 utils
 

Files

 ClusterPlanarity.h
 Utilities for reducing from Cluster Planarity to SyncPlan.
 
 PipeOrder.h
 Different PipeQueue implementations with varying sorting functions.
 
 PMatching.h
 Manages the matching of P-nodes via pipes in an instance of SyncPlan.
 
 QPartitioning.h
 Manages the partitioning of Q-nodes in an instance of SyncPlan.
 
 SyncPlan.h
 The main code for modelling and solving Synchronized Planarity instances.
 
 SyncPlanComponents.h
 (Bi)Connected components information maintained during the SyncPlan algorithm.
 
 SyncPlanConsistency.h
 Consistency checks for debugging the SyncPlan algorithm.
 
 SyncPlanDrawer.h
 Utilities by dumping a drawing of the current state of a SyncPlan instance.
 
 SyncPlanOptions.h
 Class for (de)serializing a SyncPlan instance from/to JSON, enable if you have nlohmann json.hpp available.