Skip to content

Commit

Permalink
Removing unhelpful assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Dec 23, 2024
1 parent e21399f commit b81df17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aig/gia/giaMan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) );
Expand Down

0 comments on commit b81df17

Please sign in to comment.