Module Sidekick_smt_solver
Core of the SMT solver using Sidekick_sat
Sidekick_sat (in src/sat/) is a modular SAT solver in pure OCaml.
This builds a Sidekick_core.SOLVER on top of it.
module type ARG = sig ... endArgument to pass to the functor
Makein order to create a new Msat-based SMT solver.
module type S = Sidekick_core.SOLVER