spot  2.10.2
formulas.hh
1 // -*- coding: utf-8 -*-
2 // Copyright (C) 2017, 2018, 2019 Laboratoire de Recherche et Developpement de
3 // l'EPITA (LRDE).
4 //
5 // This file is part of Spot, a model checking library.
6 //
7 // Spot is free software; you can redistribute it and/or modify it
8 // under the terms of the GNU General Public License as published by
9 // the Free Software Foundation; either version 3 of the License, or
10 // (at your option) any later version.
11 //
12 // Spot is distributed in the hope that it will be useful, but WITHOUT
13 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14 // or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
15 // License for more details.
16 //
17 // You should have received a copy of the GNU General Public License
18 // along with this program. If not, see <http://www.gnu.org/licenses/>.
19 
20 #pragma once
21 
22 #include <spot/tl/formula.hh>
23 
24 namespace spot
25 {
26  namespace gen
27  {
31 
34  LTL_BEGIN = 256,
37  LTL_AND_F = LTL_BEGIN,
178  LTL_END
179  };
180 
186  SPOT_API formula ltl_pattern(ltl_pattern_id pattern, int n, int m = -1);
187 
192  SPOT_API const char* ltl_pattern_name(ltl_pattern_id pattern);
193 
198  SPOT_API int ltl_pattern_max(ltl_pattern_id pattern);
199 
203  SPOT_API int ltl_pattern_argc(ltl_pattern_id pattern);
205  }
206 }
Main class for temporal logic formula.
Definition: formula.hh:715
LTL/PSL formula interface.
int ltl_pattern_max(ltl_pattern_id pattern)
upper bound for LTL patterns
int ltl_pattern_argc(ltl_pattern_id pattern)
argument count for LTL patterns
const char * ltl_pattern_name(ltl_pattern_id pattern)
convert an ltl_pattern_id value into a name
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:33
@ LTL_RV_COUNTER_LINEAR
Definition: formulas.hh:140
@ LTL_GH_Q
Definition: formulas.hh:71
@ LTL_GF_EQUIV
(GFa1 & GFa2 & ... & GFan) <-> GFz
Definition: formulas.hh:62
@ LTL_TV_UU
Definition: formulas.hh:170
@ LTL_AND_F
Definition: formulas.hh:37
@ LTL_OR_GF
Definition: formulas.hh:113
@ LTL_CCJ_BETA_PRIME
Definition: formulas.hh:52
@ LTL_FXG_OR
F(p0 | XG(p1 | XG(p2 | ... XG(pn))))
Definition: formulas.hh:60
@ LTL_GO_THETA
Definition: formulas.hh:77
@ LTL_KR_NLOGN
Definition: formulas.hh:88
@ LTL_GXF_AND
G(p0 & XF(p1 & XF(p2 & ... XF(pn))))
Definition: formulas.hh:79
@ LTL_TV_F1
Definition: formulas.hh:158
@ LTL_GH_R
Definition: formulas.hh:74
@ LTL_GF_EQUIV_XN
GF(a <-> X[n](a))
Definition: formulas.hh:64
@ LTL_RV_COUNTER_CARRY_LINEAR
Definition: formulas.hh:137
@ LTL_KV_PSI
Definition: formulas.hh:92
@ LTL_U_RIGHT
Definition: formulas.hh:177
@ LTL_PPS_ARBITER_STANDARD
Definition: formulas.hh:120
@ LTL_AND_FG
FG(p1)&FG(p2)&...&FG(pn)
Definition: formulas.hh:39
@ LTL_MS_PHI_H
Definition: formulas.hh:98
@ LTL_R_LEFT
(((p1 R p2) R p3) ... R pn)
Definition: formulas.hh:126
@ LTL_SEJK_F
Definition: formulas.hh:146
@ LTL_CCJ_BETA
Definition: formulas.hh:49
@ LTL_TV_F2
Definition: formulas.hh:161
@ LTL_OR_FG
Definition: formulas.hh:107
@ LTL_U_LEFT
Definition: formulas.hh:173
@ LTL_CCJ_ALPHA
Definition: formulas.hh:46
@ LTL_TV_G1
Definition: formulas.hh:164
@ LTL_SEJK_PATTERNS
Definition: formulas.hh:155
@ LTL_RV_COUNTER
Definition: formulas.hh:131
@ LTL_SEJK_J
Definition: formulas.hh:149
@ LTL_PPS_ARBITER_STRICT
Definition: formulas.hh:124
@ LTL_MS_EXAMPLE
Definition: formulas.hh:95
@ LTL_KR_N
Definition: formulas.hh:85
@ LTL_SEJK_K
Definition: formulas.hh:152
@ LTL_HKRSS_PATTERNS
Definition: formulas.hh:82
@ LTL_AND_GF
Definition: formulas.hh:43
@ LTL_SB_PATTERNS
Definition: formulas.hh:143
@ LTL_MS_PHI_R
Definition: formulas.hh:101
@ LTL_R_RIGHT
(p1 R (p2 R (... R pn)))
Definition: formulas.hh:128
@ LTL_OR_G
Definition: formulas.hh:110
@ LTL_MS_PHI_S
Definition: formulas.hh:104
@ LTL_GF_IMPLIES_XN
GF(a -> X[n](a))
Definition: formulas.hh:68
@ LTL_EH_PATTERNS
Definition: formulas.hh:58
@ LTL_RV_COUNTER_CARRY
Definition: formulas.hh:134
@ LTL_DAC_PATTERNS
Definition: formulas.hh:55
@ LTL_GF_IMPLIES
(GFa1 & GFa2 & ... & GFan) -> GFz
Definition: formulas.hh:66
@ LTL_P_PATTERNS
Definition: formulas.hh:116
@ LTL_TV_G2
Definition: formulas.hh:167
Definition: automata.hh:27

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.1