Commenting out an assert that signals a non-critical formance bug.

This commit is contained in:
Alan Mishchenko 2023-09-11 12:12:52 +07:00
parent 1ffdbbbebe
commit 1153b3b6b9
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ p->timeEval += Abc_Clock() - clk;
// if we end up here, a rewriting step is accepted
nNodeBefore = Aig_ManNodeNum( pAig );
pObjNew = Dar_RefactBuildGraph( pAig, p->vLeavesBest, p->pGraphBest );
assert( (int)Aig_Regular(pObjNew)->Level <= Required );
//assert( (int)Aig_Regular(pObjNew)->Level <= Required );
// replace the node
Aig_ObjReplace( pAig, pObj, pObjNew, p->pPars->fUpdateLevel );
// compare the gains