package ocamlgraph

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

Immediate access to the library: contain a signature gathering an imperative graph signature and all algorithms. Vertices and edges are labeled with integers.

module type S = sig ... end

Signature gathering an imperative graph signature and all algorithms. Vertices and edges are labeled with integers.