Commenting out problematic assertion in resub.

This commit is contained in:
Alan Mishchenko 2017-11-04 20:24:01 -07:00
parent a55cddeda6
commit 94a575a5b3
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ void Dec_GraphUpdateNetwork( Abc_Obj_t * pRoot, Dec_Graph_t * pGraph, int fUpdat
Abc_AigReplace( (Abc_Aig_t *)pNtk->pManFunc, pRoot, pRootNew, fUpdateLevel );
// compare the gains
nNodesNew = Abc_NtkNodeNum(pNtk);
assert( nGain <= nNodesOld - nNodesNew );
//assert( nGain <= nNodesOld - nNodesNew );
}