Skip to content
GitLab
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
bb06db7c
Commit
bb06db7c
authored
Jun 06, 2011
by
Alexandre Duret-Lutz
Browse files
* src/ltltest/genltl.cc (fair_response): Typo.
parent
d47aa1d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bb06db7c
2011-06-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltltest/genltl.cc (fair_response): Typo.
2011-06-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
DVE2: Do not display state variables with only one possible value.
...
...
src/ltltest/genltl.cc
View file @
bb06db7c
...
...
@@ -411,7 +411,7 @@ formula* combunop_n(std::string name, int n,
// From "Fast LTL to Bchi Automata Translation" [gastin.01.cav]
formula
*
fair_response
(
std
::
string
p
,
std
::
string
q
,
std
::
string
r
,
int
n
)
{
formula
*
fair
=
GF_n
(
"p"
,
n
);
formula
*
fair
=
GF_n
(
p
,
n
);
formula
*
resp
=
G_
(
Implies_
(
env
.
require
(
q
),
F_
(
env
.
require
(
r
))));
return
Not_
(
Implies_
(
fair
,
resp
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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