mCRL2
|
#include <state_space_generator.h>
Public Member Functions | |
deadlock_detector (trace_constructor< Explorer > &trace_constructor_, const std::string &filename_prefix_, std::size_t max_trace_count) | |
void | detect_deadlock (const lps::state &s, std::size_t s_index) |
Protected Attributes | |
trace_constructor< Explorer > & | m_trace_constructor |
const std::string & | filename_prefix |
std::size_t | m_trace_count = 0 |
std::size_t | m_max_trace_count |
Definition at line 273 of file state_space_generator.h.
|
inline |
Definition at line 282 of file state_space_generator.h.
|
inline |
Definition at line 292 of file state_space_generator.h.
|
protected |
Definition at line 277 of file state_space_generator.h.
|
protected |
Definition at line 279 of file state_space_generator.h.
|
protected |
Definition at line 276 of file state_space_generator.h.
|
protected |
Definition at line 278 of file state_space_generator.h.