Commented out a printout line which cases a warning to be printed.

This commit is contained in:
Alan Mishchenko 2012-01-13 19:34:00 -08:00
parent 1aeaacc03d
commit c48925dfb6
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ void Aig_ManInterTest( Aig_Man_t * pMan, int fVerbose )
// Aig_ManPrintStats( pInter );
// Aig_ManDumpBlif( pInter, "int.blif", NULL, NULL );
pInter = Sat_ProofInterpolantTruth( pSat, vVars );
Extra_PrintHex( stdout, pInter, Vec_IntSize(vVars) ); printf( "\n" );
// Extra_PrintHex( stdout, pInter, Vec_IntSize(vVars) ); printf( "\n" );
// clean up
// Aig_ManStop( pInter );