package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type G = sig ... end
module Make (G : G) (W : Sig.WEIGHT with type edge = G.E.t) : sig ... end

Functor providing an implementation of Prim's minimum-spanning-tree algorithm. Parameter W ensures that label on edges are comparable.