Prints the set of truth assignments specified by a bdd to
Prints all the truth assignments for r that would yield it true to
Where the 's are variable numbers (and the position in the current order) and the 's are the possible assignments to these. Each set of brackets designates one possible assignment to the set of variables that make up the BDD. All variables not shown are don't cares. It is possible to specify a callback handler for printing of the variables using bdd_file_hook or bdd_strm_hook.
|