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:
parent
ffbf19d944
commit
c395516058
4 changed files with 8 additions and 4 deletions
|
@ -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); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue