12#ifndef MCRL2_DATA_SUBSTITUTIONS_VARIABLE_SUBSTITUTION_H
13#define MCRL2_DATA_SUBSTITUTIONS_VARIABLE_SUBSTITUTION_H
52 std::set<data::variable> result;
Search functions of the data library.
add your file description here.
static RewriterCompilingJitty::substitution_type & sigma(RewriterCompilingJitty *this_rewriter)
std::set< data::variable > substitution_variables(const Substitution &)
Returns the variables appearing in the right hand sides of the substitution.
std::set< data::variable > find_free_variables(const data::data_expression &x)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
Substitution that maps a single variable to a data expression.
const data_expression & operator()(const variable &x) const
const data_expression & rhs
variable_substitution(const variable &lhs_, const data_expression &rhs_)
add your file description here.