Formula.SolverInterface with SMT solvers
This module provides basic functions to solve SMT formulas, either by providing the file name or directly by interacting with the SMT solver via theirs incremental mode.
type 'a command = | PutEntry : Formula.entry -> unit command| CheckSat : float -> Formula.status command| GetModel : Binsec_smtlib__.Formula_model.t command| GetBvValue : Formula.bv_term list -> Binsec_base.Bitvector.t list command| GetAxValue : Formula.ax_term -> (Binsec_base.Bitvector.t
* Binsec_base.Bitvector.t)
array
commandmodule Command : sig ... end