Commit c80c0cc6 by Alan Mishchenko

Trying to make sorting of nodes platform-indendent.

parent 9608bcd1
...@@ -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