mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
abbee32ddc
commit
a9d22d7409
2 changed files with 6 additions and 1 deletions
|
@ -298,7 +298,7 @@ public:
|
|||
mpq t = abs(ceil(p.coeff()));
|
||||
if (t > m_abs_max) m_abs_max = t;
|
||||
}
|
||||
m_big_number = m_abs_max; // .expt(2);
|
||||
m_big_number = m_abs_max.expt(2);
|
||||
#endif
|
||||
mpq one_min_m_f = 1 - m_f;
|
||||
for (const auto & p : m_row) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue