Go to the source code of this file.
|
| pbes_expression | mcrl2::pbes_system::formula (std::set< identifier_t > const &v, const owner_t owner, const std::string &prefix="X") |
| |
| void | mcrl2::pbes_system::parse_pgsolver_string (const std::string &text, pbes &result, bool maxpg=true) |
| | Reads a parity game from an input stream, and stores it as a BES.
|
| |
| void | mcrl2::pbes_system::parse_pgsolver (std::istream &from, pbes &result, bool maxpg=true) |
| | Reads a parity game from an input stream, and stores it as a BES.
|
| |
| void | mcrl2::pbes_system::parse_pgsolver (const std::string &filename, pbes &b, bool maxpg=true) |
| | Parse parity game in PGSolver format from filename, and store the resulting BES in b.
|
| |
◆ parser_tables_pg
| D_ParserTables parser_tables_pg |
|
extern |