package ocamlgraph

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

Immediate access to the library: provides implementation of imperative graphs labeled with integer as well as algorithms on such graphs.

So if you bother functors, you can use this module.

Directed imperative graphs with edges and vertices labeled with integer.

module Graph : Sig_pack.S

Undirected imperative graphs with edges and vertices labeled with integer.