mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 15:24:55 +00:00
modify backoff mechanisms and theory exchange
This commit is contained in:
parent
3a3e176dce
commit
ec3915218d
8 changed files with 60 additions and 12 deletions
|
@ -76,6 +76,7 @@ namespace sls {
|
|||
num_t m_best_delta;
|
||||
var_t m_best_var = UINT_MAX;
|
||||
unsigned m_best_last_step = 0;
|
||||
unsigned m_num_lookaheads = 0;
|
||||
|
||||
// avoid checking the same updates twice
|
||||
var_t m_last_var = UINT_MAX;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue