From a287bcd2e21adb35409d1225bd20df920515af9b Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 1 Oct 2012 18:28:55 -0700 Subject: Fixed several important problems in choice computation (command 'dch'). --- src/proof/dch/dchCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proof/dch') diff --git a/src/proof/dch/dchCore.c b/src/proof/dch/dchCore.c index da103e0e..0d2e8c0d 100644 --- a/src/proof/dch/dchCore.c +++ b/src/proof/dch/dchCore.c @@ -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; -- cgit v1.2.3