mCRL2
|
#include <liblts_bisim_gj.h>
Public Member Functions | |
BLC_indicators (BLC_list_iterator start, BLC_list_iterator end, bool is_stable) | |
bool | is_stable () const |
void | make_stable () |
void | make_unstable () |
template<class LTS_TYPE > | |
std::string | debug_id (const bisim_partitioner_gj< LTS_TYPE > &partitioner, const block_index from_block=null_block) const |
print a B_to_C slice identification for debugging | |
Public Attributes | |
BLC_list_iterator | start_same_BLC |
BLC_list_iterator_or_null | start_marked_BLC |
BLC_list_iterator | end_same_BLC |
check_complexity::BLC_gj_counter_t | work_counter |
The following type gives the start and end indications of the transitions for the same block, label and constellation in the array m_BLC_transitions.
Definition at line 920 of file liblts_bisim_gj.h.
|
inline |
Definition at line 931 of file liblts_bisim_gj.h.
|
inline |
print a B_to_C slice identification for debugging
This function is only available if compiled in Debug mode.
Definition at line 960 of file liblts_bisim_gj.h.
|
inline |
Definition at line 939 of file liblts_bisim_gj.h.
|
inline |
Definition at line 947 of file liblts_bisim_gj.h.
|
inline |
Definition at line 952 of file liblts_bisim_gj.h.
BLC_list_iterator mcrl2::lts::detail::bisimulation_gj::BLC_indicators::end_same_BLC |
Definition at line 929 of file liblts_bisim_gj.h.
BLC_list_iterator_or_null mcrl2::lts::detail::bisimulation_gj::BLC_indicators::start_marked_BLC |
Definition at line 928 of file liblts_bisim_gj.h.
BLC_list_iterator mcrl2::lts::detail::bisimulation_gj::BLC_indicators::start_same_BLC |
Definition at line 922 of file liblts_bisim_gj.h.
|
mutable |
Definition at line 1012 of file liblts_bisim_gj.h.