Commit c89f987d by Alan Mishchenko

Invalidate packing after mapping is updated.

parent 652b2792
......@@ -1213,6 +1213,7 @@ void Gia_ManLutSat( Gia_Man_t * pGia, int LutSize, int nNumber, int nImproves, i
if ( p->fVerbose )
Sbl_ManPrintRuntime( p );
Sbl_ManStop( p );
Vec_IntFreeP( &pGia->vPacking );
}
////////////////////////////////////////////////////////////////////////
......
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