From be8125f364ad80393b01a4953ae68f2158ffaa55 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 30 Mar 2013 14:31:09 -0700 Subject: Updating 'pdr' to report the number of failed POs. --- src/proof/pdr/pdrInv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/proof/pdr/pdrInv.c') diff --git a/src/proof/pdr/pdrInv.c b/src/proof/pdr/pdrInv.c index d4ac82af..ee87f262 100644 --- a/src/proof/pdr/pdrInv.c +++ b/src/proof/pdr/pdrInv.c @@ -81,6 +81,8 @@ void Pdr_ManPrintProgress( Pdr_Man_t * p, int fClose, clock_t Time ) Abc_Print( 1, " " ); Abc_Print( 1, "%6d", p->nQueMax ); Abc_Print( 1, "%10.2f sec", 1.0*Time/CLOCKS_PER_SEC ); + if ( p->pPars->fSolveAll ) + Abc_Print( 1, " CEX =%4d", p->pPars->nFailOuts ); Abc_Print( 1, "%s", fClose ? "\n":"\r" ); if ( fClose ) p->nQueMax = 0; -- cgit v1.2.3