mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Initialize m_istamp_id in lookahead::init (#6533)
This commit is contained in:
parent
8970a54eaa
commit
e5e16268cc
1 changed files with 1 additions and 0 deletions
|
@ -1001,6 +1001,7 @@ namespace sat {
|
|||
m_inconsistent = false;
|
||||
m_qhead = 0;
|
||||
m_bstamp_id = 0;
|
||||
m_istamp_id = 0;
|
||||
|
||||
for (unsigned i = 0; i < m_num_vars; ++i) {
|
||||
init_var(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue