Include file:
#include "mcrl2/pbes/quantifier_propagate.h"
mcrl2::pbes_system::detail::quantifier
mcrl2::pbes_system::detail::quantifier_propagate_builder
mcrl2::pbes_system::detail::
make_exists_
(std::set<data::variable> vars, const pbes_expression &expr)¶mcrl2::pbes_system::detail::
make_forall_
(std::set<data::variable> vars, const pbes_expression &expr)¶mcrl2::pbes_system::detail::
make_quantifier
(bool is_forall, const data::variable_list &vars, const pbes_expression &body)¶mcrl2::pbes_system::detail::
quantifier_propagate
(const pbes_expression &x)¶mcrl2::pbes_system::detail::
quantifier_propagate
(std::list<std::pair<core::identifier_string, pbes_equation>> &new_equations, data::set_identifier_generator &id_gen, const quantifier_propagate_builder::equation_map_t eqn_map, pbes_expression &x)¶