DGraphModel.Make
This functor creates a model from a graph
module G : Graphviz.GraphWithDotAttrs
exception Multiple_layouts of (G.E.t * XDot.edge_layout) list
class model : XDot.Make(G).graph_layout -> G.t -> [ G.V.t, G.E.t, cluster ] abstract_model