21#include <spot/twa/fwd.hh>
22#include <spot/misc/common.hh>
std::shared_ptr< twa_graph > twa_graph_ptr
Shared pointer to a mutable twa_graph.
Definition fwd.hh:44
std::shared_ptr< const twa_graph > const_twa_graph_ptr
Shared pointer to a const twa_graph.
Definition fwd.hh:41
Definition automata.hh:26
Structure used by to_parity to store some information about the construction.
Definition toparity.hh:31
std::vector< std::string > algorithms_used
Name of algorithms used.
Definition toparity.hh:37
unsigned nb_states_created
Total number of states created.
Definition toparity.hh:33
unsigned nb_edges_created
Total number of edges created.
Definition toparity.hh:35
Options to control various optimizations of to_parity().
Definition toparity.hh:43
bool propagate_col
Definition toparity.hh:117
bool use_last
Definition toparity.hh:51
bool rabin_to_buchi
Definition toparity.hh:103
bool parity_equiv
Definition toparity.hh:70
bool pretty_print
Definition toparity.hh:123
bool car
Definition toparity.hh:73
to_parity_data * datas
Structure used to store some information about the construction.
Definition toparity.hh:125
bool parity_prefix
Definition toparity.hh:92
bool iar
If iar is true, to_parity will try to apply IAR.
Definition toparity.hh:78
bool generic_emptiness
Definition toparity.hh:99
bool use_generalized_rabin
Definition toparity.hh:120
bool bscc
Definition toparity.hh:84
bool reduce_col_deg
Definition toparity.hh:113
bool acc_clean
Definition toparity.hh:67
bool parity_prefix_general
Definition toparity.hh:96
bool tar
Definition toparity.hh:76
bool use_last_post_process
Definition toparity.hh:54
bool buchi_type_to_buchi
Definition toparity.hh:106
bool lar_dfs
Definition toparity.hh:81
bool force_order
Definition toparity.hh:60
bool parity_type_to_parity
Definition toparity.hh:109
bool partial_degen
Definition toparity.hh:64
bool search_ex
Definition toparity.hh:47