Skip to content

Commit

Permalink
Reflect the current status on stat variables before displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Sep 23, 2024
1 parent 2cd2e09 commit 7e724df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/solver/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,8 @@ impl SolveIF for Solver {
state
.stm
.set_span_base(state.c_lvl.get_slow() - state.b_lvl.get_slow());

asg.clear_asserted_literals(cdb)?;
dump_stage(asg, cdb, state, &ss.previous_stage);

#[cfg(feature = "rephase")]
Expand Down

0 comments on commit 7e724df

Please sign in to comment.