BDD bdd_ithvar ( int  var  ) 

Returns a bdd representing the i'th variable.

This function is used to get a bdd representing the i'th variable (one node with the children true and false). The requested variable must be in the range define by bdd_setvarnum starting with 0 being the first. For ease of use then the bdd returned from bdd_ithvar does not have to be referenced counted with a call to bdd_addref. The initial variable order is defined by the index var that also defines the position in the variable order -- variables with lower indices are before those with higher indices.

Returns:
The i'th variable on success, otherwise the constant false bdd.
See also:
bdd_setvarnum, bdd_nithvar, bddtrue, bddfalse


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