Skip to content

Commit 30259b3

Browse files
committed
09/11/cc+h
1 parent 8dd46f8 commit 30259b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: core/Solver.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ void Solver::dpl()
286286
NextClause: ;
287287
}
288288
}
289-
ws.shrink(i-j);
289+
ws.shrink(i-j);
290290
return TRUE;
291291
}//according to watches,simplify the clauses
292292

@@ -302,7 +302,7 @@ void Solver::dpl()
302302
}
303303

304304
}//push the conflictclause set of learntClause into passiveClause
305-
305+
306306
int Solver::lookAhead(){
307307
assert(false);
308308
}//yu gu

0 commit comments

Comments
 (0)