Commit 4b2205ce by Alan Mishchenko

Commenting out useless assertion in choice computation.

parent e85d2966
...@@ -2646,7 +2646,7 @@ Gia_Man_t * Gia_ManChoiceMiter( Vec_Ptr_t * vGias ) ...@@ -2646,7 +2646,7 @@ Gia_Man_t * Gia_ManChoiceMiter( Vec_Ptr_t * vGias )
Gia_ManHashStop( pNew ); Gia_ManHashStop( pNew );
// check the presence of dangling nodes // check the presence of dangling nodes
nNodes = Gia_ManHasDangling( pNew ); nNodes = Gia_ManHasDangling( pNew );
assert( nNodes == 0 ); //assert( nNodes == 0 );
// finalize // finalize
Gia_ManSetRegNum( pNew, Gia_ManRegNum(pGia0) ); Gia_ManSetRegNum( pNew, Gia_ManRegNum(pGia0) );
return pNew; return pNew;
......
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