|
mCRL2
|
add your file description here. More...
Go to the source code of this file.
Namespaces | |
| namespace | mcrl2 |
| namespace | mcrl2::pbes_system |
| The main namespace for the PBES library. | |
Enumerations | |
| enum | mcrl2::pbes_system::pbesinst_strategy { mcrl2::pbes_system::pbesinst_lazy_strategy , mcrl2::pbes_system::pbesinst_alternative_lazy_strategy , mcrl2::pbes_system::pbesinst_finite_strategy } |
| pbesinst transformation strategies More... | |
Functions | |
| pbesinst_strategy | mcrl2::pbes_system::parse_pbesinst_strategy (const std::string &s) |
| Parse a pbesinst transformation strategy. | |
| std::istream & | mcrl2::pbes_system::operator>> (std::istream &is, pbesinst_strategy &s) |
| std::string | mcrl2::pbes_system::print_pbesinst_strategy (const pbesinst_strategy strategy) |
| Returns a string representation of a pbesinst transformation strategy. | |
| std::ostream & | mcrl2::pbes_system::operator<< (std::ostream &os, const pbesinst_strategy strategy) |
| std::string | mcrl2::pbes_system::description (const pbesinst_strategy strategy) |
| Returns a string representation of a pbesinst transformation strategy. | |
add your file description here.
Definition in file pbesinst_strategy.h.