math-grads

Library containing graph data structures and graph algorithms

https://github.com/biocad/math-grads#readme

Latest on Hackage:0.1.6.7

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Alexandr Sadovnikov
Maintained by artemkondyukov, AlexKaneRUS, vks4git

Library containing graph data structures and graph algorithms.

Graph data structures:

  • Graph type class;

  • GenericGraph data structure.

Graph algorithms:

  • Ullmann's subgraph isomorphism algorithm;

  • drawing of planar graphs.