spot  0.9.1
Namespaces | Functions
bddprint.hh File Reference
#include <string>
#include <iosfwd>
#include "bdddict.hh"
#include <bdd.h>
Include dependency graph for bddprint.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  spot

Functions

std::ostream & spot::bdd_print_sat (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a list of literals.
std::string spot::bdd_format_sat (const bdd_dict *dict, bdd b)
 Format a BDD as a list of literals.
std::ostream & spot::bdd_print_acc (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a list of acceptance conditions.
std::ostream & spot::bdd_print_accset (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a set of acceptance conditions.
std::string spot::bdd_format_accset (const bdd_dict *dict, bdd b)
 Format a BDD as a set of acceptance conditions.
std::ostream & spot::bdd_print_set (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a set.
std::string spot::bdd_format_set (const bdd_dict *dict, bdd b)
 Format a BDD as a set.
std::ostream & spot::bdd_print_formula (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a formula.
std::string spot::bdd_format_formula (const bdd_dict *dict, bdd b)
 Format a BDD as a formula.
std::ostream & spot::bdd_print_dot (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a diagram in dotty format.
std::ostream & spot::bdd_print_table (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a table.
void spot::enable_utf8 ()
 Enable UTF-8 output for bdd printers.

Please comment this page and report errors about it on the RefDocComments page.
Generated on Wed May 23 2012 12:06:46 for spot by doxygen 1.7.6.1