Skip to main content
-
API
-
codex
-
Smtbackend
-
Smtlib
-
Make_Untyped
Module Smtlib.Make_Untyped
Parameters
Signature
include COMMON_S
type satisfiable = | Sat| Unsat| Unknown
val set_logic : logic -> unitval set_option : string -> unitval assert_ : value -> unitval get_assignment : unit -> unitval declare_var : ?name:string -> sort -> valueval numeral : int -> valueval numeralz : Z.t -> valueval bvlit : size:int -> Z.t -> value