From 16109b11f6eaed93359ba9c806d2924fc6404eb4 Mon Sep 17 00:00:00 2001 From: Mathias Soeken Date: Sat, 29 Oct 2016 09:34:34 +0200 Subject: Exact synthesis. --- src/base/abci/abcExact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci') diff --git a/src/base/abci/abcExact.c b/src/base/abci/abcExact.c index 2221d83a..757034cd 100644 --- a/src/base/abci/abcExact.c +++ b/src/base/abci/abcExact.c @@ -2246,7 +2246,7 @@ static int Ses_ManFindNetworkExactCEGAR( Ses_Man_t * pSes, int nGates, char ** p Abc_TtXor( pTruth, Ses_ManDeriveTruth( pSes, *pSol, 0 ), pSes->pSpec, pSes->nSpecWords, 0 ); iMint = Abc_TtFindFirstBit( pTruth, pSes->nSpecVars ); - if ( iMint == -1 ) + if ( iMint == -1 || (pSes->nSpecVars < 6 && iMint > pSes->nRows) ) { assert( fRes == 1 ); return 1; -- cgit v1.2.3