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
30652ba3
Commit
30652ba3
authored
May 14, 2004
by
martinez
Browse files
* src/tgbatest/ltl2tgba.cc (main): Thinko.
parent
9db2b314
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
30652ba3
2004-05-14 Thomas Martinez <martinez@src.lip6.fr>
* src/tgbatest/ltl2tgba.cc (main): Thinko.
* src/ltlvisit/basereduc.cc (spot): Correct some mistakes.
* src/ltlvisit/lunabbrev.cc (spot): Nothing change.
* src/tgbatest/ltl2tgba.cc (main): More option to reduce
...
...
src/tgbatest/ltl2tgba.cc
View file @
30652ba3
...
...
@@ -281,10 +281,6 @@ main(int argc, char** argv)
{
reduc_r4
=
true
;
}
else
if
(
!
strcmp
(
argv
[
formula_index
],
"-rd"
))
{
reduc_rd
=
true
;
}
else
{
break
;
...
...
@@ -372,9 +368,10 @@ main(int argc, char** argv)
else
to_free
=
a
=
concrete
=
spot
::
ltl_to_tgba_lacim
(
f
,
dict
);
if
(
reduc_r1
||
reduc_r2
||
reduc_r3
||
reduc_r4
)
{
spot
::
ltl
::
destroy
(
ftmp
);
}
if
(
reduc_r1
||
reduc_r2
||
reduc_r3
||
reduc_r4
)
{
spot
::
ltl
::
destroy
(
ftmp
);
}
}
spot
::
tgba_tba_proxy
*
degeneralized
=
0
;
...
...
Write
Preview
Markdown
is supported
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