12#ifndef MCRL2_DATA_IS_SIMPLE_SUBSTITUTION_H
13#define MCRL2_DATA_IS_SIMPLE_SUBSTITUTION_H
26template <
typename Substitution>
43 return *(v.begin()) == lhs;
The class data_expression.
std::set< data::variable > find_free_variables(const data::data_expression &x)
bool is_simple_substitution(const Substitution &)
Returns true if the substitution sigma satisfies the property that FV(sigma(x)) is included in {x} fo...
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...