|
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 = std::conditional_t< Explorer::is_stochastic, std::forward_list< lps::state >, lps::state > |
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 374 of file state_space_generator.h.
| using mcrl2::lts::detail::divergence_detector< Explorer >::last_discovered_type = std::conditional_t<Explorer::is_stochastic, std::forward_list<lps::state>, lps::state> |
Definition at line 381 of file state_space_generator.h.
| using mcrl2::lts::detail::divergence_detector< Explorer >::state_index_type = typename Explorer::state_index_type |
Definition at line 378 of file state_space_generator.h.
| using mcrl2::lts::detail::divergence_detector< Explorer >::state_type = typename Explorer::state_type |
Definition at line 377 of file state_space_generator.h.
|
inline |
Definition at line 395 of file state_space_generator.h.
|
inline |
Definition at line 438 of file state_space_generator.h.
|
protected |
Definition at line 392 of file state_space_generator.h.
|
protected |
Definition at line 384 of file state_space_generator.h.
|
protected |
Definition at line 385 of file state_space_generator.h.
|
protected |
Definition at line 389 of file state_space_generator.h.
|
protected |
Definition at line 387 of file state_space_generator.h.
|
protected |
Definition at line 386 of file state_space_generator.h.
|
protected |
Definition at line 391 of file state_space_generator.h.
|
protected |
Definition at line 388 of file state_space_generator.h.
|
protected |
Definition at line 390 of file state_space_generator.h.