3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

cleanup mostly, more asserts in tangent lemma

This commit is contained in:
Lev Nachmanson 2019-03-22 17:37:19 -07:00
parent 9c62b431e4
commit 1810d7e77d
8 changed files with 186 additions and 146 deletions

View file

@ -238,7 +238,7 @@ public :
bound /= u_coeff;
if (numeric_traits<impq>::is_pos(u_coeff)) {
if (u_coeff.is_pos()) {
limit_j(m_column_of_u, bound, true, true, strict);
} else {
limit_j(m_column_of_u, bound, false, false, strict);