DGraphSubTree.Make_from_dot_model
module Tree : Tree with type V.label = DGraphModel.DotG.V.t and type E.label = unit
include S with module Tree = Tree
module Tree = Tree
val get_tree_vertices : Tree.V.label -> t -> Tree.V.t list
val get_graph_vertex : Tree.V.t -> t -> Tree.V.label
val make : (Tree.V.label, DGraphModel.DotG.E.t, string) DGraphModel.abstract_model -> Tree.V.label -> int -> int -> t