spot 2.12.2
formulas.hh
1// -*- coding: utf-8 -*-
2// Copyright (C) by the Spot authors, see the AUTHORS file for details.
3//
4// This file is part of Spot, a model checking library.
5//
6// Spot is free software; you can redistribute it and/or modify it
7// under the terms of the GNU General Public License as published by
8// the Free Software Foundation; either version 3 of the License, or
9// (at your option) any later version.
10//
11// Spot is distributed in the hope that it will be useful, but WITHOUT
12// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
14// License for more details.
15//
16// You should have received a copy of the GNU General Public License
17// along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19#pragma once
20
21#include <spot/tl/formula.hh>
22
23namespace spot
24{
25 namespace gen
26 {
30
33 LTL_BEGIN = 256,
36 LTL_AND_F = LTL_BEGIN,
179 LTL_END
180 };
181
187 SPOT_API formula ltl_pattern(ltl_pattern_id pattern, int n, int m = -1);
188
193 SPOT_API const char* ltl_pattern_name(ltl_pattern_id pattern);
194
199 SPOT_API int ltl_pattern_max(ltl_pattern_id pattern);
200
204 SPOT_API int ltl_pattern_argc(ltl_pattern_id pattern);
206 }
207}
Main class for temporal logic formula.
Definition: formula.hh:732
LTL/PSL formula interface.
int ltl_pattern_max(ltl_pattern_id pattern)
upper bound for LTL patterns
const char * ltl_pattern_name(ltl_pattern_id pattern)
convert an ltl_pattern_id value into a name
int ltl_pattern_argc(ltl_pattern_id pattern)
argument count for LTL patterns
formula ltl_pattern(ltl_pattern_id pattern, int n, int m=-1)
generate an LTL from a known pattern
ltl_pattern_id
Identifiers for formula patterns.
Definition: formulas.hh:32
@ LTL_RV_COUNTER_LINEAR
Definition: formulas.hh:141
@ LTL_GH_Q
Definition: formulas.hh:72
@ LTL_GF_EQUIV
(GFa1 & GFa2 & ... & GFan) <-> GFz
Definition: formulas.hh:63
@ LTL_TV_UU
Definition: formulas.hh:171
@ LTL_AND_F
Definition: formulas.hh:36
@ LTL_OR_GF
Definition: formulas.hh:114
@ LTL_CCJ_BETA_PRIME
Definition: formulas.hh:51
@ LTL_FXG_OR
F(p0 | XG(p1 | XG(p2 | ... XG(pn))))
Definition: formulas.hh:61
@ LTL_GO_THETA
Definition: formulas.hh:78
@ LTL_KR_NLOGN
Definition: formulas.hh:89
@ LTL_GXF_AND
G(p0 & XF(p1 & XF(p2 & ... XF(pn))))
Definition: formulas.hh:80
@ LTL_TV_F1
Definition: formulas.hh:159
@ LTL_GH_R
Definition: formulas.hh:75
@ LTL_GF_EQUIV_XN
GF(a <-> X[n](a))
Definition: formulas.hh:65
@ LTL_RV_COUNTER_CARRY_LINEAR
Definition: formulas.hh:138
@ LTL_KV_PSI
Definition: formulas.hh:93
@ LTL_U_RIGHT
Definition: formulas.hh:178
@ LTL_PPS_ARBITER_STANDARD
Definition: formulas.hh:121
@ LTL_AND_FG
FG(p1)&FG(p2)&...&FG(pn)
Definition: formulas.hh:38
@ LTL_MS_PHI_H
Definition: formulas.hh:99
@ LTL_R_LEFT
(((p1 R p2) R p3) ... R pn)
Definition: formulas.hh:127
@ LTL_SEJK_F
Definition: formulas.hh:147
@ LTL_CCJ_BETA
Definition: formulas.hh:48
@ LTL_TV_F2
Definition: formulas.hh:162
@ LTL_OR_FG
Definition: formulas.hh:108
@ LTL_U_LEFT
Definition: formulas.hh:174
@ LTL_CCJ_ALPHA
Definition: formulas.hh:45
@ LTL_TV_G1
Definition: formulas.hh:165
@ LTL_SEJK_PATTERNS
Definition: formulas.hh:156
@ LTL_RV_COUNTER
Definition: formulas.hh:132
@ LTL_SEJK_J
Definition: formulas.hh:150
@ LTL_PPS_ARBITER_STRICT
Definition: formulas.hh:125
@ LTL_MS_EXAMPLE
Definition: formulas.hh:96
@ LTL_KR_N
Definition: formulas.hh:86
@ LTL_SEJK_K
Definition: formulas.hh:153
@ LTL_HKRSS_PATTERNS
Definition: formulas.hh:83
@ LTL_AND_GF
Definition: formulas.hh:42
@ LTL_SB_PATTERNS
Definition: formulas.hh:144
@ LTL_MS_PHI_R
Definition: formulas.hh:102
@ LTL_R_RIGHT
(p1 R (p2 R (... R pn)))
Definition: formulas.hh:129
@ LTL_OR_G
Definition: formulas.hh:111
@ LTL_MS_PHI_S
Definition: formulas.hh:105
@ LTL_EIL_GSI
Familly sent by Edmond Irani Liu.
Definition: formulas.hh:59
@ LTL_GF_IMPLIES_XN
GF(a -> X[n](a))
Definition: formulas.hh:69
@ LTL_EH_PATTERNS
Definition: formulas.hh:57
@ LTL_RV_COUNTER_CARRY
Definition: formulas.hh:135
@ LTL_DAC_PATTERNS
Definition: formulas.hh:54
@ LTL_GF_IMPLIES
(GFa1 & GFa2 & ... & GFan) -> GFz
Definition: formulas.hh:67
@ LTL_P_PATTERNS
Definition: formulas.hh:117
@ LTL_TV_G2
Definition: formulas.hh:168
Definition: automata.hh:26

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Fri Feb 27 2015 10:00:07 for spot by doxygen 1.9.4