mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
fix #7532
This commit is contained in:
parent
b6e7b80704
commit
15ee879602
3 changed files with 14 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue