package ocamlgraph

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

Module Digraph.EulerianSource

Eulerian path

Sourceval path : t -> E.t list * bool

path g returns an Eulerian path of g. The Boolean indicates whether the path is a cycle. Raises Invalid_argument if there is no Eulerian path.

Sourceval cycle : t -> E.t list
OCaml

Innovation. Community. Security.