11#ifndef MCRL2_PBES_DETAIL_TEST_UTILITY_H
12#define MCRL2_PBES_DETAIL_TEST_UTILITY_H
Term containing a string.
\brief A propositional variable instantiation
\brief A propositional variable declaration
const basic_sort & bool_()
Constructor for sort expression Bool.
const basic_sort & nat()
Constructor for sort expression Nat.
const basic_sort & pos()
Constructor for sort expression Pos.
data::variable pos(const std::string &name)
Returns a data variable of type Pos with a given name.
propositional_variable_instantiation propvarinst(const std::string &name, const data::data_expression_list ¶meters)
Returns a propositional variable instantiation with the given name and parameters.
data::variable bool_(const std::string &name)
Returns a data variable of type Bool with a given name.
propositional_variable propvar(const std::string &name, const data::variable_list ¶meters)
Returns a propositional variable declaration with the given name and parameters.
data::variable nat(const std::string &name)
Returns a data variable of type Nat with a given name.
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...