mCRL2
|
Functions for removing insignificant parameters from pbes types. More...
Go to the source code of this file.
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::pbes_system |
The main namespace for the PBES library. | |
Functions | |
template<typename T > | |
T | mcrl2::pbes_system::remove_parameters (const T &x, const std::vector< std::size_t > &to_be_removed, typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
Removes parameters from propositional variable instantiations in a pbes expression. | |
template<typename T > | |
void | mcrl2::pbes_system::remove_parameters (T &x, const std::vector< std::size_t > &to_be_removed, typename std::enable_if< !std::is_base_of< atermpp::aterm, T >::value >::type *=0) |
Removes parameters from propositional variable instantiations in a pbes expression. | |
template<typename T > | |
T | mcrl2::pbes_system::remove_parameters (const T &x, const std::map< core::identifier_string, std::vector< std::size_t > > &to_be_removed, typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
Removes parameters from propositional variable instantiations in a pbes expression. | |
template<typename T > | |
void | mcrl2::pbes_system::remove_parameters (T &x, const std::map< core::identifier_string, std::vector< std::size_t > > &to_be_removed, typename std::enable_if< !std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
Removes parameters from propositional variable instantiations in a pbes expression. | |
template<typename T > | |
T | mcrl2::pbes_system::remove_parameters (const T &x, const std::set< data::variable > &to_be_removed, typename std::enable_if< std::is_base_of< atermpp::aterm, T >::value >::type *=0) |
Removes parameters from propositional variable instantiations in a pbes expression. | |
template<typename T > | |
void | mcrl2::pbes_system::remove_parameters (T &x, const std::set< data::variable > &to_be_removed, typename std::enable_if< !std::is_base_of< atermpp::aterm, T >::value >::type *=nullptr) |
Removes parameters from propositional variable instantiations in a pbes expression. | |
Functions for removing insignificant parameters from pbes types.
Definition in file remove_parameters.h.