mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
d5fe4b0d78
commit
0859be5649
2 changed files with 11 additions and 8 deletions
|
@ -996,9 +996,6 @@ namespace arith {
|
|||
|
||||
TRACE("arith", ctx.display(tout););
|
||||
|
||||
if (!check_delayed_eqs())
|
||||
return sat::check_result::CR_CONTINUE;
|
||||
|
||||
switch (check_lia()) {
|
||||
case l_true:
|
||||
break;
|
||||
|
@ -1022,10 +1019,6 @@ namespace arith {
|
|||
break;
|
||||
}
|
||||
|
||||
if (delayed_assume_eqs()) {
|
||||
++m_stats.m_assume_eqs;
|
||||
return sat::check_result::CR_CONTINUE;
|
||||
}
|
||||
if (assume_eqs()) {
|
||||
++m_stats.m_assume_eqs;
|
||||
return sat::check_result::CR_CONTINUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue