Commit 65318997 by Alan Mishchenko

Temporarily disabling balance.

parent c8e4a05f
...@@ -284,7 +284,7 @@ Aig_Man_t * Dar_ManCompress2( Aig_Man_t * pAig, int fBalance, int fUpdateLevel, ...@@ -284,7 +284,7 @@ Aig_Man_t * Dar_ManCompress2( Aig_Man_t * pAig, int fBalance, int fUpdateLevel,
if ( fVerbose ) printf( "Refactor: " ), Aig_ManPrintStats( pAig ); if ( fVerbose ) printf( "Refactor: " ), Aig_ManPrintStats( pAig );
// balance // balance
// if ( fBalance ) if ( fBalance )
{ {
pAig = Dar_ManBalance( pTemp = pAig, fUpdateLevel ); pAig = Dar_ManBalance( pTemp = pAig, fUpdateLevel );
Aig_ManStop( pTemp ); Aig_ManStop( pTemp );
......
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