Include file:
#include "mcrl2/pbes/normalize.h"
Normalization of pbes expressions.
mcrl2::pbes_system::
is_normalized
(const T &x)¶Checks if a pbes expression is normalized.
Parameters:
Returns: True if the pbes expression is normalized
mcrl2::pbes_system::
normalize
(const T &x, typename std::enable_if<std::is_base_of<atermpp::aterm, T>::value>::type * = nullptr)¶The function normalize brings (embedded) pbes expressions into positive normal form, i.e. a formula without any occurrences of ! or =>.
Parameters:
mcrl2::pbes_system::
normalize
(T &x, typename std::enable_if<!std::is_base_of<atermpp::aterm, T>::value>::type * = nullptr)¶The function normalize brings (embedded) pbes expressions into positive normal form, i.e. a formula without any occurrences of ! or =>.
Parameters: