spot
1.0
|
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | spot |
Functions | |
bool | spot::replay_tgba_run (std::ostream &os, const tgba *a, const tgba_run *run, bool debug=false) |
Replay a tgba_run on a tgba.This is similar to print_tgba_run(), except that the run is actually replayed on the automaton while it is printed. Doing so makes it possible to display transition annotations (returned by spot::tgba::transition_annotation()). The output will stop if the run cannot be completed. |