|
mCRL2
|
#include <state_space_generator.h>
Public Member Functions | |
| trace_constructor (Explorer &explorer_) | |
| class trace | construct_trace (const lps::state &s) |
| void | add_edge (const lps::state &s0, const lps::state &s1) |
| void | clear () |
| Explorer & | explorer () |
Protected Member Functions | |
| lps::multi_action | find_action (const lps::state &s0, const lps::state &s1) |
Protected Attributes | |
| Explorer & | m_explorer |
| std::map< lps::state, lps::state > | m_backpointers |
Definition at line 85 of file state_space_generator.h.
|
inlineexplicit |
Definition at line 122 of file state_space_generator.h.
|
inline |
Definition at line 155 of file state_space_generator.h.
|
inline |
Definition at line 160 of file state_space_generator.h.
|
inline |
Definition at line 127 of file state_space_generator.h.
|
inline |
Definition at line 166 of file state_space_generator.h.
|
inlineprotected |
Definition at line 92 of file state_space_generator.h.
|
protected |
Definition at line 89 of file state_space_generator.h.
|
protected |
Definition at line 88 of file state_space_generator.h.