Include file:
#include "mcrl2/pbes/equation_index.h
mcrl2::pbes_system::
equation_index
¶Maps variables to their corresponding equations in a boolean_equation_system or PBES.
mcrl2::pbes_system::equation_index::
equation_type
¶typedef for EquationSystem::equation_type
mcrl2::pbes_system::equation_index::
variable_type
¶typedef for equation_type::variable_type
mcrl2::pbes_system::equation_index::
m_equations
¶mcrl2::pbes_system::equation_index::
m_index
¶equation
(const variable_type &x) const¶Returns the equation corresponding to the given variable.
equation_index
(const EquationSystem &p)¶Constructor.
index
(const core::identifier_string &name) const¶Returns the index of the equation of the variable with the given name.