|
mCRL2
|
Strategies to solve a BES. More...
Go to the source code of this file.
Namespaces | |
| namespace | mcrl2 |
| namespace | mcrl2::pbes_system |
| The main namespace for the PBES library. | |
Typedefs | |
| using | mcrl2::pbes_system::solution_strategy_t = enum { gauss, small_progr_measures } |
Functions | |
| static std::string | mcrl2::pbes_system::solution_strategy_to_string (const solution_strategy_t s) |
| static std::ostream & | mcrl2::pbes_system::operator<< (std::ostream &os, const solution_strategy_t s) |
| static solution_strategy_t | mcrl2::pbes_system::parse_solution_strategy (const std::string &s) |
| static std::istream & | mcrl2::pbes_system::operator>> (std::istream &is, solution_strategy_t &s) |
| static std::string | mcrl2::pbes_system::description (const solution_strategy_t s) |
Strategies to solve a BES.
Definition in file solution_strategy.h.