Legend:
Library
Module
Module type
Parameter
Class
Class type
GraphNumbering 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.
moduleMake (M : sig ... end) (G : sig ... end) : sig ... end
ForOrderedType is a special case of Make where it suffices for the vertices of G to be ordered.