Goblint_solver.SelectorSourceSolver, which delegates at runtime to the configured solver.
val add_solver :
(string * (module Goblint_constraint.SolverTypes.DemandEqIncrSolver)) ->
unitRegister your solvers here!!!
Dynamically choose the solver.
module Make
(Arg : Goblint_constraint.SolverTypes.IncrSolverArg)
(S : Goblint_constraint.ConstrSys.DemandEqConstrSys)
(VH : Batteries.Hashtbl.S with type key = S.v) :
sig ... endThe solver that actually uses the implementation based of GobConfig.get_string "solver".