mCRL2
|
The class summand. More...
Go to the source code of this file.
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::lps |
The main namespace for the LPS library. | |
Typedefs | |
typedef atermpp::term_balanced_tree< data::data_expression > | mcrl2::lps::state |
Functions | |
template<class ForwardTraversalIterator , class Transformer > | |
void | mcrl2::lps::make_state (state &result, ForwardTraversalIterator p, const std::size_t size, Transformer transformer) |
template<class ForwardTraversalIterator > | |
void | mcrl2::lps::make_state (state &result, ForwardTraversalIterator p, const std::size_t size) |
std::string | mcrl2::lps::pp (const lps::state &x) |
The class summand.
Definition in file state.h.