Skip to content

Commit

Permalink
fix bug reported by Nuno
Browse files Browse the repository at this point in the history
qhead should not be changed after tactic execution. It should remain 0 so the same tactic can be applied repeatedly on the entire state
  • Loading branch information
NikolajBjorner committed Dec 9, 2022
1 parent a96f5a9 commit 96a2c04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tactic/dependent_expr_state_tactic.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ class dependent_expr_state_tactic : public tactic, public dependent_expr_state {
try {
if (!in->proofs_enabled() || m_simp->supports_proofs())
m_simp->reduce();
if (m.inc())
advance_qhead();
}
catch (rewriter_exception& ex) {
throw tactic_exception(ex.msg());
Expand Down

0 comments on commit 96a2c04

Please sign in to comment.