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
32117733
Commit
32117733
authored
Nov 17, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgba/tgba.hh, src/tgbaalgos/ltl2tgba_fm.hh,
src/tgbaalgos/ltl2tgba_lacim.hh, src/tgbaalgos/stats.hh: Typos.
parent
a1262a30
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
32117733
2004-11-17 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgba/tgba.hh, src/tgbaalgos/ltl2tgba_fm.hh,
src/tgbaalgos/ltl2tgba_lacim.hh, src/tgbaalgos/stats.hh: Typos.
* src/tgbatest/Makefile.am (EXTRA_DIST): Distribute the files
from tba_samples_from_spin.
* src/tgbatest/tba_samples_from_spin.test: Get these example files
...
...
src/tgba/tgba.hh
View file @
32117733
...
...
@@ -28,7 +28,7 @@
namespace
spot
{
/// \defgroup tgba TGBA (Transition-based Genealized Büchi Automat
on
)
/// \defgroup tgba TGBA (Transition-based Gene
r
alized Büchi Automat
a
)
///
/// Spot is centered around the spot::tgba type. This type and its
/// cousins are listed \ref tgba_essentials "here". This is an
...
...
@@ -162,7 +162,7 @@ namespace spot
virtual
std
::
string
transition_annotation
(
const
tgba_succ_iterator
*
t
)
const
;
/// \brief Project a state on an automat
a
.
/// \brief Project a state on an automat
on
.
///
/// This converts \a s, into that corresponding spot::state for \a
/// t. This is useful when you have the state of a product, and
...
...
src/tgbaalgos/ltl2tgba_fm.hh
View file @
32117733
...
...
@@ -50,7 +50,7 @@ namespace spot
/// }
/// \endverbatim
///
/// \param f The formula to translate into an automat
a
.
/// \param f The formula to translate into an automat
on
.
///
/// \param dict The spot::bdd_dict the constructed automata should use.
///
...
...
src/tgbaalgos/ltl2tgba_lacim.hh
View file @
32117733
...
...
@@ -46,7 +46,7 @@ namespace spot
/// editor = {Pierre Leroux}
/// }
/// \endverbatim
/// \param f The formula to translate into an automat
a
.
/// \param f The formula to translate into an automat
on
.
/// \param dict The spot::bdd_dict the constructed automata should use.
/// \return A spot::tgba_bdd_concrete that recognizes the language of \a f.
tgba_bdd_concrete
*
ltl_to_tgba_lacim
(
const
ltl
::
formula
*
f
,
bdd_dict
*
dict
);
...
...
src/tgbaalgos/stats.hh
View file @
32117733
...
...
@@ -36,7 +36,7 @@ namespace spot
unsigned
states
;
};
/// \brief Compute statistics for an automat
a
.
/// \brief Compute statistics for an automat
on
.
tgba_statistics
stats_reachable
(
const
tgba
*
g
);
/// @}
...
...
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