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
And it's accepted by CVC4, Yices, and MathSAT just fine. But z3 complains:
(error "line 4 column 13: invalid function declaration, symbol expected")
Just dropping this here as a note; I think this is one place where diverging from the standard is probably the right choice. But the presence of the directive (set-option :smtlib2_compliant true) makes this harder to swallow.
The text was updated successfully, but these errors were encountered:
Strictly speaking, the following is a valid SMTLib2 benchmark:
And it's accepted by CVC4, Yices, and MathSAT just fine. But z3 complains:
Just dropping this here as a note; I think this is one place where diverging from the standard is probably the right choice. But the presence of the directive
(set-option :smtlib2_compliant true)
makes this harder to swallow.The text was updated successfully, but these errors were encountered: