// extern int Ssw_RarSignalFilterGia2( Gia_Man_t * p, int nFrames, int nWords, int nBinSize, int nRounds, int TimeOut, Abc_Cex_t * pCex, int fLatchOnly, int fVerbose );
Abc_Print(1,"Simulation of %d frames for %d rounds with %d restarts asserted %d (out of %d) POs. ",nFrames,nNumRestart*nRestart+r,nNumRestart,nSolved,Saig_ManPoNum(p->pAig));
Abc_Print(1,"Simulation of %d frames for %d rounds with %d restarts asserted %d (out of %d) POs. ",pPars->nFrames,nNumRestart*pPars->nRestart+r,nNumRestart,nSolved,Saig_ManPoNum(p->pAig));
Abc_PrintTime(1,"Time",clock()-clkTotal);
}
elseif(r==nRounds&&f==nFrames)
elseif(r==pPars->nRounds&&f==pPars->nFrames)
{
if(fVerbose)Abc_Print(1,"\n");
Abc_Print(1,"Simulation of %d frames for %d rounds with %d restarts did not assert POs. ",nFrames,nNumRestart*nRestart+r,nNumRestart);
if(pPars->fVerbose)Abc_Print(1,"\n");
Abc_Print(1,"Simulation of %d frames for %d rounds with %d restarts did not assert POs. ",pPars->nFrames,nNumRestart*pPars->nRestart+r,nNumRestart);