@hackage planar-graph1.0.0.0
A representation of planar graphs
Categories
License
BSD-3-Clause
Maintainer
Ivan.Miljenovic@gmail.com
Links
Versions
- 1.0.0.0 Fri, 27 Apr 2012
Installation
Dependencies (7)
- attoparsec >=0.10 && <0.11
- base <5
- blaze-builder >=0.3 && <0.4
- bytestring <0.10
- containers <0.5
- data-clist >=0.0.7.2 && <0.1 Show all…
Dependents (1)
@hackage/acme-everything
Planar graphs are graphs that can be embedded onto a surface (i.e. they can be drawn on that surface without any edges crossing). As such, it is preferable to use a dedicated data structure for them that has information about how to achieve this embedding rather than a standard graph data structure.
(Please note however that this implementation has only been tested in terms of the embedding being on the unit sphere or disc; whether it works or not as-is on any other type of surface is unknown.)