Skip to content

Commit

Permalink
Fixing this bug
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 13, 2024
1 parent 4e9ce38 commit 4e1fc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/occsimplifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3299,7 +3299,7 @@ void OccSimplifier::rem_cls_from_watch_due_to_varelim(const Lit lit , bool add_t

//Remove -- only FRAT the ones that are redundant
//The irred will be removed thanks to 'elimed' system
unlink_clause(offset, cl.red(), true, true);
unlink_clause(offset, cl.red(), true, false);
} else if (watch.isBin()) {
//Update stats
if (!watch.red()) {
Expand Down

0 comments on commit 4e1fc00

Please sign in to comment.