module Yicesl:sig
..end
See the official C API Lite documentation
and the input language specification.
type
context
val set_verbosity : int -> unit
val version : unit -> string
val enable_type_checker : bool -> unit
val enable_log_file : string -> unit
val mk_context : unit -> context
val del_context : context -> unit
val read : context -> string -> unit
Failure
if the command failed. The message is provided by Yices
(C API Lite yicesl_get_last_error_message
).val inconsistent : context -> bool
val set_output_file : string -> unit