Commenting out assertion.

This commit is contained in:
Alan Mishchenko 2019-12-14 19:54:27 -08:00
parent 8b6207e171
commit e73fca3710
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ void Wln_RetInsertOneFanout( Wln_Ret_t * p, int iObj, int iFlop )
{
if ( pLink[0] )
pLink = Wln_RetHeadToTail( p, pLink );
assert( pLink[0] == 0 );
//assert( pLink[0] == 0 );
pLink[0] = Vec_IntSize(&p->vEdgeLinks);
Vec_IntPushTwo( &p->vEdgeLinks, 0, iFlop );
}