module Defaultgraphs: sig
.. end
Specialized Ocamlgraph modules
include struct ... end
val tr_timer : Common.Util.Timer.t
val trbar : Common.Util.Progress.t
module GraphOper: functor (
G
:
Graph.Sig.I
) ->
sig
.. end
generic operation over imperative graphs
module SyntacticDependencyGraph: sig
.. end
syntactic dependency graph.
Imperative bidirectional graph for dependecies.
module MakePackageGraph: functor (
V
:
Sig.COMPARABLE
with type t = Cudf.package
) ->
sig
.. end
Imperative unidirectional graph for conflicts.
module PkgV: sig
.. end
module PkgE: sig
.. end
module PackageGraph: MakePackageGraph
(
PkgV
)
module IntPkgGraph: sig
.. end
Integer Imperative Bidirectional Graph