Skip to content

Commit

Permalink
fix #6652
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Mar 27, 2023
1 parent adec937 commit fe348b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tactic/aig/aig_tactic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class aig_tactic : public tactic {
new_f = conj;
g->assert_expr(new_f);
}
g->elim_true();
}

void operator()(goal_ref const & g, goal_ref_buffer & result) override {
Expand Down

0 comments on commit fe348b8

Please sign in to comment.