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

This commit is contained in:
Alan Mishchenko 2012-10-01 18:28:55 -07:00
parent 7d29663720
commit a287bcd2e2
1 changed files with 1 additions and 1 deletions

View File

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