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
I was unable to dig out exactly what version of SMTLIB is supported.
From testing around, it would seem likely that this would be 2.0 (released in 2010).
SMTLIB 2.6 Improvements
2.6 introduces multiple QoL improvements as well as additional functionality. Some of this includes:
attributes belonging to <Keyword>, such as :left_assoc (e.g. (bvor a b c d) instead of (bvor (bvor a b) (bvor c d))).
user defined types
declare-const syntactic sugar for nullary functions.
Introduction
I was unable to dig out exactly what version of SMTLIB is supported.
From testing around, it would seem likely that this would be 2.0 (released in 2010).
SMTLIB 2.6 Improvements
2.6 introduces multiple QoL improvements as well as additional functionality. Some of this includes:
<Keyword>
, such as:left_assoc
(e.g.(bvor a b c d)
instead of(bvor (bvor a b) (bvor c d))
).declare-const
syntactic sugar for nullary functions.The text was updated successfully, but these errors were encountered: