12#ifndef MCRL2_DATA_SUBSTITUTIONS_DATA_EXPRESSION_ASSIGNMENT_H
13#define MCRL2_DATA_SUBSTITUTIONS_DATA_EXPRESSION_ASSIGNMENT_H
add your file description here.
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
Substitution that maps a data expression to a data expression.
const data_expression & lhs
const data_expression & operator()(const data_expression &x) const
const data_expression & rhs
data_expression_assignment(const data_expression &lhs_, const data_expression &rhs_)
add your file description here.