Specialized inductive check.

This commit is contained in:
Alan Mishchenko 2013-11-05 20:33:48 -08:00
parent 66b6593513
commit 78a0660eab
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ void Bmc_PerformISearch( Gia_Man_t * p, int nFramesMax, int nTimeOut, int fRever
for ( i = 0; i < Gia_ManRegNum(p); i++ )
Vec_IntPush( vLits, Abc_Var2Lit(i, 0) );
for ( f = 1; f < nFramesMax; f++ )
for ( f = 1; f <= nFramesMax; f++ )
Bmc_PerformISearchOne( p, f, nTimeOut, fReverse, fVerbose, vLits );
// dump the numbers of the flops