Replies: 1 comment
-
Related question: how do I know which logic is automatically chosen by Z3? |
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.
-
Hello,
I have two scripts (they intend to prove a property of an abstract system of foraging ants, but this is irrelevant for my question).
ant1.txt
ant2.txt
This surprises me, because both problems should be solved in the same logic (the first models a system with 1 ant, the second a system with 2 ants).
Thus, my question is: how can I understand why Z3 handles the first script but not the second one?
Thanks, in advance!
Beta Was this translation helpful? Give feedback.
All reactions