New MFS package (bug fix).

This commit is contained in:
Alan Mishchenko 2013-06-07 00:40:00 -05:00
parent 8108655263
commit 25db1d5ae0
1 changed files with 1 additions and 2 deletions

View File

@ -142,9 +142,8 @@ int Sfm_NtkWindowToSolver( Sfm_Ntk_t * p )
}
// finalize
RetValue = sat_solver_simplify( p->pSat );
assert( RetValue );
p->timeCnf += Abc_Clock() - clk;
return 1;
return RetValue;
}
/**Function*************************************************************