Improving CEC (command 'dcec') by integrating XOR balancing.

This commit is contained in:
Alan Mishchenko 2013-06-25 12:13:32 -07:00
parent 94b26fe5a2
commit 0255934884
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ clk = Abc_Clock();
RetValue = Fra_FraigSat( pAig, (ABC_INT64_T)nBTLimitLast, (ABC_INT64_T)0, 0, 0, 0, 1, 0, 0, 0 );
if ( fVerbose )
{
printf( "Final SAT: Nodes = %6d. ", Aig_ManNodeNum(pAig) );
printf( "Final SAT: Nodes = %6d. ", Aig_ManNodeNum(pAig) );
ABC_PRT( "Time", Abc_Clock() - clk );
}
}