Include file:
#include "mcrl2/bes/replace.h"
add your file description here.
mcrl2::bes::boolean_variable_substitution
mcrl2::bes::
replace_all_boolean_variables
(const T &x, Substitution sigma, typename std::enable_if<std::is_base_of<atermpp::aterm, T>::value>::type * = 0)¶mcrl2::bes::
replace_all_boolean_variables
(T &x, Substitution sigma, typename std::enable_if<!std::is_base_of<atermpp::aterm, T>::value>::type * = 0)¶mcrl2::bes::
replace_boolean_variables
(const boolean_expression &x, Substitution sigma)¶Applies the substitution X := phi to the boolean expression t.
Parameters:
Returns: The result of the substitution.