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
I am working with z3 and making use of simplify. I've encountered an expression that should be easy to simplify, but isn't simplified. Most notably, if one replaces the bitshifts with multiplications, z3 can simplify it. Here's a python snippet to demonstrate it:
I am working with z3 and making use of simplify. I've encountered an expression that should be easy to simplify, but isn't simplified. Most notably, if one replaces the bitshifts with multiplications, z3 can simplify it. Here's a python snippet to demonstrate it:
I've encountered this behavior on version
4.13.4
.I have the following questions:
The text was updated successfully, but these errors were encountered: