let conjdeps_univ universe = let g = Defaultgraphs.IntPkgGraph.G.create () in for id = 0 to (Cudf.universe_size universe) - 1 do Defaultgraphs.IntPkgGraph.conjdepgraph_int g universe id done; g