We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c26108 commit 18c75bcCopy full SHA for 18c75bc
src/cdcl.cc
@@ -556,7 +556,7 @@ struct Cnf {
556
clauses.push_back({.lit = -lp}); // LIT0
557
add_to_watchlist(lc, -lp);
558
clauses.push_back({.lit = lit_nil}); // LIT1, set below.
559
- // Need to watch a literal at some level < dp.
+ // Need to watch a literal at level dp.
560
bool found_watch = false;
561
for (size_t j = 0; j < r; ++j) {
562
if (found_watch || lev[var(b[j])] < dp) {
0 commit comments