mCRL2
Loading...
Searching...
No Matches
txt2pbes.h File Reference

Function for parsing a pbes specification. More...

Go to the source code of this file.

Namespaces

namespace  mcrl2
 
namespace  mcrl2::pbes_system
 The main namespace for the PBES library.
 

Functions

pbes mcrl2::pbes_system::txt2pbes (std::istream &spec_stream, bool normalize=true)
 Parses a PBES specification from an input stream.
 
pbes mcrl2::pbes_system::txt2pbes (const std::string &text, bool normalize=true)
 Parses a PBES specification from a string.
 

Detailed Description

Function for parsing a pbes specification.

Definition in file txt2pbes.h.