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
de472c74
Commit
de472c74
authored
Jan 29, 2005
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/gtec/gtec.hh (couvreur99_check): Document poprem.
parent
29548f69
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
de472c74
2005-01-29 Alexandre Duret-Lutz <adl@gnu.org>
* src/tgbaalgos/gtec/gtec.hh (couvreur99_check): Document poprem.
* bench/emptchk/README: Make clearer that spin is needed.
* src/tgbatest/randtgba.cc (syntax): Missing std::endl.
...
...
src/tgbaalgos/gtec/gtec.hh
View file @
de472c74
...
...
@@ -73,6 +73,15 @@ namespace spot
/// tgba_succ_iterators: it must compute all successors of a state
/// at once in order to decide which to explore first, and must keep
/// a list of all unexplored successors in its DFS stack.
///
/// The \c poprem parameter specifies how the algorithm should
/// handle the destruction of non-accepting maximal strongly
/// connected components. If \c poprem is true, the algorithm will
/// keep a list of all states of a SCC that are fully processed and
/// should be removed once the MSCC is popped. If \c poprem is
/// false, the MSCC will be traversed again (i.e. generating the
/// successors of the root recursively) for deletion. This is
/// a choice between memory and speed.
class
couvreur99_check
:
public
emptiness_check
,
public
ec_statistics
{
public:
...
...
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