module Persistent:Persistent graphs with negative-cycle prevention
| Parameters: |
|
include Sig.P
exception Negative_cycle of G.E.t list
NegativeCycle is raised whenever a negative cycle
is introduced for the first time (either with add_edge
or add_edge_e)