mirror of https://github.com/YosysHQ/abc.git
Commenting out uncommented message.
This commit is contained in:
parent
ae521b6601
commit
4abb1ce8a4
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue