module Strongdeps:sig..end
Strong Dependencies
val strongdeps : ?transitive:bool ->
Cudf.universe -> Cudf.package list -> Defaultgraphs.PackageGraph.G.tstrongdeps u l build the strong dependency graph of all packages in
l wrt the universe u
val strongdeps_univ : ?transitive:bool -> Cudf.universe -> Defaultgraphs.PackageGraph.G.tstrongdeps_univ u build the strong dependency graph of
all packages in the universe u
val impactset : Defaultgraphs.PackageGraph.G.t -> Cudf.package -> Cudf.package listcompute the impact set of the node q, that is the list of all
packages p that strong depends on q
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