You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smtlib.rs currently only supports a few of the defined standard command.
According to the SMTLIB2 standard the following functions are to be recognized and implemented for every solver:
set-logic
define-fun
declare-fun
declare-sort
define-sort
assert
get-assertions
check-sat
get-proof
get-unsat-core
get-value
get-assignment
push
pop
get-option
set-option
get-info
set-info
exit
We would like to support them all
The text was updated successfully, but these errors were encountered:
smtlib.rs currently only supports a few of the defined standard command.
According to the SMTLIB2 standard the following functions are to be recognized and implemented for every solver:
We would like to support them all
The text was updated successfully, but these errors were encountered: