mirror of
https://github.com/Z3Prover/z3
synced 2025-04-21 16:16:38 +00:00
disable nested mul, use non-lookahead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
059ccd67bb
commit
47b793a5e0
|
@ -642,7 +642,7 @@ namespace sls {
|
|||
|
||||
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
if (!check_update(v, new_value))
|
||||
return false;
|
||||
apply_checked_update();
|
||||
|
|
Loading…
Reference in a new issue