* src/tgbaalgos/gtec/gtec.cc,
src/tgbaalgos/gtec/gtec.hh (couvreur99_check::print_stats): New. * src/tgbatest/ltl2tgba.cc: Print emptiness-check statistics.
This commit is contained in:
parent
55014e9dcc
commit
32403566f6
4 changed files with 18 additions and 3 deletions
|
|
@ -234,6 +234,13 @@ namespace spot
|
|||
return ecs_;
|
||||
}
|
||||
|
||||
std::ostream&
|
||||
couvreur99_check::print_stats(std::ostream& os) const
|
||||
{
|
||||
ecs_->print_stats(os);
|
||||
return os;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
couvreur99_check_shy::couvreur99_check_shy(const tgba* a,
|
||||
|
|
|
|||
|
|
@ -79,6 +79,8 @@ namespace spot
|
|||
/// Check whether the automaton's language is empty.
|
||||
virtual emptiness_check_result* check();
|
||||
|
||||
virtual std::ostream& print_stats(std::ostream& os) const;
|
||||
|
||||
/// \brief Return the status of the emptiness-check.
|
||||
///
|
||||
/// When check() succeed, the status should be passed along
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue