You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function bdd_variable takes a size_t for miniBdd while cudd.bddVar
takes an int.
We make this type dependent of the implementation by defining an indext,
which will avoid having to do conversions.
0 commit comments