Updates to exact synthesis commands.

This commit is contained in:
Alan Mishchenko 2018-01-22 14:28:49 -08:00
parent 6274498e01
commit 67e820a5eb
1 changed files with 0 additions and 1 deletions

View File

@ -1262,7 +1262,6 @@ void Exa3_ManExactSynthesis( Bmc_EsPar_t * pPars )
}
for ( i = 0; iMint != -1; i++ )
{
abctime clk = Abc_Clock();
if ( pPars->fUseIncr ? !Exa3_ManAddCnf2( p, iMint ) : !Exa3_ManAddCnf( p, iMint ) )
break;
status = bmcg_sat_solver_solve( p->pSat, NULL, 0 );