Improvements to CNF generation.

This commit is contained in:
Alan Mishchenko 2014-06-23 13:58:46 -07:00
parent 44d9c7e543
commit 323913fd19
1 changed files with 1 additions and 1 deletions

View File

@ -1032,7 +1032,7 @@ void Mf_ObjMergeOrder( Mf_Man_t * p, int iObj )
pBest->iCutSet = Mf_ManSaveCuts( p, pCutsR, nCutsR );
// verify
assert( nCutsR > 0 && nCutsR < nCutNum );
assert( Mf_SetCheckArray(pCutsR, nCutsR) );
// assert( Mf_SetCheckArray(pCutsR, nCutsR) );
p->nCutCounts[pCutsR[0]->nLeaves]++;
p->CutCount[3] += nCutsR;
}