10#ifndef MCRL2_PBES_DETAIL_PBES_IO_H
11#define MCRL2_PBES_DETAIL_PBES_IO_H
30pbes
load_pbes(
const std::string& filename);
33void save_pbes(
const pbes& pbesspec,
const std::string& filename);
The interface for a class that reads aterm from a stream. The default constructed term aterm() indica...
The interface for a class that writes aterm to a stream. Every written term is retrieved by the corre...
pbes load_pbes(const std::string &filename)
Loads a PBES from filename, or from stdin if filename equals "".
void save_pbes(const pbes &pbesspec, const std::string &filename)
Saves an PBES to filename, or to stdout if filename equals "".
The main namespace for the PBES library.
std::istream & operator>>(std::istream &is, absinthe_strategy &strategy)
std::ostream & operator<<(std::ostream &os, const absinthe_strategy strategy)