Exact synthesis.

This commit is contained in:
Mathias Soeken 2016-10-29 09:34:34 +02:00
parent bab90943dc
commit 16109b11f6
1 changed files with 1 additions and 1 deletions

View File

@ -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;