spot  0.9.2
tgbabddconcrete.hh
Go to the documentation of this file.
1 // Copyright (C) 2011 Laboratoire de Recherche et Développement
2 // de l'Epita (LRDE).
3 // Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de Paris
4 // 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
5 // Université Pierre 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 2 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 Spot; see the file COPYING. If not, write to the Free
21 // Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
22 // 02111-1307, USA.
23 
24 #ifndef SPOT_TGBA_TGBABDDCONCRETE_HH
25 # define SPOT_TGBA_TGBABDDCONCRETE_HH
26 
27 #include "tgba.hh"
28 #include "statebdd.hh"
29 #include "tgbabddfactory.hh"
30 #include "succiterconcrete.hh"
31 
32 namespace spot
33 {
36  class tgba_bdd_concrete: public tgba
37  {
38  public:
43 
45  tgba_bdd_concrete(const tgba_bdd_factory& fact, bdd init);
46 
47  virtual ~tgba_bdd_concrete();
48 
50  virtual void set_init_state(bdd s);
51 
52  virtual state_bdd* get_init_state() const;
53 
63  bdd get_init_bdd() const;
64 
66  succ_iter(const state* local_state,
67  const state* global_state = 0,
68  const tgba* global_automaton = 0) const;
69 
70  virtual std::string format_state(const state* state) const;
71 
72  virtual bdd_dict* get_dict() const;
73 
79  const tgba_bdd_core_data& get_core_data() const;
80 
81  virtual bdd all_acceptance_conditions() const;
82  virtual bdd neg_acceptance_conditions() const;
83 
87 
88  protected:
89  virtual bdd compute_support_conditions(const state* state) const;
90  virtual bdd compute_support_variables(const state* state) const;
91 
93  bdd init_;
94  private:
95  // Disallow copy.
98  };
99 }
100 
101 #endif // SPOT_TGBA_TGBABDDCONCRETE_HH

Please comment this page and report errors about it on the RefDocComments page.
Generated on Mon Jul 2 2012 17:35:47 for spot by doxygen 1.8.1.1