Skip to content

Commit

Permalink
Temporary commenting out of the assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Feb 6, 2020
1 parent 951afa2 commit 53f2238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opt/lpk/lpkCore.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ p->timeEval += Abc_Clock() - clk;
if ( pObjNew )
{
int nGain = (int)pCut->nNodes - (int)pCut->nNodesDup - (nNodesAft - nNodesBef);
assert( nGain >= 1 - p->pPars->fZeroCost );
//assert( nGain >= 1 - p->pPars->fZeroCost );
assert( Abc_ObjLevel(pObjNew) <= Required );
/*
if ( nGain <= 0 )
Expand Down

0 comments on commit 53f2238

Please sign in to comment.