Skip to content

Commit

Permalink
remove line change
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fleury committed Mar 5, 2024
1 parent 8988539 commit be2c54b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/clausecleaner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ bool ClauseCleaner::clean_clause(Clause& cl)
const auto orig_ID = cl.stats.ID;
INC_ID(cl);
cl.shrink(i-j);
(*solver->frat) << add << cl;
(*solver->frat) << chain << orig_ID;
(*solver->frat) << add << cl << chain << orig_ID;
for(auto const& id: solver->chain) (*solver->frat) << id;
(*solver->frat) << fin << findelay;
} else {
Expand Down

0 comments on commit be2c54b

Please sign in to comment.