Goblint_lib.SLRThe 'slr*' solvers.
module SLR3
(S : Analyses.EqConstrSys)
(HM : Goblint_lib.Prelude.Hashtbl.S with type key = S.v) :
sig ... endthe SLR3 box solver
module type Version = sig ... endmodule Make
(V : Version)
(S : Analyses.EqConstrSys)
(HM : Goblint_lib.Prelude.Hashtbl.S with type key = S.v) :
sig ... endthe box solver
module type MyGenericEqBoxSolver =
functor (S : Analyses.EqConstrSys) ->
functor (H : Goblint_lib.Prelude.Hashtbl.S with type key = S.v) ->
sig ... endmodule PrintInfluence
(Sol : MyGenericEqBoxSolver)
(S : Analyses.EqConstrSys)
(HM : Goblint_lib.Prelude.Hashtbl.S with type key = S.v) :
sig ... endmodule TwoPhased
(V : Version)
(S : Analyses.EqConstrSys)
(HM : Goblint_lib.Prelude.Hashtbl.S with type key = S.v) :
sig ... endmodule JustWiden
(V : Version)
(S : Analyses.EqConstrSys)
(HM : Goblint_lib.Prelude.Hashtbl.S with type key = S.v) :
sig ... end