mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 18:30:24 +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
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ namespace sls {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
if (!check_update(v, new_value))
|
if (!check_update(v, new_value))
|
||||||
return false;
|
return false;
|
||||||
apply_checked_update();
|
apply_checked_update();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue