Module Dose_algo.Strongdeps
val strongdeps : ?transitive:bool -> Cudf.universe -> Cudf.package list -> Defaultgraphs.PackageGraph.G.tstrongdeps u lbuild the strong dependency graph of all packages inlwrt the universeu
val strongdeps_univ : ?transitive:bool -> Cudf.universe -> Defaultgraphs.PackageGraph.G.tstrongdeps_univ ubuild the strong dependency graph of all packages in the universeu
val impactset : Defaultgraphs.PackageGraph.G.t -> Cudf.package -> Cudf.package listcompute the impact set of the node
q, that is the list of all packagespthat strong depends onq
val conjdeps_univ : Cudf.universe -> Defaultgraphs.PackageGraph.G.tcompute the conjunctive dependency graph
val conjdeps : Cudf.universe -> Cudf.package list -> Defaultgraphs.PackageGraph.G.tcompute the conjunctive dependency graph considering only packages in
pkglist