3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

simplify more aggressively in horner scheme, imlement is_linear

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-08-21 10:31:13 -07:00
parent eb5b9557ed
commit 81a9edae7e
4 changed files with 40 additions and 9 deletions

View file

@ -42,6 +42,7 @@ public:
intervals::interval interval_of_expr(const nex* e);
nex* nexvar(lpvar j, cross_nested& cn) const;
nex* nexvar(const rational& coeff, lpvar j, cross_nested& cn) const;
intervals::interval interval_of_sum(const nex_sum*);
intervals::interval interval_of_sum_no_terms(const nex_sum*);
intervals::interval interval_of_mul(const nex_mul*);