Goblint_lib.SelectorSolver, which delegates at runtime to the configured solver.
val solvers : (string * (module Analyses.GenericEqIncrSolver)) list refval add_solver : (string * (module Analyses.GenericEqIncrSolver)) -> unitRegister your solvers here!!!
val choose_solver : string -> (module Analyses.GenericEqIncrSolver)Dynamically choose the solver.
module Make
(Arg : Analyses.IncrSolverArg)
(S : Analyses.EqConstrSys)
(VH : Batteries.Hashtbl.S with type key = S.v) :
sig ... endThe solver that actually uses the implementation based of GobConfig.get_string "solver".