12#ifndef MCRL2_PBES_NORMALIZE_SORTS_H
13#define MCRL2_PBES_NORMALIZE_SORTS_H
27 typename std::enable_if< !std::is_base_of< atermpp::aterm, T >::value>::type* =
nullptr
36 typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value>::type* =
nullptr
add your file description here.
void normalize_sorts(T &x, const data::sort_specification &sortspec, typename std::enable_if< !std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
add your file description here.