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:
parent
580ebead79
commit
63e62ec1bb
8 changed files with 156 additions and 62 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue