3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

disable nested mul, use non-lookahead

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-08-24 13:55:43 -07:00
parent 059ccd67bb
commit 47b793a5e0

View file

@ -642,7 +642,7 @@ namespace sls {
#if 1
#if 0
if (!check_update(v, new_value))
return false;
apply_checked_update();