Skip to content

Commit 18c75bc

Browse files
committed
fix incorrect comment
1 parent 0c26108 commit 18c75bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdcl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ struct Cnf {
556556
clauses.push_back({.lit = -lp}); // LIT0
557557
add_to_watchlist(lc, -lp);
558558
clauses.push_back({.lit = lit_nil}); // LIT1, set below.
559-
// Need to watch a literal at some level < dp.
559+
// Need to watch a literal at level dp.
560560
bool found_watch = false;
561561
for (size_t j = 0; j < r; ++j) {
562562
if (found_watch || lev[var(b[j])] < dp) {

0 commit comments

Comments
 (0)