Fix.GraphNumberingSourceThis module offers a facility for discovering and numbering the reachable vertices in a finite directed graph.
Make(M)(G) produces a numbering of the graph G, or more precisely, of the subset of the vertices of G that are reachable from the roots. The type of the vertices must be equipped with an implementation of imperative maps.
ForOrderedType is a special case of Make where it suffices for the vertices of G to be ordered.
ForHashedType is a special case of Make where it suffices for the vertices of G to be hashed.