Expand description
Algorithms and data structures for PTAS (Polynomial Time Approximation Scheme) on planar graphs
Modulesยง
- algorithm
- Contains algorithms required for the PTAS.
- data_
structure - Contains the datastructures used by the crate
- embedding
- This modules contains embedding functions
- generation
- Contains the algorithms for generating random graph used by this crate.