spot  1.1.4
tgbabddconcretefactory.hh
Go to the documentation of this file.
1 // Copyright (C) 2008 Laboratoire de Recherche et Développement
2 // de l'Epita (LRDE).
3 // Copyright (C) 2003, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
4 // département Systèmes Répartis Coopératifs (SRC), Université Pierre
5 // et Marie Curie.
6 //
7 // This file is part of Spot, a model checking library.
8 //
9 // Spot is free software; you can redistribute it and/or modify it
10 // under the terms of the GNU General Public License as published by
11 // the Free Software Foundation; either version 3 of the License, or
12 // (at your option) any later version.
13 //
14 // Spot is distributed in the hope that it will be useful, but WITHOUT
15 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
17 // License for more details.
18 //
19 // You should have received a copy of the GNU General Public License
20 // along with this program. If not, see <http://www.gnu.org/licenses/>.
21 
22 #ifndef SPOT_TGBA_TGBABDDCONCRETEFACTORY_HH
23 # define SPOT_TGBA_TGBABDDCONCRETEFACTORY_HH
24 
25 #include "misc/hash.hh"
26 #include "ltlast/formula.hh"
27 #include "tgbabddfactory.hh"
28 
29 namespace spot
30 {
33  {
34  public:
36 
38 
48  int create_state(const ltl::formula* f);
49 
55 
64  int create_atomic_prop(const ltl::formula* f);
65 
77  void declare_acceptance_condition(bdd b, const ltl::formula* a);
78 
79  const tgba_bdd_core_data& get_core_data() const;
80  bdd_dict* get_dict() const;
81 
83  void constrain_relation(bdd new_rel);
84 
90  void finish();
91 
92  private:
94 
95  typedef Sgi::hash_map<const ltl::formula*, bdd,
98  };
99 
100 }
101 #endif // SPOT_TGBA_TGBABDDCONCRETEFACTORY_HH

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:24 for spot by doxygen 1.8.4