|
spot
2.16
|
#include <spot/twaalgos/cobuchi.hh>
Public Member Functions | |
| nca_st_info (unsigned clause, unsigned st, bitvect *dst) | |
| Construct an nca_st_info entry. More... | |
Public Attributes | |
| unsigned | clause_num |
| Index of the NCA clause for this state. More... | |
| unsigned | state_num |
| State number in the NCA. More... | |
| bitvect * | all_dst |
| Bit vector of all successor states. More... | |
A vector of nca_st_info is given as argument to nsa_to_nca() or dnf_to_nca(). Each nca_st_info has information about a state that must be seen infinitely often. For a state 's' visited infinitely often by a run, the information provided is:
|
inline |
Construct an nca_st_info entry.
| clause | clause index |
| st | state number |
| dst | bitvector of successor states (ownership taken) |
References all_dst, clause_num, and state_num.
| bitvect* spot::nca_st_info::all_dst |
Bit vector of all successor states.
Referenced by nca_st_info().
| unsigned spot::nca_st_info::clause_num |
Index of the NCA clause for this state.
Referenced by nca_st_info().
| unsigned spot::nca_st_info::state_num |
State number in the NCA.
Referenced by nca_st_info().
1.9.1