Scalable gate-level abstraction.

This commit is contained in:
Alan Mishchenko 2012-08-07 11:46:50 -07:00
parent c35471dac4
commit f9b032ee02
1 changed files with 2 additions and 2 deletions

View File

@ -1938,8 +1938,8 @@ int Gia_GlaPerform( Gia_Man_t * pAig, Gia_ParVta_t * pPars, int fStartVta )
if ( Status == -1 || (p->pSat->nRuntimeLimit && clock() > p->pSat->nRuntimeLimit) ) // resource limit is reached
{
Prf_ManStopP( &p->pSat->pPrf2 );
if ( Gia_ManRegNum(p->pGia) > 1 ) // for comb cases, return the abstration
Gla_ManRollBack( p );
// if ( Gia_ManRegNum(p->pGia) > 1 ) // for comb cases, return the abstraction
// Vec_IntShrink( p->vAbs, p->nAbsOld );
goto finish;
}
if ( Status == 1 )