Skip to content

Commit

Permalink
fix a compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Oct 2, 2024
1 parent c1eccd8 commit 517efab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cdb/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ impl ClauseDBIF for ClauseDB {
if 1 < rank {
self.lb_entanglement.update(rank as f64);
}
learnt
}
/// reduce the number of 'learnt' or *removable* clauses.
#[cfg(feature = "keep_just_used_clauses")]
Expand Down

0 comments on commit 517efab

Please sign in to comment.