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

support for >2 arity bxnor #61

Closed
TrevorHansen opened this issue Jul 18, 2019 · 1 comment
Closed

support for >2 arity bxnor #61

TrevorHansen opened this issue Jul 18, 2019 · 1 comment

Comments

@TrevorHansen
Copy link

I think this should parse because bvxnor is left-associative:

(assert (= (bvxnor #b0 #b0 #b0) (bvnot (bvxor #b0 #b0 #b0))))

That said, bvxnor is hardly used.

@mpreiner
Copy link
Member

Hi Trevor,

Thanks for the report! We'll change that in the parser accordingly.

samysweb pushed a commit to samysweb/boolector that referenced this issue May 4, 2020
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

2 participants