Sidekick_smt_solverCore 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 Make in order to create a new Msat-based SMT solver.
module type S = Sidekick_core.SOLVERmodule Registry : Sidekick_core.REGISTRY