From a35599960b1fc7ba3a94c0ac562ec0ad217230a2 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 18 Jul 2013 13:03:01 -0700 Subject: New technology mapper. --- src/map/mpm/mpmTruth.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/map/mpm/mpmTruth.c') diff --git a/src/map/mpm/mpmTruth.c b/src/map/mpm/mpmTruth.c index 79f24cca..c60ebb6e 100644 --- a/src/map/mpm/mpmTruth.c +++ b/src/map/mpm/mpmTruth.c @@ -91,13 +91,6 @@ static inline int Mpm_CutTruthMinimize6( Mpm_Man_t * p, Mpm_Cut_t * pCut ) } k++; } - else - { - int iObj = Abc_Lit2Var( pCut->pLeaves[i] ); - int Res = Vec_IntRemove( &p->vObjPresUsed, iObj ); - assert( Res == 1 ); - p->pObjPres[iObj] = (unsigned char)0xFF; - } } assert( k == nSuppSize ); pCut->nLeaves = nSuppSize; @@ -129,13 +122,6 @@ static inline int Mpm_CutTruthMinimize7( Mpm_Man_t * p, Mpm_Cut_t * pCut ) } k++; } - else - { - int iObj = Abc_Lit2Var( pCut->pLeaves[i] ); - int Res = Vec_IntRemove( &p->vObjPresUsed, iObj ); - assert( Res == 1 ); - p->pObjPres[iObj] = (unsigned char)0xFF; - } } assert( k == nSuppSize ); assert( nSuppSize == Abc_TtSupportSize(p->Truth, Mpm_CutLeafNum(pCut)) ); -- cgit v1.2.3