Helper object to specify when an algorithm should abort its construction.
More...
#include <spot/twaalgos/powerset.hh>
Helper object to specify when an algorithm should abort its construction.
◆ output_aborter()
| spot::output_aborter::output_aborter |
( |
unsigned |
max_states, |
|
|
unsigned |
max_edges = ~0U |
|
) |
| |
|
inline |
Construct with max states and max edges limits.
◆ max_edges()
| unsigned spot::output_aborter::max_edges |
( |
| ) |
const |
|
inline |
Return the maximum number of edges allowed.
◆ max_states()
| unsigned spot::output_aborter::max_states |
( |
| ) |
const |
|
inline |
Return the maximum number of states allowed.
◆ print_reason()
| std::ostream& spot::output_aborter::print_reason |
( |
std::ostream & |
| ) |
const |
Print the reason why the construction was aborted.
◆ too_large()
Check if the automaton exceeds the size limits.
The documentation for this class was generated from the following file: