package ocamlgraph

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

Module Imperative.MatrixSource

Imperative graphs implemented as adjacency matrices.

Sourcemodule type S = sig ... end

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

Sourcemodule Digraph : S

Imperative Directed Graphs implemented with adjacency matrices.

Sourcemodule Graph : S

Imperative Undirected Graphs implemented with adjacency matrices.