Commit e11c5aa3 by Alan Mishchenko

Integrating sweeping information.

parent b0968094
...@@ -944,8 +944,8 @@ Gia_Man_t * Gia_ManFromIfStr( If_Man_t * pIfMan ) ...@@ -944,8 +944,8 @@ Gia_Man_t * Gia_ManFromIfStr( If_Man_t * pIfMan )
Vec_IntFree( vCover ); Vec_IntFree( vCover );
Vec_IntFree( vLeaves ); Vec_IntFree( vLeaves );
Vec_IntFree( vLeaves2 ); Vec_IntFree( vLeaves2 );
printf( "Mapping array size: IfMan = %d. Gia = %d. Increase = %.2f\n", // printf( "Mapping array size: IfMan = %d. Gia = %d. Increase = %.2f\n",
If_ManObjNum(pIfMan), Gia_ManObjNum(pNew), 1.0 * Gia_ManObjNum(pNew) / If_ManObjNum(pIfMan) ); // If_ManObjNum(pIfMan), Gia_ManObjNum(pNew), 1.0 * Gia_ManObjNum(pNew) / If_ManObjNum(pIfMan) );
// finish mapping // finish mapping
if ( Vec_IntSize(vMapping) > Gia_ManObjNum(pNew) ) if ( Vec_IntSize(vMapping) > Gia_ManObjNum(pNew) )
Vec_IntShrink( vMapping, Gia_ManObjNum(pNew) ); Vec_IntShrink( vMapping, Gia_ManObjNum(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