* src/tgba/tgbatba.cc: Fix English in comments.
This commit is contained in:
parent
58b233db6f
commit
629dc4c0c9
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-03-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* src/tgba/tgbatba.cc: Fix English in comments.
|
||||||
|
|
||||||
2010-03-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-03-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Reverse the order of expected acceptance conditions in
|
Reverse the order of expected acceptance conditions in
|
||||||
|
|
|
||||||
|
|
@ -198,14 +198,14 @@ namespace spot
|
||||||
// to denote the (N+1)th copy of the state, after all acceptance
|
// to denote the (N+1)th copy of the state, after all acceptance
|
||||||
// conditions have been traversed. Such state is always accepting,
|
// conditions have been traversed. Such state is always accepting,
|
||||||
// so do not check acc for this.
|
// so do not check acc for this.
|
||||||
// bddtrue is also used by tgba_tba_proxy if the automata do not
|
// bddtrue is also used by tgba_tba_proxy if the automaton does not
|
||||||
// use acceptance conditions. In that cases, all state are accepting.
|
// use acceptance conditions. In that case, all states are accepting.
|
||||||
if (*expected_ != bddtrue)
|
if (*expected_ != bddtrue)
|
||||||
{
|
{
|
||||||
// A transition in the *EXPECTED acceptance set should be
|
// A transition in the *EXPECTED acceptance set should be
|
||||||
// directed to the next acceptance set. If the current
|
// directed to the next acceptance set. If the current
|
||||||
// transition is also in the next acceptance set, then go
|
// transition is also in the next acceptance set, then go
|
||||||
// the one after, etc.
|
// to the one after, etc.
|
||||||
//
|
//
|
||||||
// See Denis Oddoux's PhD thesis for a nice explanation (in French).
|
// See Denis Oddoux's PhD thesis for a nice explanation (in French).
|
||||||
// @PhDThesis{ oddoux.03.phd,
|
// @PhDThesis{ oddoux.03.phd,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue