Replies: 2 comments
-
The error message suggests that you are passing an integer expression to "or". |
Beta Was this translation helpful? Give feedback.
0 replies
-
See also https://github.com/Z3Prover/z3/tree/master/examples/userPropagator |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have just started workign with Z3 for my bachelors computer science and engineering. One of the assignments was to provide solutions for the 8 queens problem.
The logic behind the solutions can be found below:
The text file attaches is the logic written out for Z3 but I can't seem to figure out what causes the error. I was hoping someone could give me some insight since I am still a novice.
8queens.txt
Beta Was this translation helpful? Give feedback.
All reactions