Skip to content

Commit

Permalink
Initialize m_istamp_id in lookahead::init (#6533)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjer committed Jan 12, 2023
1 parent 8970a54 commit e5e1626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sat/sat_lookahead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e5e1626

Please sign in to comment.