mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
cae53c3ec2
26 changed files with 70 additions and 285 deletions
|
@ -156,6 +156,7 @@ class fm_tactic : public tactic {
|
|||
r = c;
|
||||
}
|
||||
}
|
||||
(void)found;
|
||||
SASSERT(found);
|
||||
return is_lower ? LOWER : UPPER;
|
||||
}
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue