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