Module Dose_algo.Defaultgraphs
include sig ... end
val it : Dose_common__Util.Info.tval info : ('a, unit, string, unit) Stdlib.format4 -> 'aval nt : Dose_common__Util.Notice.tval notice : ('a, unit, string, unit) Stdlib.format4 -> 'aval wt : Dose_common__Util.Warning.tval warning : ('a, unit, string, unit) Stdlib.format4 -> 'aval dt : Dose_common__Util.Debug.tval debug : ('a, unit, string, unit) Stdlib.format4 -> 'aval fatal : ('a, unit, string, 'b) Stdlib.format4 -> 'a
val tr_timer : Dose_common.Util.Timer.tval trbar : Dose_common.Util.Progress.t
module SyntacticDependencyGraph : sig ... endSyntactic dependency graph. Vertices are cudf packages, OR nodes representing a disjunctive dependency, or Missing nodes representing a missing package. The latter is used to display explanation graphs. Vertices are indexed considering only the pair name,version . Edges are labelled with
module ActionGraph : sig ... endmodule PackageGraph : sig ... endImperative bidirectional graph for dependecies. Imperative unidirectional graph for conflicts.
module IntPkgGraph : sig ... endInteger Imperative Bidirectional Graph. Mainly used in Strong Conflicts