3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00
This commit is contained in:
Christoph M. Wintersteiger 2016-05-20 19:55:01 +01:00
commit cae53c3ec2
26 changed files with 70 additions and 285 deletions

View file

@ -156,6 +156,7 @@ class fm_tactic : public tactic {
r = c;
}
}
(void)found;
SASSERT(found);
return is_lower ? LOWER : UPPER;
}

View file

@ -300,6 +300,7 @@ public:
bool get_sum(expr* x, rational const& mul, expr_ref_vector& conds, expr_ref_vector& args, vector<rational>& coeffs, rational& coeff) {
expr *y, *z, *u;
rational r, q;
if (!is_app(x)) return false;
app* f = to_app(x);
bool ok = true;
if (a.is_add(x)) {