From 65f9b73505412c99c512e565b1a3e965fab5301c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 18 Aug 2014 20:19:32 -0700 Subject: Changing default CNF generation in &bmc. --- src/sat/bmc/bmcBmcAnd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sat/bmc') diff --git a/src/sat/bmc/bmcBmcAnd.c b/src/sat/bmc/bmcBmcAnd.c index 406aead1..10d15c00 100644 --- a/src/sat/bmc/bmcBmcAnd.c +++ b/src/sat/bmc/bmcBmcAnd.c @@ -985,6 +985,8 @@ int Gia_ManBmcPerformInt( Gia_Man_t * pGia, Bmc_AndPar_t * pPars ) { p->pFrames = Jf_ManDeriveCnf( pTemp = p->pFrames, 1 ); Gia_ManStop( pTemp ); p->pCnf = (Cnf_Dat_t *)p->pFrames->pData; p->pFrames->pData = NULL; +// extern Cnf_Dat_t * Mf_ManGenerateCnf( Gia_Man_t * pGia, int nLutSize, int fCnfObjIds, int fAddOrCla, int fVerbose ); +// p->pCnf = Mf_ManGenerateCnf( p->pFrames, 6, 1, 0, 0 ); } Vec_IntFillExtra( p->vId2Var, Gia_ManObjNum(p->pFrames), 0 ); // create clauses for constant node -- cgit v1.2.3