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
86ff462f
Commit
86ff462f
authored
Nov 08, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_run):
Remove spurious FIXME.
parent
a31ab32b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
86ff462f
2004-11-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_run):
Remove spurious FIXME.
2004-11-05 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/evtgbaalgos/save.cc (save_bfs::output_acc_set): Sort
...
...
src/tgbaalgos/gtec/ce.cc
View file @
86ff462f
...
...
@@ -75,7 +75,7 @@ namespace spot
numbered_state_heap
::
state_index_p
spi
=
ecs_
->
h
->
index
(
ecs_
->
aut
->
get_init_state
());
assert
(
spi
.
first
);
//
/ FIXME: Should
comp
u
te
label and acceptance condition
.
//
This in
comp
le
te
starting step will be overwritten later
.
tgba_run
::
step
s
=
{
spi
.
first
,
bddtrue
,
bddfalse
};
run_
->
prefix
.
push_front
(
s
);
...
...
@@ -138,6 +138,7 @@ namespace spot
t
=
father
[
t
.
s
];
}
assert
(
!
run_
->
prefix
.
empty
());
// Overwrite the incomplete starting step.
run_
->
prefix
.
back
()
=
t
;
// Append SEQ to RUN_->PREFIX.
...
...
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