void bdd_fprintorder ( FILE *  ofile  ) 

Prints the current order to a file.

Prints an indented list of the variable blocks to ofile, showing the top most blocks to the left and the lower blocks to the right. Example:

 * 2{ 0 1 2} 3 4 
 * 
This shows 5 variable blocks. The first one added is block zero, which is on the same level as block one. These two blocks are then sub-blocks of block two and block two is on the same level as block three and four. The numbers are the identifiers returned from bdd_addvarblock. The block levels depends on the variables included in the blocks.

See also:
bdd_printorder, bdd_reorder, bdd_addvarblock


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