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

Rewriter for LPSs that takes equalities of the form p_i == c, where p_i is a process parameter, and c is a constant, into account when simplifying the remainder of a summand. More...

Go to the source code of this file.

Classes

struct  mcrl2::lps::detail::one_point_condition_rewrite_builder< DataRewriter >
 

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

void mcrl2::lps::detail::find_equality_conjuncts (const data::data_expression &x, std::map< data::variable, data::data_expression > &result)
 
template<typename T , typename DataRewriter >
void mcrl2::lps::one_point_condition_rewrite (T &x, const DataRewriter &R, typename std::enable_if<!std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr)
 Applies the one point condition rewriter to all embedded data expressions in an object x.
 
template<typename T , typename DataRewriter >
mcrl2::lps::one_point_condition_rewrite (const T &x, const DataRewriter &R, typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr)
 Applies the one point condition rewriter to all embedded data expressions in an object x.
 

Detailed Description

Rewriter for LPSs that takes equalities of the form p_i == c, where p_i is a process parameter, and c is a constant, into account when simplifying the remainder of a summand.

Definition in file one_point_condition_rewrite.h.