package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Edge contraction for directed, edge-labeled graphs

module type G = sig ... end

Minimal graph signature for edge contraction algorithm

module Make (G : G) : sig ... end