mCRL2
|
#include <state_space_generator.h>
Public Types | |
using | state_type = typename Explorer::state_type |
using | state_index_type = typename Explorer::state_index_type |
using | last_discovered_type = typename std::conditional< Explorer::is_stochastic, std::forward_list< lps::state >, lps::state >::type |
Public Member Functions | |
divergence_detector (Explorer &explorer_, const std::set< core::identifier_string > &actions, const std::string &filename_prefix_, std::size_t max_trace_count) | |
bool | detect_divergence (const lps::state &s, std::size_t s_index, trace_constructor< Explorer > &global_trace_constructor, bool dfs_recursive=false) |
Protected Attributes | |
Explorer & | explorer |
const std::string & | filename_prefix |
trace_constructor< Explorer > | m_local_trace_constructor |
utilities::unordered_map< lps::state, std::size_t > | m_divergent_states |
std::vector< lps::explorer_summand > | m_regular_summands |
std::vector< lps::explorer_summand > | m_confluent_summands |
std::size_t | m_trace_count = 0 |
std::size_t | m_max_trace_count |
std::mutex | divergence_detector_mutex |
Definition at line 372 of file state_space_generator.h.
using mcrl2::lts::detail::divergence_detector< Explorer >::last_discovered_type = typename std::conditional<Explorer::is_stochastic, std::forward_list<lps::state>, lps::state>::type |
Definition at line 379 of file state_space_generator.h.
using mcrl2::lts::detail::divergence_detector< Explorer >::state_index_type = typename Explorer::state_index_type |
Definition at line 376 of file state_space_generator.h.
using mcrl2::lts::detail::divergence_detector< Explorer >::state_type = typename Explorer::state_type |
Definition at line 375 of file state_space_generator.h.
|
inline |
Definition at line 393 of file state_space_generator.h.
|
inline |
Definition at line 436 of file state_space_generator.h.
|
protected |
Definition at line 390 of file state_space_generator.h.
|
protected |
Definition at line 382 of file state_space_generator.h.
|
protected |
Definition at line 383 of file state_space_generator.h.
|
protected |
Definition at line 387 of file state_space_generator.h.
|
protected |
Definition at line 385 of file state_space_generator.h.
|
protected |
Definition at line 384 of file state_space_generator.h.
|
protected |
Definition at line 389 of file state_space_generator.h.
|
protected |
Definition at line 386 of file state_space_generator.h.
|
protected |
Definition at line 388 of file state_space_generator.h.