mirror of https://github.com/YosysHQ/abc.git
Removing print-out message.
This commit is contained in:
parent
a92c41f767
commit
b2f1d21d37
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue