mCRL2
|
#include <state_space_generator.h>
Public Member Functions | |
nondeterminism_detector (trace_constructor< Explorer > &trace_constructor_, const std::string &filename_prefix_, const std::size_t number_of_threads, std::size_t max_trace_count=0) | |
void | start_state (std::size_t thread_index) |
bool | detect_nondeterminism (const lps::state &s0, std::size_t s0_index, const lps::multi_action &a, const lps::state &s1, std::size_t thread_index) |
Protected Attributes | |
trace_constructor< Explorer > & | m_trace_constructor |
const std::string & | filename_prefix |
std::vector< std::map< lps::multi_action, lps::state > > | m_transitions_vec |
std::size_t | m_trace_count = 0 |
std::size_t | m_max_trace_count |
Definition at line 310 of file state_space_generator.h.
|
inline |
Definition at line 320 of file state_space_generator.h.
|
inline |
Definition at line 340 of file state_space_generator.h.
|
inline |
Definition at line 334 of file state_space_generator.h.
|
protected |
Definition at line 314 of file state_space_generator.h.
|
protected |
Definition at line 317 of file state_space_generator.h.
|
protected |
Definition at line 313 of file state_space_generator.h.
|
protected |
Definition at line 316 of file state_space_generator.h.
|
protected |
Definition at line 315 of file state_space_generator.h.