Commit 74c9a068 by Alan Mishchenko

Updated version of LMS code.

parent 27383e8b
...@@ -1552,6 +1552,7 @@ timeBuild = clock(); ...@@ -1552,6 +1552,7 @@ timeBuild = clock();
} }
// build the node and compute its truth table // build the node and compute its truth table
assert( Vec_PtrSize(vNodes) > 0 );
nNodesBeg = Gia_ManObjNum( pAig ); nNodesBeg = Gia_ManObjNum( pAig );
Vec_PtrForEachEntryStart( If_Obj_t *, vNodes, pIfObj, i, nLeaves ) Vec_PtrForEachEntryStart( If_Obj_t *, vNodes, pIfObj, i, nLeaves )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment