Removing print-out message.

This commit is contained in:
Alan Mishchenko 2012-07-09 22:29:24 -07:00
parent a92c41f767
commit b2f1d21d37
1 changed files with 1 additions and 1 deletions

View File

@ -1499,7 +1499,7 @@ int sat_solver_solve(sat_solver* s, lit* begin, lit* end, ABC_INT64_T nConfLimit
lbool status = l_Undef;
lit* i;
printf( "Running SAT solver with parameters %d and %d and %d.\n", s->nLearntStart, s->nLearntDelta, s->nLearntRatio );
// printf( "Running SAT solver with parameters %d and %d and %d.\n", s->nLearntStart, s->nLearntDelta, s->nLearntRatio );
////////////////////////////////////////////////
if ( s->fSolved )
{