Graph.DGraphModel
class type [!'vertex, !'edge, !'cluster] abstract_model = object ... end
module DotG : sig ... end
type dotg_model = (DotG.vertex, DotG.edge, cluster) abstract_model
val read_dot : ?cmd:string -> string -> dotg_model
val read_xdot : string -> dotg_model