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:
parent
97058b0d5d
commit
53ce18ef34
2 changed files with 16 additions and 14 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue