mCRL2
Loading...
Searching...
No Matches
mcrl2::lts::detail::bisim_partitioner< LTS_TYPE >::non_bottom_state Struct Reference

Public Member Functions

 non_bottom_state (const state_type s)
 
 non_bottom_state (const state_type s, const std::vector< state_type > &it)
 

Public Attributes

state_type state
 
std::vector< state_typeinert_transitions
 

Detailed Description

template<class LTS_TYPE>
struct mcrl2::lts::detail::bisim_partitioner< LTS_TYPE >::non_bottom_state

Definition at line 209 of file liblts_bisim.h.

Constructor & Destructor Documentation

◆ non_bottom_state() [1/2]

template<class LTS_TYPE >
mcrl2::lts::detail::bisim_partitioner< LTS_TYPE >::non_bottom_state::non_bottom_state ( const state_type  s)
inline

Definition at line 214 of file liblts_bisim.h.

◆ non_bottom_state() [2/2]

template<class LTS_TYPE >
mcrl2::lts::detail::bisim_partitioner< LTS_TYPE >::non_bottom_state::non_bottom_state ( const state_type  s,
const std::vector< state_type > &  it 
)
inline

Definition at line 217 of file liblts_bisim.h.

Member Data Documentation

◆ inert_transitions

template<class LTS_TYPE >
std::vector< state_type > mcrl2::lts::detail::bisim_partitioner< LTS_TYPE >::non_bottom_state::inert_transitions

Definition at line 212 of file liblts_bisim.h.

◆ state

template<class LTS_TYPE >
state_type mcrl2::lts::detail::bisim_partitioner< LTS_TYPE >::non_bottom_state::state

Definition at line 211 of file liblts_bisim.h.


The documentation for this struct was generated from the following file: