diff --git a/src/proof/ssw/sswCore.c b/src/proof/ssw/sswCore.c index b48db9534..1307d67c9 100644 --- a/src/proof/ssw/sswCore.c +++ b/src/proof/ssw/sswCore.c @@ -444,6 +444,7 @@ Aig_Man_t * Ssw_SignalCorrespondence( Aig_Man_t * pAig, Ssw_Pars_t * pPars ) // if parameters are not given, create them if ( pPars == NULL ) Ssw_ManSetDefaultParams( pPars = &Pars ); +/* // consider the case of empty AIG if ( Aig_ManNodeNum(pAig) == 0 ) { @@ -452,6 +453,7 @@ Aig_Man_t * Ssw_SignalCorrespondence( Aig_Man_t * pAig, Ssw_Pars_t * pPars ) Aig_ManReprStart( pAig,Aig_ManObjNumMax(pAig) ); return Aig_ManDupOrdered(pAig); } +*/ // check and update parameters if ( pPars->fLatchCorrOpt ) {