package ocamlgraph

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

Module Blocks.BidirectionalMinimalSource

Parameters

module S : Set.S
module HM : HM

Signature

Sourcetype vertex = HM.key
Sourceval is_directed : bool
Sourceval empty : 'a HM.return
Sourceval create : ?size:int -> unit -> 'a HM.t
Sourceval clear : 'a HM.t -> unit
Sourceval is_empty : 'a HM.t -> bool
Sourceval copy : 'a HM.t -> 'a HM.t
Sourceval nb_vertex : 'a HM.t -> int
Sourceval nb_edges : ('a * S.t) HM.t -> int
Sourceval out_degree : ('a * S.t) HM.t -> HM.key -> int
Sourceval mem_vertex : 'a HM.t -> HM.key -> bool
Sourceval unsafe_add_vertex : (S.t * S.t) HM.t -> HM.key -> (S.t * S.t) HM.t
Sourceval add_vertex : (S.t * S.t) HM.t -> HM.key -> (S.t * S.t) HM.t
Sourceval iter_vertex : (HM.key -> unit) -> 'a HM.t -> unit
Sourceval fold_vertex : (HM.key -> 'a -> 'a) -> 'b HM.t -> 'a -> 'a
OCaml

Innovation. Community. Security.