mCRL2
Loading...
Searching...
No Matches
remove_parameters.h File Reference

Functions for removing insignificant parameters from pbes types. More...

Go to the source code of this file.

Namespaces

namespace  mcrl2
 
namespace  mcrl2::pbes_system
 The main namespace for the PBES library.
 

Functions

template<typename T >
requires (std::is_base_of_v<atermpp::aterm, T>)
mcrl2::pbes_system::remove_parameters (const T &x, const std::vector< std::size_t > &to_be_removed)
 Removes parameters from propositional variable instantiations in a pbes expression.
 
template<typename T >
requires (!std::is_base_of_v<atermpp::aterm, T>)
void mcrl2::pbes_system::remove_parameters (T &x, const std::vector< std::size_t > &to_be_removed)
 Removes parameters from propositional variable instantiations in a pbes expression.
 
template<typename T >
requires (std::is_base_of_v<atermpp::aterm, T>)
mcrl2::pbes_system::remove_parameters (const T &x, const std::map< core::identifier_string, std::vector< std::size_t > > &to_be_removed)
 Removes parameters from propositional variable instantiations in a pbes expression.
 
template<typename T >
requires (!std::is_base_of_v<atermpp::aterm, T>)
void mcrl2::pbes_system::remove_parameters (T &x, const std::map< core::identifier_string, std::vector< std::size_t > > &to_be_removed)
 Removes parameters from propositional variable instantiations in a pbes expression.
 
template<typename T >
requires (std::is_base_of_v<atermpp::aterm, T>)
mcrl2::pbes_system::remove_parameters (const T &x, const std::set< data::variable > &to_be_removed)
 Removes parameters from propositional variable instantiations in a pbes expression.
 
template<typename T >
requires (!std::is_base_of_v<atermpp::aterm, T>)
void mcrl2::pbes_system::remove_parameters (T &x, const std::set< data::variable > &to_be_removed)
 Removes parameters from propositional variable instantiations in a pbes expression.
 

Detailed Description

Functions for removing insignificant parameters from pbes types.

Definition in file remove_parameters.h.