Selectorval solvers :
(string * (module Analyses.GenericEqBoxIncrSolver)) list Prelude.refval add_solver : (string * (module Analyses.GenericEqBoxIncrSolver)) -> unitRegister your solvers here!!!
val choose_solver : string -> (module Analyses.GenericEqBoxIncrSolver)Dynamically choose the solver.
module Make
(Arg : Analyses.IncrSolverArg)
(S : Analyses.EqConstrSys)
(VH : Prelude.Hashtbl.S with type key = S.v) :
sig ... endThe solver that actually uses the implementation based of GobConfig.get_string "solver".