From 77fab468ad32d15de5c065c211f6f74371670940 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 13 Apr 2009 08:01:00 -0700 Subject: Version abc90413 --- src/opt/mfs/mfsInter.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/opt') diff --git a/src/opt/mfs/mfsInter.c b/src/opt/mfs/mfsInter.c index 8fc30056..9cacd021 100644 --- a/src/opt/mfs/mfsInter.c +++ b/src/opt/mfs/mfsInter.c @@ -332,6 +332,7 @@ Hop_Obj_t * Abc_NtkMfsInterplate( Mfs_Man_t * p, int * pCands, int nCands ) Hop_Obj_t * pFunc; int nFanins, status; int c, i, * pGloVars; +// int clk = clock(); // p->nDcMints += Abc_NtkMfsInterplateEval( p, pCands, nCands ); @@ -345,6 +346,8 @@ Hop_Obj_t * Abc_NtkMfsInterplate( Mfs_Man_t * p, int * pCands, int nCands ) p->nTimeOuts++; return NULL; } +//printf( "%d\n", pSat->stats.conflicts ); +// ABC_PRT( "S", clock() - clk ); // get the learned clauses pCnf = sat_solver_store_release( pSat ); sat_solver_delete( pSat ); -- cgit v1.2.3