spot  1.0.2
bddprint.hh
Go to the documentation of this file.
1 // Copyright (C) 2003, 2004, 2012 Laboratoire d'Informatique de Paris 6 (LIP6),
2 // département Systèmes Répartis Coopératifs (SRC), Université Pierre
3 // et Marie Curie.
4 //
5 // This file is part of Spot, a model checking library.
6 //
7 // Spot is free software; you can redistribute it and/or modify it
8 // under the terms of the GNU General Public License as published by
9 // the Free Software Foundation; either version 3 of the License, or
10 // (at your option) any later version.
11 //
12 // Spot is distributed in the hope that it will be useful, but WITHOUT
13 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
15 // License for more details.
16 //
17 // You should have received a copy of the GNU General Public License
18 // along with this program. If not, see <http://www.gnu.org/licenses/>.
19 
20 #ifndef SPOT_TGBA_BDDPRINT_HH
21 # define SPOT_TGBA_BDDPRINT_HH
22 
23 #include <string>
24 #include <iosfwd>
25 #include "bdddict.hh"
26 #include <bdd.h>
27 
28 namespace spot
29 {
30 
37  std::ostream& bdd_print_sat(std::ostream& os,
38  const bdd_dict* dict, bdd b);
39 
46  std::string bdd_format_sat(const bdd_dict* dict, bdd b);
47 
55  std::ostream& bdd_print_acc(std::ostream& os,
56  const bdd_dict* dict, bdd b);
57 
65  std::ostream& bdd_print_accset(std::ostream& os,
66  const bdd_dict* dict, bdd b);
67 
74  std::string bdd_format_accset(const bdd_dict* dict, bdd b);
75 
80  std::ostream& bdd_print_set(std::ostream& os,
81  const bdd_dict* dict, bdd b);
86  std::string bdd_format_set(const bdd_dict* dict, bdd b);
87 
92  std::ostream& bdd_print_formula(std::ostream& os,
93  const bdd_dict* dict, bdd b);
98  std::string bdd_format_formula(const bdd_dict* dict, bdd b);
99 
104  std::ostream& bdd_print_dot(std::ostream& os,
105  const bdd_dict* dict, bdd b);
106 
111  std::ostream& bdd_print_table(std::ostream& os,
112  const bdd_dict* dict, bdd b);
113 
115  void enable_utf8();
116 }
117 
118 #endif // SPOT_TGBA_BDDPRINT_HH

Please comment this page and report errors about it on the RefDocComments page.
Generated on Wed Mar 6 2013 09:25:14 for spot by doxygen 1.8.1.2