summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaDup.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-11-06 16:43:32 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2017-11-06 16:43:32 -0800
commit716969190a4d6d944cfa24a085c9e7069d868dab (patch)
tree1a0a95bd9dfc505341c367752658c732900e55de /src/aig/gia/giaDup.c
parent94a575a5b3113d714b96ba3711124c5780151bee (diff)
downloadabc-716969190a4d6d944cfa24a085c9e7069d868dab.tar.gz
abc-716969190a4d6d944cfa24a085c9e7069d868dab.tar.bz2
abc-716969190a4d6d944cfa24a085c9e7069d868dab.zip
Profiling quantification and other changes.
Diffstat (limited to 'src/aig/gia/giaDup.c')
-rw-r--r--src/aig/gia/giaDup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaDup.c b/src/aig/gia/giaDup.c
index 1d4f7a22..977ef42c 100644
--- a/src/aig/gia/giaDup.c
+++ b/src/aig/gia/giaDup.c
@@ -1909,7 +1909,7 @@ Gia_Man_t * Gia_ManDupConeSupp( Gia_Man_t * p, int iLit, Vec_Int_t * vCiIds )
Gia_Man_t * pNew; int i, iLit0;
Gia_Obj_t * pObj, * pRoot = Gia_ManObj( p, Abc_Lit2Var(iLit) );
Vec_Int_t * vObjs = Vec_IntAlloc( 1000 );
- assert( Gia_ObjIsAnd(pRoot) );
+ //assert( Gia_ObjIsAnd(pRoot) );
if ( Vec_IntSize(&p->vCopies) < Gia_ManObjNum(p) )
Vec_IntFillExtra( &p->vCopies, Gia_ManObjNum(p), -1 );
pNew = Gia_ManStart( Gia_ManObjNum(p) );