Module Dose_algo__Defaultgraphs.IntPkgGraph
Integer Imperative Bidirectional Graph. Mainly used in Strong Conflicts
module PkgV : sig ... endmodule G : sig ... endmodule S : sig ... endmodule O : sig ... endmodule DotPrinter : sig ... endmodule DIn : sig ... endmodule GmlPrinter : sig ... endval add_edge : G.t -> G.vertex -> G.vertex -> unitval conjdepgraph_int : G.t -> Cudf.universe -> G.vertex -> unitadd to the graph all conjunctive dependencies of package id
val conjdepgraph : Cudf.universe -> G.vertex list -> G.tfor all id \in idlist add to the graph all conjunctive dependencies
val conjdeps : G.t -> G.V.t -> G.V.t listgiven a graph return the conjunctive dependency closure of the package id
val dependency_graph : ?conjunctive:bool -> Cudf.universe -> G.tBuild the dependency graph from the given index. conjunctive and disjunctive dependencies are considered as equal