Goblint_solver.SLRVarious SLR solvers.
module SLR3
(S : Goblint_constraint.ConstrSys.EqConstrSys)
(HM : Batteries.Hashtbl.S with type key = S.v) :
sig ... endthe SLR3 box solver
module type Version = sig ... endmodule Make0
(V : Version)
(Box : SolverBox.S)
(S : Goblint_constraint.ConstrSys.EqConstrSys)
(HM : Batteries.Hashtbl.S with type key = S.v) :
sig ... endthe box solver
module type MyGenericEqSolver =
functor (S : Goblint_constraint.ConstrSys.EqConstrSys) ->
functor (H : Batteries.Hashtbl.S with type key = S.v) ->
sig ... endmodule PrintInfluence
(Sol : MyGenericEqSolver)
(S : Goblint_constraint.ConstrSys.EqConstrSys)
(HM : Batteries.Hashtbl.S with type key = S.v) :
sig ... end