Previusly forgotten debug printout.

This commit is contained in:
Alan Mishchenko 2011-12-02 01:08:48 -05:00
parent 5161978d05
commit 12869de14b
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ int Fra_FraigSat( Aig_Man_t * pMan, ABC_INT64_T nConfLimit, ABC_INT64_T nInsLimi
pMan->pData = Sat_SolverGetModel( pSat, vCiIds->pArray, vCiIds->nSize );
}
// free the sat_solver
// if ( fVerbose )
if ( fVerbose )
Sat_SolverPrintStats( stdout, pSat );
//sat_solver_store_write( pSat, "trace.cnf" );
//sat_solver_store_free( pSat );