summaryrefslogtreecommitdiffstats
path: root/src/opt
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-02-25 22:07:32 -0500
committerAlan Mishchenko <alanmi@berkeley.edu>2013-02-25 22:07:32 -0500
commit7e293ebe08aac09a7dab351731f9e97c2b4dde27 (patch)
tree515831b7fe3aa80f95a31913b4601097017b20f6 /src/opt
parentfe3b2e250bc642509e7c954b837d21d8c6bb8d42 (diff)
downloadabc-7e293ebe08aac09a7dab351731f9e97c2b4dde27.tar.gz
abc-7e293ebe08aac09a7dab351731f9e97c2b4dde27.tar.bz2
abc-7e293ebe08aac09a7dab351731f9e97c2b4dde27.zip
User-controlable SAT sweeper.
Diffstat (limited to 'src/opt')
-rw-r--r--src/opt/dau/dauTree.c2
1 files changed, 1 insertions, 1 deletions
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;