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