Setting the number of completed time frames.

This commit is contained in:
Alan Mishchenko 2011-11-12 23:44:38 -08:00
parent b695e3334c
commit e43c0d8708
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ Vec_Int_t * Aig_Gla1ManPerform( Aig_Man_t * pAig, Vec_Int_t * vGateClassesOld, i
printf( "The problem is SAT in frame %d. The CEX is currently not produced.\n", f );
else
printf( "Ran out of conflict limit (%d) at frame %d.\n", nConfLimit, f );
*piFrame = i;
*piFrame = f;
// print stats
if ( fVerbose )
{