Module Graph__.Nonnegative
module Imperative : functor (G : Graph.Sig.IM) -> functor (W : Graph.Sig.WEIGHT with type edge = G.E.t) -> sig ... endmodule Persistent : functor (G : Graph.Sig.P) -> functor (W : Graph.Sig.WEIGHT with type edge = G.E.t) -> sig ... endPersistent graphs with negative-cycle prevention