We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd46f8 commit 30259b3Copy full SHA for 30259b3
core/Solver.cc
@@ -286,7 +286,7 @@ void Solver::dpl()
286
NextClause: ;
287
}
288
289
- ws.shrink(i-j);
+ ws.shrink(i-j);
290
return TRUE;
291
}//according to watches,simplify the clauses
292
@@ -302,7 +302,7 @@ void Solver::dpl()
302
303
304
}//push the conflictclause set of learntClause into passiveClause
305
-
+
306
int Solver::lookAhead(){
307
assert(false);
308
}//yu gu
0 commit comments