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

stronger lemmas to avoid branching

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-02-14 15:44:02 -08:00
parent 580ebead79
commit 63e62ec1bb
8 changed files with 156 additions and 62 deletions

View file

@ -157,7 +157,7 @@ typedef nla::variable_map_type variable_map_type;
auto& pm = m_nlsat->pm();
auto k = c.m_kind;
auto rhs = c.m_right_side;
auto lhs = c.get_left_side_coefficients();
auto lhs = c.coeffs();
auto sz = lhs.size();
svector<polynomial::var> vars;
rational den = denominator(rhs);