12#ifndef MCRL2_LPS_NORMALIZE_SORTS_H
13#define MCRL2_LPS_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* = 0
add your file description here.
add your file description here.
lps::multi_action normalize_sorts(const multi_action &x, const data::sort_specification &sortspec)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...