BDD bdd_makeset ( int *  varset,
int  varnum 
)

Builds a bdd variable set from an integer array.

Reads a set of variable numbers from the integer array varset which must hold exactly varnum integers and then builds a BDD representing the variable set. The BDD variable set is represented as the conjunction of all the variables in their positive form and may just as well be made that way by the user. The user should keep a reference to the returned BDD instead of building it every time the set is needed.

See also:
bdd_scanset
Returns:
A BDD variable set.


Generated on Mon Jul 23 13:25:14 2007 for BuDDy by  doxygen 1.5.1