mCRL2
Loading...
Searching...
No Matches
one_point_rule_rewrite.h File Reference

Go to the source code of this file.

Classes

struct  mcrl2::lps::detail::one_point_rule_rewrite_builder
 

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.
 
namespace  mcrl2::lps::detail
 

Functions

template<typename T >
void mcrl2::lps::one_point_rule_rewrite (T &x, typename std::enable_if<!std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr)
 Applies the one point rule rewriter to all embedded data expressions in an object x.
 
template<typename T >
mcrl2::lps::one_point_rule_rewrite (const T &x, typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr)
 Applies the one point rule rewriter to all embedded data expressions in an object x.