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
ea04df69
Commit
ea04df69
authored
Jul 09, 2003
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/lbtt.cc (lbtt_reachable): Do not end transitions
guards with -1 in output.
parent
f9c8eb1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ea04df69
2003-07-09 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgbaalgos/lbtt.cc (lbtt_reachable): Do not end transitions
guards with -1 in output.
2003-07-08 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgbatest/ltl2tgba.cc: Add option -t to output the LBTT automata.
...
...
src/tgbaalgos/lbtt.cc
View file @
ea04df69
...
...
@@ -203,7 +203,7 @@ namespace spot
std
::
string
s
=
bdd_to_lbtt
(
si
->
current_condition
(),
d
);
for
(
unsigned
i
=
destrange
.
first
;
i
<
destrange
.
second
;
++
i
)
{
body
<<
i
<<
" "
<<
s
<<
" "
<<
"-1"
<<
std
::
endl
;
body
<<
i
<<
" "
<<
s
<<
std
::
endl
;
}
}
body
<<
"-1"
<<
std
::
endl
;
...
...
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