package ocamlgraph

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

Module Digraph.E

Edges

Edges are ORDERED.

Sourcetype t
Sourceval compare : t -> t -> int

Edges are directed.

Sourceval src : t -> V.t
Sourceval dst : t -> V.t

Edges are labeled with integers.

Sourcetype label = int
Sourceval create : V.t -> label -> V.t -> t

create v1 l v2 creates an edge from v1 to v2 with label l

Sourceval label : t -> label
Sourcetype vertex = V.t
OCaml

Innovation. Community. Security.