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:
parent
9c62b431e4
commit
1810d7e77d
8 changed files with 186 additions and 146 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue