Commenting out assertion that fails in 'dch', not sure why.

This commit is contained in:
Alan Mishchenko 2013-03-14 19:07:33 +01:00
parent a3b8b0a59d
commit a96436e890
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ void Dch_DeriveChoiceAigNode( Aig_Man_t * pAigNew, Aig_Man_t * pAigOld, Aig_Obj_
Aig_ObjChild0CopyRepr(pAigNew, pObj),
Aig_ObjChild1CopyRepr(pAigNew, pObj) );
pObjNew = Aig_ObjGetRepr( pAigNew, pObjNew );
assert( Aig_ObjRepr( pAigNew, pObjNew ) == NULL );
// assert( Aig_ObjRepr( pAigNew, pObjNew ) == NULL );
// assign the copy
assert( pObj->pData == NULL );
pObj->pData = pObjNew;