BigGraphTools is a library providing an ocaml graph implementation
with pretty low memory usage and some graph algorithms.
A graph with
Tools provided for the moment : Computing the diameter and radius of a graph. (Diameter is the maximum excentricity of a node, and radius minimum excentricity.) Computing skeleton graphs. (A skeleton of a graph is a small dominating subgraph with similar distances.)
Version 0 is also available from github.