12#ifndef MCRL2_DATA_SUBSTITUTIONS_ASSIGNMENT_SEQUENCE_SUBSTITUTION_H
13#define MCRL2_DATA_SUBSTITUTIONS_ASSIGNMENT_SEQUENCE_SUBSTITUTION_H
\brief Assignment of a data expression to a variable
add your file description here.
static RewriterCompilingJitty::substitution_type & sigma(RewriterCompilingJitty *this_rewriter)
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...
Substitution that maps data variables to data expressions. The substitution is stored as an assignmen...
const assignment_list & assignments
assignment_sequence_substitution(const assignment_list &assignments_)
const data_expression & operator()(const variable &v) const