* src/tgbaalgos/lbtt.cc (lbtt_bfs::process_link): Adjust prototype.
This commit is contained in:
parent
7688431451
commit
c3d50ed019
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-11-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgbaalgos/lbtt.cc (lbtt_bfs::process_link): Adjust prototype.
|
||||||
|
|
||||||
2004-11-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-11-03 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/tgbaalgos/dottydec.cc, src/tgbaalgos/dottydec.hh,
|
* src/tgbaalgos/dottydec.cc, src/tgbaalgos/dottydec.hh,
|
||||||
|
|
@ -10,7 +14,7 @@
|
||||||
dotty_bfs::process_link): Use the decorator.
|
dotty_bfs::process_link): Use the decorator.
|
||||||
* src/tgbatest/ltl2tgba.cc: Graph the accepting run if the -g option
|
* src/tgbatest/ltl2tgba.cc: Graph the accepting run if the -g option
|
||||||
is given.
|
is given.
|
||||||
* src/tgbatest/emptchk.test: Exercize -g.
|
* src/tgbatest/emptchk.test: Exercise -g.
|
||||||
|
|
||||||
* src/tgbaalgos/replayrun.cc (replay_tgba_run): Add missing std::endl.
|
* src/tgbaalgos/replayrun.cc (replay_tgba_run): Add missing std::endl.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,8 @@ namespace spot
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
process_link(int, int out, const tgba_succ_iterator* si)
|
process_link(const state*, int,
|
||||||
|
const state*, int out, const tgba_succ_iterator* si)
|
||||||
{
|
{
|
||||||
body_ << out - 1 << " ";
|
body_ << out - 1 << " ";
|
||||||
acs_.split(body_, si->current_acceptance_conditions());
|
acs_.split(body_, si->current_acceptance_conditions());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue