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
629dc4c0
Commit
629dc4c0
authored
Mar 06, 2010
by
Alexandre Duret-Lutz
Browse files
* src/tgba/tgbatba.cc: Fix English in comments.
parent
58b233db
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
629dc4c0
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>
Reverse the order of expected acceptance conditions in
...
...
src/tgba/tgbatba.cc
View file @
629dc4c0
...
...
@@ -198,14 +198,14 @@ namespace spot
// to denote the (N+1)th copy of the state, after all acceptance
// conditions have been traversed. Such state is always accepting,
// so do not check acc for this.
// bddtrue is also used by tgba_tba_proxy if the automat
a
do not
// use acceptance conditions. In that case
s
, all state are accepting.
// bddtrue is also used by tgba_tba_proxy if the automat
on
do
es
not
// use acceptance conditions. In that case, all state
s
are accepting.
if
(
*
expected_
!=
bddtrue
)
{
// A transition in the *EXPECTED acceptance set should be
// directed to the next acceptance set. If the current
// 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).
// @PhDThesis{ oddoux.03.phd,
...
...
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