Updated version of LMS code.

This commit is contained in:
Alan Mishchenko 2012-09-26 08:50:15 -07:00
parent 27383e8be2
commit 74c9a068eb
1 changed files with 1 additions and 0 deletions

View File

@ -1552,6 +1552,7 @@ timeBuild = clock();
}
// build the node and compute its truth table
assert( Vec_PtrSize(vNodes) > 0 );
nNodesBeg = Gia_ManObjNum( pAig );
Vec_PtrForEachEntryStart( If_Obj_t *, vNodes, pIfObj, i, nLeaves )
{