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

more efficient code in has_common_factor

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-07-30 12:01:41 -07:00
parent ccc9a77a1f
commit 0ba8940ae7
2 changed files with 14 additions and 8 deletions

View file

@ -45,7 +45,6 @@ public:
intervals::interval interval_of_mul(const nex&);
void set_interval_for_scalar(intervals::interval&, const rational&);
void set_var_interval(lpvar j, intervals::interval&);
std::set<lpvar> get_vars_of_expr(const nex &) const;
bool lemmas_on_expr(nex &);
}; // end of horner
}