OCaml graph library
Browse cluster: OCaml Systems and Utilities →OCamlgraph is a graph library for OCaml that provides an easy-to-use directed graph implementation with integer-labeled vertices and edges, along with multiple alternative graph data structures (both persistent and imperative, with various labeling schemes) built using functors. Beyond the core data structures, the library offers a collection of classic graph algorithms and operations that are also implemented as functors, allowing them to work with any graph implementation that provides basic iteration operations. The library is authored by an individual (backtracking) and includes a deprecated visualization component called ViewGraph for rendering graphs from dot files.