3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-04-30 17:36:12 -07:00 committed by Lev Nachmanson
parent b32f2703d4
commit e234bede4c
6 changed files with 28 additions and 11 deletions

View file

@ -1642,6 +1642,7 @@ public:
return FC_CONTINUE;
}
TRACE("arith", display(tout););
switch (check_lia()) {
case l_true:
break;
@ -3574,7 +3575,7 @@ public:
for (const auto & ti : term) {
theory_var w;
if (lp().is_term(ti.var())) {
//w = m_term_index2theory_var.get(lp().adjust_term_index(ti.var()), null_theory_var);
//w = m_term_index2theory_var.get(lp().adjust_term_index(ti.m_key), null_theory_var);
//if (w == null_theory_var) // if extracting expressions directly from nested term
lp::lar_term const& term1 = lp().get_term(ti.var());
rational coeff2 = coeff * ti.coeff();