Removing equivalence classes when they are not properly refined.

This commit is contained in:
Alan Mishchenko 2022-04-27 20:54:04 -07:00
parent daa4eaf2af
commit f6758079f7
1 changed files with 2 additions and 0 deletions

View File

@ -1054,6 +1054,8 @@ int Cec_ManLSCorrespondenceClasses( Gia_Man_t * pAig, Cec_ParCor_t * pPars )
printf( "Iterative refinement is stopped after iteration %d\n", r );
printf( "because refinement does not proceed quickly.\n" );
Cec_ManSimStop( pSim );
ABC_FREE( pAig->pReprs );
ABC_FREE( pAig->pNexts );
return 0;
}
nPrev[0] = nPrev[1];