diff options
author | Baruch Sterin <baruchs@gmail.com> | 2011-01-13 22:42:54 +0200 |
---|---|---|
committer | Baruch Sterin <baruchs@gmail.com> | 2011-01-13 22:42:54 +0200 |
commit | ab80b015a4efdf196334aafc19d589d48778f0bb (patch) | |
tree | 0a4af678193d4d84de98d0ecb0e141c17fa8ae87 /src/opt/mfs/mfsGia.c | |
parent | 811f5631a812968ccdbe157549f2445747053d50 (diff) | |
parent | ae4b51351c93983a1285ce1028e3bbd90a6d5721 (diff) | |
download | abc-ab80b015a4efdf196334aafc19d589d48778f0bb.tar.gz abc-ab80b015a4efdf196334aafc19d589d48778f0bb.tar.bz2 abc-ab80b015a4efdf196334aafc19d589d48778f0bb.zip |
merge changes from main branch
Diffstat (limited to 'src/opt/mfs/mfsGia.c')
-rw-r--r-- | src/opt/mfs/mfsGia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/mfs/mfsGia.c b/src/opt/mfs/mfsGia.c index 016b4ae2..af6cc159 100644 --- a/src/opt/mfs/mfsGia.c +++ b/src/opt/mfs/mfsGia.c @@ -271,7 +271,7 @@ int Abc_NtkMfsTryResubOnceGia( Mfs_Man_t * p, int * pCands, int nCands ) assert( Val3 == 1 ); */ // store the counter-example - Vec_IntForEachEntry( p->vProjVars, iVar, i ) + Vec_IntForEachEntry( p->vProjVarsSat, iVar, i ) { pData = (unsigned *)Vec_PtrEntry( p->vDivCexes, i ); iOut = iVar - 2 * p->pCnf->nVars; |