Module Graph.DGraphModel

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