Commenting out uncommented message.

This commit is contained in:
Alan Mishchenko 2017-02-11 21:11:45 -08:00
parent ae521b6601
commit 4abb1ce8a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;