21 #include <spot/misc/bitvect.hh>
22 #include <spot/twa/fwd.hh>
80 bool named_states =
false,
95 bool named_states =
false,
A bit vector.
Definition: bitvect.hh:51
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:38
Definition: automata.hh:26
Definition: cobuchi.hh:38
bitvect * all_dst
Bit vector of all successor states.
Definition: cobuchi.hh:41
nca_st_info(unsigned clause, unsigned st, bitvect *dst)
Construct an nca_st_info entry.
Definition: cobuchi.hh:48
unsigned state_num
State number in the NCA.
Definition: cobuchi.hh:40
unsigned clause_num
Index of the NCA clause for this state.
Definition: cobuchi.hh:39