Include file:
#include "mcrl2/bes/parse.h"
add your file description here.
mcrl2::bes::detail::bes_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::
operator>>
(std::istream &from, boolean_equation_system &b)¶Reads a boolean equation system from an input stream.
Parameters:
Returns: The input stream
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:
mcrl2::bes::detail::
parse_boolean_equation_system
(const std::string &text)¶mcrl2::bes::detail::
parse_boolean_expression
(const std::string &text)¶