Include file:
#include "mcrl2/bes/pg_parse.h"
Parsing of parity games in the format used by PGSolver.
mcrl2::bes::node_t
mcrl2::bes::pg_actions
mcrl2::bes::
identifier_t
typedef for unsigned long long
mcrl2::bes::
owner_t
typedef for bool
mcrl2::bes::
priority_t
typedef for unsigned short
mcrl2::bes::
formula
(std::set<identifier_t> const &v, const owner_t owner, const std::string &prefix = "X")mcrl2::bes::
parse_pgsolver
(const std::string &filename, boolean_equation_system &b, bool maxpg = true)Parse parity game in PGSolver format from filename, and store the resulting BES in b.
mcrl2::bes::
parse_pgsolver
(std::istream &from, boolean_equation_system &result, bool maxpg = true)Reads a parity game from an input stream, and stores it as a BES.
Parameters:
mcrl2::bes::
parse_pgsolver_string
(const std::string &text, boolean_equation_system &result, bool maxpg = true)Reads a parity game from an input stream, and stores it as a BES.
Parameters: