Sweeper assertion.

This commit is contained in:
Alan Mishchenko 2013-11-01 11:33:43 -04:00
parent 7b6e7181e0
commit 57b5141181
1 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,8 @@ int Ssc_ManCheckEquivalence( Ssc_Man_t * p, int iRepr, int iNode, int fCompl )
int pLitsSat[2], RetValue;
abctime clk;
assert( iRepr != iNode );
if ( iRepr > iNode )
return l_Undef;
assert( iRepr < iNode );
// if ( p->nTimeOut )
// sat_solver_set_runtime_limit( p->pSat, p->nTimeOut * CLOCKS_PER_SEC + Abc_Clock() );