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 | |
typedef std::size_t | state_type |
typedef std::size_t | label_type |
typedef std::pair< label_type, state_type > | label_state_pair |
Protected Attributes | |
std::vector< CONTENT > | m_states_with_outgoing_or_incoming_transition |
std::vector< size_t > | m_indices |
Definition at line 503 of file lts_utilities.h.
|
protected |
Definition at line 508 of file lts_utilities.h.
|
protected |
Definition at line 507 of file lts_utilities.h.
|
protected |
Definition at line 506 of file lts_utilities.h.
|
inline |
Definition at line 515 of file lts_utilities.h.
|
inline |
Definition at line 581 of file lts_utilities.h.
|
inline |
Definition at line 561 of file lts_utilities.h.
|
inline |
Definition at line 567 of file lts_utilities.h.
|
inline |
Definition at line 574 of file lts_utilities.h.
|
protected |
Definition at line 511 of file lts_utilities.h.
|
protected |
Definition at line 510 of file lts_utilities.h.