Fixing temporary linker problem.

This commit is contained in:
Alan Mishchenko 2012-07-12 18:54:44 -07:00
parent 83f1f27307
commit 17305bd563
1 changed files with 2 additions and 1 deletions

View File

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