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
ab8b2cbc
Commit
ab8b2cbc
authored
Feb 23, 2009
by
Alexandre Duret-Lutz
Browse files
typos
parent
6e4110fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ab8b2cbc
2009-02-23 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgba.hh: Typos.
2009-02-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/succiterconcrete.cc (tgba_succ_iterator_concrete::next):
...
...
src/tgba/tgba.hh
View file @
ab8b2cbc
...
...
@@ -52,12 +52,12 @@ namespace spot
/// TGBAs are transition-based, meanings their labels are put
/// on arcs, not on nodes. They use Generalized Büchi acceptance
/// conditions: there are several acceptance sets (of
/// transitions), and a path can be accepted only if it traverse
/// transitions), and a path can be accepted only if it traverse
s
/// at least one transition of each set infinitely often.
///
/// Browsing such automaton can be achieved using two functions
.
/// Browsing such automaton can be achieved using two functions
:
/// \c get_init_state, and \c succ_iter. The former returns
/// the initial state while the latter
allows to explore
the
/// the initial state while the latter
lists
the
/// successor states of any state.
///
/// Note that although this is a transition-based automata,
...
...
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