From 9b059e3085eaa55817684926b3c508ba7fe0075f Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 15 Mar 2008 08:01:00 -0700 Subject: Version abc80315 --- src/sat/bsat/satInterA.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sat') diff --git a/src/sat/bsat/satInterA.c b/src/sat/bsat/satInterA.c index 513a9044..62d0f43c 100644 --- a/src/sat/bsat/satInterA.c +++ b/src/sat/bsat/satInterA.c @@ -947,7 +947,7 @@ void * Inta_ManInterpolate( Inta_Man_t * p, Sto_Man_t * pCnf, void * vVarsAB, in if ( fVerbose ) { - PRT( "Interpo", clock() - clkTotal ); +// PRT( "Interpo", clock() - clkTotal ); printf( "Vars = %d. Roots = %d. Learned = %d. Resol steps = %d. Ave = %.2f. Mem = %.2f Mb\n", p->pCnf->nVars, p->pCnf->nRoots, p->pCnf->nClauses-p->pCnf->nRoots, p->Counter, 1.0*(p->Counter-p->pCnf->nRoots)/(p->pCnf->nClauses-p->pCnf->nRoots), -- cgit v1.2.3