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
908b6129
Commit
908b6129
authored
Nov 09, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/emptiness.cc (print_tgba_run): Output the
labels as formulae rather than bdd sets.
parent
9d0bcae8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
908b6129
2004-11-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/emptiness.cc (print_tgba_run): Output the
labels as formulae rather than bdd sets.
2004-11-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_path):
...
...
src/tgbaalgos/emptiness.cc
View file @
908b6129
...
...
@@ -61,7 +61,7 @@ namespace spot
{
os
<<
" "
<<
a
->
format_state
(
i
->
s
)
<<
std
::
endl
;
os
<<
" | "
;
bdd_print_
set
(
os
,
d
,
i
->
label
);
bdd_print_
formula
(
os
,
d
,
i
->
label
);
os
<<
"
\t
"
;
bdd_print_accset
(
os
,
d
,
i
->
acc
);
os
<<
std
::
endl
;
...
...
@@ -72,7 +72,7 @@ namespace spot
{
os
<<
" "
<<
a
->
format_state
(
i
->
s
)
<<
std
::
endl
;
os
<<
" | "
;
bdd_print_
set
(
os
,
d
,
i
->
label
);
bdd_print_
formula
(
os
,
d
,
i
->
label
);
os
<<
"
\t
"
;
bdd_print_accset
(
os
,
d
,
i
->
acc
);
os
<<
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