This library provides the some basic graph related algorithms for use with Pony programmes.
The main algorithms implemented are:
- dominators
- topological sort
- dominator frontiers
- While the dominator algorithm is tested, the actual Pony API is still very rough and requires refinement relative to the reference capabilities supported for graph nodes.