Commenting out unimportant assertion.

This commit is contained in:
Alan Mishchenko 2022-06-27 09:53:17 -07:00
parent adcc398bc3
commit c23cd0a7c5
1 changed files with 1 additions and 1 deletions

View File

@ -1154,7 +1154,7 @@ Aig_Man_t * Aig_ManDupOneOutput( Aig_Man_t * p, int iPoNum, int fAddRegs )
Aig_Man_t * pNew;
Aig_Obj_t * pObj = NULL;
int i;
assert( Aig_ManRegNum(p) > 0 );
//assert( Aig_ManRegNum(p) > 0 );
assert( iPoNum < Aig_ManCoNum(p)-Aig_ManRegNum(p) );
// create the new manager
pNew = Aig_ManStart( Aig_ManObjNumMax(p) );