|
spot 2.14.5
|
The result of an emptiness check. More...
#include <spot/twaalgos/emptiness.hh>
Public Member Functions | |
| emptiness_check_result (const const_twa_ptr &a, option_map o=option_map()) | |
| virtual twa_run_ptr | accepting_run () |
| Return a run accepted by the automata passed to the emptiness check. | |
| const const_twa_ptr & | automaton () const |
| The automaton on which an accepting_run() was found. | |
| const option_map & | options () const |
| Return the options parameterizing how the accepting run is computed. | |
| const char * | parse_options (char *options) |
| Modify the algorithm options. | |
| virtual const unsigned_statistics * | statistics () const |
| Return statistics, if available. | |
Protected Member Functions | |
| virtual void | options_updated (const option_map &old) |
| Notify option updates. | |
Protected Attributes | |
| const_twa_ptr | a_ |
| The automaton. | |
| option_map | o_ |
| The options. | |
The result of an emptiness check.
Instances of these class should not last longer than the instances of emptiness_check that produced them as they may reference data internal to the check.
|
virtual |
Return a run accepted by the automata passed to the emptiness check.
This method might actually compute the acceptance run. (Not all emptiness check algorithms actually produce a counter-example as a side-effect of checking emptiness, some need some post-processing.)
This can also return 0 if the emptiness check algorithm cannot produce a counter example (that does not mean there is no counter-example; the mere existence of an instance of this class asserts the existence of a counter-example).
Reimplemented in spot::couvreur99_check_result.
|
inline |
The automaton on which an accepting_run() was found.
References a_.
|
inline |
Return the options parameterizing how the accepting run is computed.
References o_.
Referenced by parse_options().
|
protectedvirtual |
Notify option updates.
| const char * spot::emptiness_check_result::parse_options | ( | char * | options | ) |
Modify the algorithm options.
References options().
|
virtual |
Return statistics, if available.
|
protected |
The automaton.
Referenced by automaton().
|
protected |
The options.
Referenced by options().
1.15.0