spot
1.0.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
gspn
ssp.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, 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
38
class
gspn_ssp_interface
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
);
46
~gspn_ssp_interface
();
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
comment
this page and
report errors
about it on
the RefDocComments page
.
Generated on Wed Jan 23 2013 15:00:00 for spot by
1.8.1.2