3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-01-27 10:51:12 -08:00
parent b6e7b80704
commit 15ee879602
3 changed files with 14 additions and 9 deletions

View file

@ -66,7 +66,7 @@ namespace sat {
svector<bin_clause> m_sub_bin_todo;
unsigned m_last_sub_trail_sz; // size of the trail since last cleanup
bool_var_set m_elim_todo;
bool m_need_cleanup;
bool m_need_cleanup = false;
tmp_clause m_dummy;
// simplifier extra variable fields.