3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 18:15:32 +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

@ -316,11 +316,11 @@ class mpz_manager {
void big_rem(mpz const & a, mpz const & b, mpz & c);
int big_compare(mpz const & a, mpz const & b);
public:
unsigned size_info(mpz const & a);
struct sz_lt;
public:
static bool precise() { return true; }
static bool field() { return false; }