spot  1.1.4
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

 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. More...
 
std::string spot::bdd_format_sat (const bdd_dict *dict, bdd b)
 Format a BDD as a list of literals. More...
 
std::ostream & spot::bdd_print_acc (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a list of acceptance conditions. More...
 
std::ostream & spot::bdd_print_accset (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a set of acceptance conditions. More...
 
std::string spot::bdd_format_accset (const bdd_dict *dict, bdd b)
 Format a BDD as a set of acceptance conditions. More...
 
std::ostream & spot::bdd_print_set (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a set. More...
 
std::string spot::bdd_format_set (const bdd_dict *dict, bdd b)
 Format a BDD as a set. More...
 
std::ostream & spot::bdd_print_formula (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a formula. More...
 
std::string spot::bdd_format_formula (const bdd_dict *dict, bdd b)
 Format a BDD as a formula. More...
 
std::ostream & spot::bdd_print_dot (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a diagram in dotty format. More...
 
std::ostream & spot::bdd_print_table (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as a table. More...
 
void spot::enable_utf8 ()
 Enable UTF-8 output for bdd printers. More...
 
std::string spot::bdd_format_isop (const bdd_dict *dict, bdd b)
 Format a BDD as an irredundant sum of product. More...
 
std::ostream & spot::bdd_print_isop (std::ostream &os, const bdd_dict *dict, bdd b)
 Print a BDD as an irredundant sum of product. More...
 

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Mon Jul 29 2013 00:27:25 for spot by doxygen 1.8.4