package prbnmcn-stats

  1. Overview
  2. Docs

Basic statistics on graphs (experimental)

module Dist : sig ... end

Dist handles distances between vertices. The distance between two vertices is the length of a shortest path between those vertices.

module type Graph_statistics = sig ... end

Graph statistics generic on an undirected Graph implementation.