|
mCRL2
|
#include <liblts_scc.h>
Public Member Functions | |
| indexed_sorted_vector_for_tau_transitions (const LTS_TYPE &aut, bool outgoing) | |
| const std::vector< state_type > & | get_transitions () const |
| size_t | lowerbound (const state_type s) const |
| size_t | upperbound (const state_type s) const |
| void | clear () |
Protected Types | |
| using | state_type = std::size_t |
| using | label_type = std::size_t |
Protected Attributes | |
| std::vector< state_type > | m_states_with_outgoing_or_incoming_tau_transition |
| std::vector< size_t > | m_indices |
Definition at line 32 of file liblts_scc.h.
|
protected |
Definition at line 36 of file liblts_scc.h.
|
protected |
Definition at line 35 of file liblts_scc.h.
|
inline |
Definition at line 43 of file liblts_scc.h.
|
inline |
Definition at line 115 of file liblts_scc.h.
|
inline |
Definition at line 95 of file liblts_scc.h.
|
inline |
Definition at line 101 of file liblts_scc.h.
|
inline |
Definition at line 108 of file liblts_scc.h.
|
protected |
Definition at line 39 of file liblts_scc.h.
|
protected |
Definition at line 38 of file liblts_scc.h.