Path.BellmanFord
module G : G
module W : sig ... end
module H : sig ... end
exception NegativeCycle of G.E.t list
val all_shortest_paths : G.t -> G.V.t -> W.t H.t
val find_negative_cycle_from : G.t -> G.V.t -> G.E.t list
val find_negative_cycle : G.t -> G.E.t list