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
Dear Z3 Team,
I ran into a problem with arrays that use bit vectors as index sort. Z3 returns sat for formulas that I expected to be unsat.
The following code is an example for which the problem occurs for me:
Dear Z3 Team,
I ran into a problem with arrays that use bit vectors as index sort. Z3 returns sat for formulas that I expected to be unsat.
The following code is an example for which the problem occurs for me:
I tested this code on the release version 4.8.12 as well as on the current master branch (96e117d) and both times Z3 returned sat.
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered: