3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-01 07:40:41 +00:00

align use_list with number of variables during flatten, push clause and bool_vars_of addition into clause and atom creation time.

This commit is contained in:
Nikolaj Bjorner 2025-01-25 20:47:57 -08:00
parent 7fc59b65ad
commit a7010574c8
6 changed files with 72 additions and 38 deletions

View file

@ -81,6 +81,7 @@ namespace sls {
unsigned m_best_last_step = 0;
unsigned m_num_lookaheads = 0;
double m_best_score = 0;
unsigned m_num_clauses = 0;
// avoid checking the same updates twice
var_t m_last_var = UINT_MAX;