Fix bdd_setmaxnodenum
sets maximum to prime LARGER than maximum
#5
Labels
bdd_setmaxnodenum
sets maximum to prime LARGER than maximum
#5
When running the
bdd_setmaxnodenum
function, the number of nodes is set to the first prime larger than the upper bound given. Instead, it ought to find the largest prime smaller than the upper bound.The text was updated successfully, but these errors were encountered: