mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 13:07:53 +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
|
|
@ -63,6 +63,9 @@ namespace sls {
|
|||
std::thread m_thread;
|
||||
std::mutex m_mutex;
|
||||
|
||||
unsigned m_value_smt2sls_delay = 0;
|
||||
unsigned m_value_smt2sls_delay_threshold = 50;
|
||||
|
||||
sat::literal_vector m_units;
|
||||
model_ref m_sls_model;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue