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