Commit a287bcd2 by Alan Mishchenko

Fixed several important problems in choice computation (command 'dch').

parent 7d296637
...@@ -112,7 +112,7 @@ p->timeTotal = clock() - clkTotal; ...@@ -112,7 +112,7 @@ p->timeTotal = clock() - clkTotal;
// count the number of representatives // count the number of representatives
if ( pPars->fVerbose ) if ( pPars->fVerbose )
Abc_Print( 1, "STATS: Reprs = %6d. Equivs = %6d. Choices = %6d.\n", Abc_Print( 1, "STATS: Reprs = %6d. Equivs = %6d. Choices = %6d.\n",
Dch_DeriveChoiceCountReprs( pResult ), Dch_DeriveChoiceCountReprs( pAig ),
Dch_DeriveChoiceCountEquivs( pResult ), Dch_DeriveChoiceCountEquivs( pResult ),
Aig_ManChoiceNum( pResult ) ); Aig_ManChoiceNum( pResult ) );
return pResult; return pResult;
......
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