Module Goblint_solver.SelectorSource

Solver, which delegates at runtime to the configured solver.

Sourceval solvers : (string * (module Goblint_constraint.SolverTypes.DemandEqIncrSolver)) list ref
Sourceval add_solver : (string * (module Goblint_constraint.SolverTypes.DemandEqIncrSolver)) -> unit

Register your solvers here!!!

Sourceval choose_solver : string -> (module Goblint_constraint.SolverTypes.DemandEqIncrSolver)

Dynamically choose the solver.

The solver that actually uses the implementation based of GobConfig.get_string "solver".