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
57792ca5
Commit
57792ca5
authored
Nov 10, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/emptiness.hh (print_tgba_run): Document it.
parent
21e0e9bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
57792ca5
2004-11-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/emptiness.hh (print_tgba_run): Document it.
* src/tgbaalgos/replayrun.hh,
src/tgbaalgos/replayrun.cc (replay_tgba_run): Take a `debug'
option to decide whether the output should look like that of
...
...
src/tgbaalgos/emptiness.hh
View file @
57792ca5
...
...
@@ -53,6 +53,16 @@ namespace spot
};
class
tgba
;
/// \brief Display a tgba_run.
///
/// Output the prefix and cycle of the tgba_run \a run, even if it
/// does not corresponds to an actual run of the automaton \a a.
/// This is unlike replay_tgba_run(), which will ensure the run
/// actually exist in the automaton (and will display any transition
/// annotation).
///
/// (\a a is used here only to format states and transitions.)
std
::
ostream
&
print_tgba_run
(
std
::
ostream
&
os
,
const
tgba
*
a
,
const
tgba_run
*
run
);
...
...
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