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
Given the known limitations of Z3, an interesting question is whether or not we can use the DafnyEVM with the flag --disable-nonlinear-arithmetic. My expectation is that this will not work out of the box. Rather, it will work once we have added lemmas in suitable places for it to verify. But, I'm not sure how much effort will be involved here. If its not too much effort ... then it might be worth doing, and maintaining going forward.
The text was updated successfully, but these errors were encountered:
Given the known limitations of Z3, an interesting question is whether or not we can use the DafnyEVM with the flag
--disable-nonlinear-arithmetic
. My expectation is that this will not work out of the box. Rather, it will work once we have added lemmas in suitable places for it to verify. But, I'm not sure how much effort will be involved here. If its not too much effort ... then it might be worth doing, and maintaining going forward.The text was updated successfully, but these errors were encountered: