21#include <spot/twaalgos/gtec/status.hh>
22#include <spot/twaalgos/emptiness.hh>
23#include <spot/twaalgos/emptiness_stats.hh>
36 std::shared_ptr<const couvreur99_check_status>& ecs,
52 std::shared_ptr<const couvreur99_check_status> ecs_;
Accepting Cycle Search Space statistics.
Definition emptiness_stats.hh:208
couvreur99_check_result(const std::shared_ptr< const couvreur99_check_status > &ecs, option_map o=option_map())
Construct a result object from a Couvreur99 check status.
virtual twa_run_ptr accepting_run() override
Return a run accepted by the automaton passed to the emptiness check.
virtual unsigned acss_states() const override
Number of states in the search space for the accepting cycle.
void print_stats(std::ostream &os) const
Print statistics to os.
The result of an emptiness check.
Definition emptiness.hh:82
Manage a map of options.
Definition optionmap.hh:34
std::shared_ptr< twa_run > twa_run_ptr
Shared pointer to a twa_run.
Definition twa.hh:41
Definition automata.hh:26