package binsec

  1. Overview
  2. Docs

doc/binsec.smtlib/Binsec_smtlib/Formula/Solver/Make/index.html

Module Solver.Make

Parameters

module S : sig ... end

Signature

type t
val pp : Format.formatter -> t -> unit
val create : theory:string -> S.arg -> t
val destroy : t -> unit
val run : t -> 'a command -> 'a
val put_entry : t -> Formula.entry -> unit
val check_sat : timeout:float -> t -> Formula.status
val get_model : t -> Binsec_smtlib__.Formula_model.t
val get_bv_value : t -> Formula.bv_term list -> Binsec_base.Bitvector.t list