* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_run):
Remove spurious FIXME.
This commit is contained in:
parent
a31ab32b9b
commit
86ff462fa4
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -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 compute label and acceptance condition.
|
||||
// This incomplete 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue