| Home | • | Intro | • | Docs | • | Wiki | • | FAQ | • | Download | - | • | Awards | • | Status | • | FM Tools |
|---|
Typedefs | |
| typedef void * | yicesl_context |
Functions | |
| void | yicesl_set_verbosity (int l) |
| Set the verbosity level. | |
| char * | yicesl_version () |
| Return the yices version number. | |
| void | yicesl_enable_type_checker (int flag) |
| Force Yices to type check expressions when they are asserted (default = false). | |
| void | yicesl_enable_log_file (char *file_name) |
| Enable a log file that will store the assertions, checks, decls, etc. If the log file is already open, then nothing happens. | |
| yicesl_context | yicesl_mk_context () |
| Create a logical context. | |
| void | yicesl_del_context (yicesl_context ctx) |
| Delete the given logical context. | |
| int | yicesl_read (yicesl_context ctx, char *cmd) |
| Process the given command in the given logical context. The command must use Yices input language. | |
| int | yicesl_inconsistent (yicesl_context ctx) |
| Return true if the given logical context is inconsistent. | |
| char * | yicesl_get_last_error_message () |
| Return the last error message produced by the logical context. | |
| void | yicesl_set_output_file (char *file_name) |
| Set the file that will store the output produced by yices (e.g., models). The default behavior is to send the output to standard output. | |
|
|
Pointer to a Yices logical context. |
|
||||||||||||
|
Process the given command in the given logical context. The command must use Yices input language.
|
|
|
Delete the given logical context.
|
|
|
Opens a log file that will store the assertions, checks, declarations, etc. If the log file is already open, then nothing happens.
|
|
|
Force Yices to type check expressions when they are asserted (default = false).
|
|
|
Return the last error message produced by the logical context. |
|
|
Return true if the given logical context is inconsistent.
|
|
|
Create a logical context.
|
|
|
Set the file that will store the output produced by yices (e.g., models). The default behavior is to send the output to standard output.
|
|
|
Set the verbosity level. The default level is 0. At verbosity level 0, Yices does not print anything during processing. Increasing the level causes Yices to print some (or a lot of) information.
|
|
|
Return the yices version number.
|
| Home | • | Intro | • | Docs | • | Wiki | • | FAQ | • | Download | - | • | Awards | • | Status | • | FM Tools |
|---|
Last modified: Mon 18 Sep 2006 10:59 PDT