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
0a2dbab4
Commit
0a2dbab4
authored
Nov 24, 2010
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/sccfilter.hh: Fix some typos in the documentation.
parent
57d4df47
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0a2dbab4
2010-11-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/sccfilter.hh: Fix some typos in the documentation.
2010-11-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Suggest using bddtrue and bddfalse instead of bdd_true() and
...
...
src/tgbaalgos/sccfilter.hh
View file @
0a2dbab4
...
...
@@ -29,23 +29,23 @@ namespace spot
/// \brief Prune unaccepting SCCs and remove superfluous acceptance
/// conditions.
///
/// This function
s
will explore the SCCs of the automaton and remove
/// dead SCCs (
unaccepting, and with no exit path leading to an
/// accepting SCC).
/// This function will explore the SCCs of the automaton and remove
/// dead SCCs (
i.e. SCC that are not accepting, and those with no
///
exit path leading to an
accepting SCC).
///
/// Additionally, this will try to remove useless acceptance
/// conditions. This operation may diminish the number of
/// acceptance condition of the automaton
,
for instance when two
/// acceptance conditions are always used together we only keep one
///
(
but it will never remove all acceptance conditions, even if it
/// would be OK to have zero
)
.
/// acceptance condition of the automaton
(
for instance when two
/// acceptance conditions are always used together we only keep one
)
/// but it will never remove all acceptance conditions, even if it
/// would be OK to have zero.
///
/// Acceptance conditions on transitions going to non-accepting SCC
/// are all removed. Acceptance conditions going to an accepting
/// SCC and coming from another SCC are only removed if \a
/// remove_all_useless is set. The default value of \a
/// remove_all_useless is \c false because some algorithms (like the
/// degeneralization) will work better if transition going to an
/// degeneralization) will work better if transition
s
going to an
/// accepting SCC are accepting.
tgba
*
scc_filter
(
const
tgba
*
aut
,
bool
remove_all_useless
=
false
);
...
...
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