Graphml.Print
Graphml Printer given a graph and required info
module G : G
module L : sig ... end
val print : Format.formatter -> G.t -> unit
print fmt graph print the GraphMl representation of the given graph on the given formatter
print fmt graph