summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/aig/gia/giaAbsGla.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aig/gia/giaAbsGla.c b/src/aig/gia/giaAbsGla.c
index 6299395f..822b7b47 100644
--- a/src/aig/gia/giaAbsGla.c
+++ b/src/aig/gia/giaAbsGla.c
@@ -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 )