Module Sig.WeightedGraphAlgo.W

module W: Sig.Weight  with type t = label
Manipulate labels as weights.

type t 
val zero : t
val infinity : t
val compare : t -> t -> int
val add : t -> t -> t
val to_string : t -> string