From a66dc0afb6e16b51f89edaa0955865a7d56e373a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 25 Jun 2013 23:05:51 -0700 Subject: Unifying representation of mapping in GIA. --- src/proof/cec/cecChoice.c | 2 +- src/proof/cec/cecCorr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/proof/cec') diff --git a/src/proof/cec/cecChoice.c b/src/proof/cec/cecChoice.c index 01b5adec..49025630 100644 --- a/src/proof/cec/cecChoice.c +++ b/src/proof/cec/cecChoice.c @@ -320,7 +320,7 @@ Gia_Man_t * Cec_ManChoiceComputationVec( Gia_Man_t * pGia, int nGias, Cec_ParChc RetValue = Cec_ManChoiceComputation_int( pGia, pPars ); // derive AIG with choices pNew = Gia_ManEquivToChoices( pGia, nGias ); - Gia_ManHasChoices( pNew ); +// Gia_ManHasChoices_very_old( pNew ); // Gia_ManStop( pMiter ); // report the results if ( pPars->fVerbose ) diff --git a/src/proof/cec/cecCorr.c b/src/proof/cec/cecCorr.c index fac30004..83345ae5 100644 --- a/src/proof/cec/cecCorr.c +++ b/src/proof/cec/cecCorr.c @@ -1188,7 +1188,7 @@ Gia_Man_t * Cec_ManLSCorrespondence( Gia_Man_t * pAig, Cec_ParCor_t * pPars ) if ( pPars->fMakeChoices ) { pNew = Gia_ManEquivToChoices( pAig, 1 ); - Gia_ManHasChoices( pNew ); +// Gia_ManHasChoices_very_old( pNew ); } else { -- cgit v1.2.3