#include <tgbaalgos/emptiness.hh>
Collaboration diagram for spot::emptiness_check_instantiator:
Public Member Functions | |
emptiness_check * | instantiate (const tgba *a) const |
Actually instantiate the emptiness check, for a. | |
const option_map & | options () const |
option_map & | options () |
unsigned int | min_acceptance_conditions () const |
Minimum number of acceptance conditions supported by the emptiness check. | |
unsigned int | max_acceptance_conditions () const |
Maximum number of acceptance conditions supported by the emptiness check. | |
Static Public Member Functions | |
static emptiness_check_instantiator * | construct (const char *name, const char **err) |
Create an emptiness-check instantiator, given the name of an emptiness check. | |
Private Member Functions | |
emptiness_check_instantiator (option_map o, void *i) | |
Private Attributes | |
option_map | o_ |
void * | info_ |
|
|
|
Create an emptiness-check instantiator, given the name of an emptiness check.
name should have the form
On error, the function returns 0. If the name of the algorithm was unknown, |
|
Actually instantiate the emptiness check, for a.
|
|
Maximum number of acceptance conditions supported by the emptiness check.
|
|
Minimum number of acceptance conditions supported by the emptiness check.
|
|
|
|
Accessor to the options. |
|
|
|
|