Include file:
#include "mcrl2/pbes/txt2pbes.h"
Function for parsing a pbes specification.
txt2pbes
(const std::string &input_filename, const std::string &output_filename, const utilities::file_format &output_format, bool normalize)mcrl2::pbes_system::
txt2pbes
(const std::string &text, bool normalize = true)Parses a PBES specification from a string.
Parameters:
Returns: The parsed PBES
mcrl2::pbes_system::
txt2pbes
(std::istream &spec_stream, bool normalize = true)Parses a PBES specification from an input stream.
Parameters:
Returns: The parsed PBES