package ocamlgraph

  1. Overview
  2. Docs

Imperative graphs implemented as adjacency matrices.

module type S = sig ... end

Vertices are integers in 0..n-1. A vertex label is the vertex itself. Edges are unlabeled.

module Digraph : S

Imperative Directed Graphs implemented with adjacency matrices.

module Graph : S

Imperative Undirected Graphs implemented with adjacency matrices.

OCaml

Innovation. Community. Security.