Merge.I
Extension for the module G
.
Same specification than module type S
but modify the graph inplace instead of returning a new graph.
type graph = G.t
type vertex = G.vertex
type edge = G.edge
type edge_label = G.E.label
val merge_edges_with_label : ?src:vertex -> ?dst:vertex -> ?label:edge_label -> graph -> edge_label -> unit
val merge_isolabelled_edges : graph -> unit