Commit c23cd0a7 by Alan Mishchenko

Commenting out unimportant assertion.

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