module Persistent: functor (G : Sig.P) -> functor (W : Sig.WEIGHT with type edge = G.E.t) -> sig .. end
functor (
G
:
Sig.P
) ->
W
Sig.WEIGHT
with type edge = G.E.t
sig
end
Sig.WEIGHT with type edge = G.E.t
include Sig.P
exception Negative_cycle of G.E.t list
G.E.t list
NegativeCycle
add_edge
add_edge_e