Commit 4abb1ce8 by Alan Mishchenko

Commenting out uncommented message.

parent ae521b66
......@@ -1456,7 +1456,7 @@ void sat_solver_reducedb(sat_solver* s)
s->nDBreduces++;
printf( "Calling reduceDB with %d learned clause limit.\n", s->nLearntMax );
//printf( "Calling reduceDB with %d learned clause limit.\n", s->nLearntMax );
s->nLearntMax = s->nLearntStart + s->nLearntDelta * s->nDBreduces;
// return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment