spot  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ssp.hh
1 // Copyright (C) 2008 Laboratoire de Recherche et Développement
2 // de l'Epita (LRDE).
3 // Copyright (C) 2003, 2004, 2006, 2007 Laboratoire d'Informatique de
4 // Paris 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 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_IFACE_GSPN_SSP_HH
23 # define SPOT_IFACE_GSPN_SSP_HH
24 
25 // Do not include gspnlib.h here, or it will polute the user's
26 // namespace with internal C symbols.
27 
28 # include <string>
29 # include "tgba/tgba.hh"
30 # include "common.hh"
31 # include "tgbaalgos/gtec/gtec.hh"
32 # include "tgbaalgos/gtec/ce.hh"
33 # include "ltlenv/declenv.hh"
34 
35 namespace spot
36 {
37 
39  {
40  public:
41  gspn_ssp_interface(int argc, char **argv,
42  bdd_dict* dict, const ltl::declarative_environment& env,
43  bool inclusion = false,
44  bool doublehash = true,
45  bool pushfront = false);
47  tgba* automaton(const tgba* operand) const;
48  private:
49  bdd_dict* dict_;
50  const ltl::declarative_environment& env_;
51  };
52 
56  couvreur99_check* couvreur99_check_ssp_semi(const tgba* ssp_automata);
57  couvreur99_check* couvreur99_check_ssp_shy_semi(const tgba* ssp_automata);
58  couvreur99_check* couvreur99_check_ssp_shy(const tgba* ssp_automata,
59  bool stack_inclusion = true,
60  bool double_inclusion = false,
61  bool reversed_double_inclusion
62  = false,
63  bool no_decomp = false);
64 
66 
67  // I rewrote couvreur99_check_result today, and it no longer use
68  // connected_component_ssp_factory. So this cannot work anymore.
69  // -- adl 2004-12-10.
70  // couvreur99_check_result*
71  // counter_example_ssp(const couvreur99_check_status* status);
72 }
73 
74 #endif // SPOT_IFACE_GSPN_SSP_GSPN_SSP_HH

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Thu May 15 2014 11:04:10 for spot by doxygen 1.8.4