3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 18:30:24 +00:00

Adjusted rlimit increments in theory_arith to avoid non-termination issues

This commit is contained in:
Christoph M. Wintersteiger 2017-06-25 22:19:42 +01:00
parent ffbf19d944
commit c395516058
4 changed files with 8 additions and 4 deletions

View file

@ -68,6 +68,8 @@ public:
mpq const & to_mpq() const { return m_val; }
unsigned bitsize() const { return m().bitsize(m_val); }
unsigned storage_size() const { return m().storage_size(m_val); }
void reset() { m().reset(m_val); }