Include file:
#include "mcrl2/pbes/pbesbddsolve.h
mcrl2::pbes_system::bdd::
bdd_sylvan
¶mcrl2::pbes_system::bdd::bdd_sylvan::
bdd_substitution
¶typedef for sylvan::BddMap
mcrl2::pbes_system::bdd::bdd_sylvan::
bdd_type
¶typedef for sylvan::Bdd
mcrl2::pbes_system::bdd::bdd_sylvan::
bdd_variable_set
¶typedef for sylvan::BddSet
mcrl2::pbes_system::bdd::bdd_sylvan::
m_variable_index
¶mcrl2::pbes_system::bdd::bdd_sylvan::
m_variable_names
¶mcrl2::pbes_system::bdd::bdd_sylvan::
m_variables
¶add_variable
(const std::string &name)¶all
(const std::vector<bdd_type> &v) const¶and_
(const bdd_type &x, const bdd_type &y) const¶any
(const std::vector<bdd_type> &v) const¶count
(const bdd_type &x, const bdd_variable_set &variables) const¶deserialize
(std::size_t index) const¶equiv
(const bdd_type &x, const bdd_type &y) const¶exists
(const bdd_variable_set &variables, const bdd_type &body) const¶false_
() const¶forall
(const bdd_variable_set &variables, const bdd_type &body) const¶hash
(const bdd_type &x) const¶implies
(const bdd_type &x, const bdd_type &y) const¶ite
(const bdd_type &x, const bdd_type &y, const bdd_type &z) const¶let
(const bdd_substitution &sigma, const bdd_type &x) const¶node_count
(const bdd_type &x) const¶not_
(const bdd_type &x) const¶or_
(const bdd_type &x, const bdd_type &y) const¶pick_one_solution
(const bdd_type &x, const bdd_variable_set &variables) const¶print
(const std::string &msg, const bdd_type &x, const bdd_variable_set &context) const¶print
(const std::string &msg, const std::map<std::uint32_t, bdd_sylvan::bdd_type> &m, const bdd_variable_set &context) const¶print
(const std::string &msg, const std::vector<bdd_type> &x, const bdd_variable_set &context) const¶quantify
(const bdd_type &body, const bdd_variable_set &variables, bool is_forall) const¶relation_backward
(const bdd_type &R, const bdd_type &x, const bdd_variable_set &next_variables, const bdd_substitution &next_substitution, bool optimized = false) const¶relation_forward
(const bdd_type &R, const bdd_type &x, const bdd_variable_set &variables, const bdd_substitution &prev_substitution, bool optimized = false) const¶serialize
(const bdd_type &x) const¶true_
() const¶variable_bdd
(const std::string &name) const¶variable_index
(const std::string &name) const¶