Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
0f023bd0
Commit
0f023bd0
authored
Oct 03, 2017
by
Florian Perlié-Long
Browse files
* HACKING, doc/tl/tl.tex, spot/tl/formula.hh: Typos
parent
d9d92881
Changes
3
Hide whitespace changes
Inline
Side-by-side
HACKING
View file @
0f023bd0
...
...
@@ -609,7 +609,7 @@ SPOT macros
that a compiler might not see as unreachable.
* Use SPOT_API in front of functions and class that should be
exported by the shared library. See "Exporting symbols
s
" above.
exported by the shared library. See "Exporting symbols" above.
* Use SPOT_ASSERT(...) if you ever have to put an assertion in
some header file. See "Assertions" above.
...
...
doc/tl/tl.tex
View file @
0f023bd0
...
...
@@ -206,7 +206,7 @@
Let
$
\N
=
\{
0
,
1
,
2
,
\ldots\}
$
denote the set of natural numbers and
$
\omega\not\in\N
$
the first transfinite ordinal. We extend the
$
<
$
relation from
$
\N
$
to
$
\N\cup\{\omega\}
$
with
$
\forall
n
\in
N,
\,
relation from
$
\N
$
to
$
\N\cup\{\omega\}
$
with
$
\forall
n
\in
\
N
,
\,
n<
\omega
$
. Similarly let us extend the addition and subtraction with
$
\forall
n
\in\N
,
\,\omega
+
n
=
\omega
-
n
=
\omega
+
\omega
=
\omega
$
.
...
...
@@ -1323,8 +1323,8 @@ rewriting arrange any PSL formula into negative normal form.
\NOT
(f
\M
g)
&
\equiv
(
\NOT
f)
\W
(
\NOT
g)
&
\NOT
(
\sere
{
r
}
\Esuffix
f)
&
\equiv
\sere
{
r
}
\Asuffix
\NOT
f
\end{align*}
\noindent
Recall th
e
th
at
negated weak closure
$
\nsere
{
r
}$
is actually
implemented as a specific operator, so it not actually prefixed by the
\noindent
Recall th
at
th
e
negated weak closure
$
\nsere
{
r
}$
is actually
implemented as a specific operator, so it
is
not actually prefixed by the
$
\NOT
$
operator.
\begin{align*}
f
\XOR
g
&
\equiv
((
\NOT
f)
\AND
g)
\OR
(f
\AND\NOT
g)
&
...
...
spot/tl/formula.hh
View file @
0f023bd0
...
...
@@ -72,7 +72,7 @@ namespace spot
G
,
///< Globally
Closure
,
///< PSL Closure
NegClosure
,
///< Negated PSL Closure
NegClosureMarked
,
///< marked version of the Negated PSL Cl
u
sure
NegClosureMarked
,
///< marked version of the Negated PSL Cl
o
sure
// binary operators
Xor
,
///< Exclusive Or
Implies
,
///< Implication
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment