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 595 of file lts_utilities.h.
|
protected |
Definition at line 600 of file lts_utilities.h.
|
protected |
Definition at line 599 of file lts_utilities.h.
|
protected |
Definition at line 598 of file lts_utilities.h.
|
inline |
Definition at line 607 of file lts_utilities.h.
|
inline |
Definition at line 673 of file lts_utilities.h.
|
inline |
Definition at line 653 of file lts_utilities.h.
|
inline |
Definition at line 659 of file lts_utilities.h.
|
inline |
Definition at line 666 of file lts_utilities.h.
|
protected |
Definition at line 603 of file lts_utilities.h.
|
protected |
Definition at line 602 of file lts_utilities.h.