package oasis

  1. Overview
  2. Docs
Tooling for building OCaml libraries and applications

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.11.tar.gz
sha256=18b73deef4ed6e9a83337f24b3bbe2ded65268b3ff7309fcc00d25e57e1dc12e
md5=98492f4657c2c5b30e3b1bc945e58419

doc/oasis/OASISGraph/index.html

Module OASISGraphSource

Sourcetype vertex = int
Sourcemodule SetInt : sig ... end
Sourcetype 'a t = {
  1. mutable vertexes : ('a * SetInt.t ref) array;
  2. values : ('a, int) Hashtbl.t;
}
Sourceval create : int -> 'a t
Sourceval copy : 'a t -> 'a t
Sourceval value_of_vertex : 'a t -> int -> 'a
Sourceval vertex_of_value : 'a t -> 'a -> int
Sourceval add_vertex : 'a t -> 'a -> int
Sourceval add_edge : 'a t -> int -> SetInt.elt -> unit
Sourceval topological_sort : 'a t -> int list
Sourceval fold_edges : (int -> SetInt.elt -> 'a -> 'a) -> 'b t -> 'a -> 'a
Sourceval transitive_closure : 'a t -> unit
OCaml

Innovation. Community. Security.