3
0
Fork 0
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:
Nikolaj Bjorner 2025-01-22 20:32:30 -08:00
parent 3a3e176dce
commit ec3915218d
8 changed files with 60 additions and 12 deletions

View file

@ -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;