3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 02:10:23 +00:00

update backoff for bounded_nla

This commit is contained in:
Nikolaj Bjorner 2023-10-21 19:57:06 -07:00
parent 97058b0d5d
commit 53ce18ef34
2 changed files with 16 additions and 14 deletions

View file

@ -60,8 +60,8 @@ class core {
friend class nra::solver;
friend class divisions;
unsigned m_nlsat_delay = 50;
unsigned m_nlsat_fails = 0;
unsigned m_nlsat_delay = 0;
unsigned m_nlsat_delay_bound = 0;
bool should_run_bounded_nlsat();
lbool bounded_nlsat();