Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can reserved word be the variable name? #2664

Closed
muchang opened this issue Oct 26, 2019 · 0 comments
Closed

Can reserved word be the variable name? #2664

muchang opened this issue Oct 26, 2019 · 0 comments

Comments

@muchang
Copy link

muchang commented Oct 26, 2019

Hi,
For this variable declaration:

(set-logic LRA) 
(declare-fun as () Real)

CVC4 will reject the formula because as is the reserved word (according to the SMT-LIB standard, page 95 ), while z3 accepts it.
Is it expected?

OS: Ubuntu 18.04
Revision: 376d2c1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant