Removing unhelpful assertion.

This commit is contained in:
Alan Mishchenko 2024-12-23 10:00:37 -08:00
parent e21399f3bc
commit b81df1744f
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ void Gia_ManPrintNpnClasses( Gia_Man_t * p )
int i, k, iFan, Class, OtherClasses, OtherClasses2, nTotal, Counter, Counter2;
unsigned * pTruth; int nLutSize = 0;
assert( Gia_ManHasMapping(p) );
assert( Gia_ManLutSizeMax( p ) <= 4 );
//assert( Gia_ManLutSizeMax( p ) <= 4 );
vLeaves = Vec_IntAlloc( 100 );
vVisited = Vec_IntAlloc( 100 );
vTruth = Vec_IntAlloc( (1<<16) );