package ocamlgraph

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

Module Graph.OperSource

Basic operations over graphs

Basic operations over graphs

Sourcemodule type S = sig ... end
Sourcemodule Make (B : Builder.S) : S with type g = B.G.t

Basic operations over graphs

Sourcemodule P (G : Sig.P) : S with type g = G.t

Basic operations over persistent graphs

Sourcemodule I (G : Sig.I) : S with type g = G.t

Basic operations over imperative graphs

Choose

Sourcemodule Choose (G : sig ... end) : sig ... end

Choose an element in a graph

Neighbourhood

Sourcemodule Neighbourhood (G : sig ... end) : sig ... end

Neighbourhood of vertex / vertices

OCaml

Innovation. Community. Security.