Commit ed253df7 by Alan Mishchenko

Additional change to enable runtime limit in CUDD in variable reordering.

parent 46075098
......@@ -176,6 +176,7 @@ Cudd_Init(
unique->bFunc = NULL;
unique->bFunc2 = NULL;
unique->TimeStop = 0;
return(unique);
} /* end of Cudd_Init */
......
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