Commit c82a418b by Alan Mishchenko

Commented out one useless assertion in scorr.

parent 302f41e9
...@@ -80,7 +80,7 @@ unsigned Ssw_SmlObjHashWord( Ssw_Sml_t * p, Aig_Obj_t * pObj ) ...@@ -80,7 +80,7 @@ unsigned Ssw_SmlObjHashWord( Ssw_Sml_t * p, Aig_Obj_t * pObj )
unsigned * pSims; unsigned * pSims;
unsigned uHash; unsigned uHash;
int i; int i;
assert( p->nWordsTotal <= 128 ); // assert( p->nWordsTotal <= 128 );
uHash = 0; uHash = 0;
pSims = Ssw_ObjSim(p, pObj->Id); pSims = Ssw_ObjSim(p, pObj->Id);
for ( i = p->nWordsPref; i < p->nWordsTotal; i++ ) for ( i = p->nWordsPref; i < p->nWordsTotal; i++ )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment