mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
deal with compiler warnings
This commit is contained in:
parent
88fbf6510f
commit
857557ad93
8 changed files with 29 additions and 29 deletions
|
@ -49,7 +49,7 @@ namespace lp {
|
|||
|
||||
m_constraints_for_explanation.push_back(ci);
|
||||
|
||||
for (const auto &p : *t) {
|
||||
for (lar_term::ival p : *t) {
|
||||
m_var_register.add_var(p.column().index(), true); // hnf only deals with integral variables for now
|
||||
mpq t = abs(ceil(p.coeff()));
|
||||
if (t > m_abs_max)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue