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 | |
typedef std::size_t | state_type |
typedef std::size_t | label_type |
Protected Attributes | |
std::vector< state_type > | m_states_with_outgoing_or_incoming_tau_transition |
std::vector< size_t > | m_indices |
Definition at line 33 of file liblts_scc.h.
|
protected |
Definition at line 37 of file liblts_scc.h.
|
protected |
Definition at line 36 of file liblts_scc.h.
|
inline |
Definition at line 44 of file liblts_scc.h.
|
inline |
Definition at line 116 of file liblts_scc.h.
|
inline |
Definition at line 96 of file liblts_scc.h.
|
inline |
Definition at line 102 of file liblts_scc.h.
|
inline |
Definition at line 109 of file liblts_scc.h.
|
protected |
Definition at line 40 of file liblts_scc.h.
|
protected |
Definition at line 39 of file liblts_scc.h.