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
2c5bae3d
Commit
2c5bae3d
authored
Mar 05, 2011
by
Alexandre Duret-Lutz
Browse files
* src/ltltest/genltl.cc (GF_n): Really use "op".
parent
0792fb74
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2c5bae3d
2011-03-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltltest/genltl.cc (GF_n): Really use "op".
2011-03-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* wrap/python/ajax/spot.in: Use the degeneralized automaton if
...
...
src/ltltest/genltl.cc
View file @
2c5bae3d
...
...
@@ -201,7 +201,7 @@ formula* GF_n(std::string name, int n, bool conj = true)
env
.
require
(
p
.
str
())));
if
(
result
)
result
=
multop
::
instance
(
multop
::
And
,
f
,
result
);
result
=
multop
::
instance
(
op
,
f
,
result
);
else
result
=
f
;
}
...
...
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