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