3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-03 14:33:56 +00:00
regression when tracking literal explanations
This commit is contained in:
Nikolaj Bjorner 2022-03-22 01:55:43 -07:00
parent 4b1419261f
commit 815c971c9a
2 changed files with 3 additions and 2 deletions

View file

@ -63,6 +63,7 @@ namespace euf {
enode* m_cg = nullptr;
th_var_list m_th_vars;
justification m_justification;
justification m_lit_justification;
unsigned m_num_args = 0;
signed char m_lbl_hash = -1; // It is different from -1, if enode is used in a pattern
approx_set m_lbls;