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
My script is giving me different result , by changing z3 version ... and I am not able to identify change in the release note explaining it. test3.py.zip
using z3 4.8.5
problem is stat: sat
maximum value for param1: 32
maximum value for param2: 31
using z3 4.8.10
problem is stat: sat
maximum value for param1: 0
maximum value for param2: 31
I get back the expected result. But it make no-sense. The search of maximum value of my problem should be agnostic of the order of my problem declaration, right ?
using z3 4.8.12
problem is stat: sat
maximum value for param1: 32
maximum value for param2: 31
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello
My script is giving me different result , by changing z3 version ... and I am not able to identify change in the release note explaining it.
test3.py.zip
in version 4.8.10, if I switch line 34 and 35 to
I get back the expected result. But it make no-sense. The search of maximum value of my problem should be agnostic of the order of my problem declaration, right ?
Beta Was this translation helpful? Give feedback.
All reactions