|
mCRL2
|
#include <lts_utilities.h>
Public Member Functions | |
| indexed_sorted_vector_for_transitions (const std::vector< transition > &transitions, state_type num_states, bool outgoing) | |
| const std::vector< CONTENT > & | 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 |
| using | label_state_pair = std::pair< label_type, state_type > |
Protected Attributes | |
| std::vector< CONTENT > | m_states_with_outgoing_or_incoming_transition |
| std::vector< size_t > | m_indices |
Definition at line 412 of file lts_utilities.h.
|
protected |
Definition at line 417 of file lts_utilities.h.
|
protected |
Definition at line 416 of file lts_utilities.h.
|
protected |
Definition at line 415 of file lts_utilities.h.
|
inline |
Definition at line 424 of file lts_utilities.h.
|
inline |
Definition at line 490 of file lts_utilities.h.
|
inline |
Definition at line 470 of file lts_utilities.h.
|
inline |
Definition at line 476 of file lts_utilities.h.
|
inline |
Definition at line 483 of file lts_utilities.h.
|
protected |
Definition at line 420 of file lts_utilities.h.
|
protected |
Definition at line 419 of file lts_utilities.h.