mCRL2
|
information about a constellation More...
#include <liblts_bisim_gj.h>
Public Member Functions | |
constellation_type (state_in_block_pointer *const new_start, state_in_block_pointer *const new_end) | |
template<class LTS_TYPE > | |
std::string | debug_id (const bisim_partitioner_gj< LTS_TYPE > &partitioner) const |
print a constellation identification for debugging | |
Public Attributes | |
state_in_block_pointer * | start_const_states |
points to the first state in m_states_in_blocks | |
state_in_block_pointer * | end_const_states |
points past the last state in m_states_in_blocks | |
information about a constellation
Definition at line 1161 of file liblts_bisim_gj.h.
|
inline |
Definition at line 1167 of file liblts_bisim_gj.h.
|
inline |
print a constellation identification for debugging
Definition at line 1175 of file liblts_bisim_gj.h.
state_in_block_pointer* mcrl2::lts::detail::bisimulation_gj::constellation_type::end_const_states |
points past the last state in m_states_in_blocks
Definition at line 1166 of file liblts_bisim_gj.h.
state_in_block_pointer* mcrl2::lts::detail::bisimulation_gj::constellation_type::start_const_states |
points to the first state in m_states_in_blocks
Definition at line 1164 of file liblts_bisim_gj.h.