From 7e293ebe08aac09a7dab351731f9e97c2b4dde27 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 25 Feb 2013 22:07:32 -0500 Subject: User-controlable SAT sweeper. --- src/opt/dau/dauTree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opt') diff --git a/src/opt/dau/dauTree.c b/src/opt/dau/dauTree.c index db883764..3e465632 100644 --- a/src/opt/dau/dauTree.c +++ b/src/opt/dau/dauTree.c @@ -1489,7 +1489,7 @@ if ( Counter ) // translate this map into the one that maps vars of iDsdRes into literals of cut pFun->nFans = Dss_VecLitSuppSize( p->vObjs, pFun->iDsd ); for ( i = 0; i < (int)pFun->nFans; i++ ) - pFun->pFans[i] = (unsigned char)Abc_Lit2Lit( pMapDsd2Truth, pPermDsd[i] ); + pFun->pFans[i] = (unsigned char)Abc_Lit2LitV( pMapDsd2Truth, pPermDsd[i] ); // Dss_EntPrint( pEnt, pFun ); return pFun; -- cgit v1.2.3