12#ifndef MCRL2_PBES_IO_H
13#define MCRL2_PBES_IO_H
55 if (it.matches(filename))
89void save_pbes(
const pbes& pbes,
const std::string& filename,
91 bool welltypedness_check =
true);
101 const std::string& filename,
add your file description here.
bool is_pbes_file_format(const utilities::file_format &format)
void save_bes_pgsolver(const pbes &bes, std::ostream &stream, bool maxpg=true)
const utilities::file_format & pbes_format_internal_bes()
void load_pbes(pbes &pbes, std::istream &stream, utilities::file_format format, const std::string &source="")
Load a PBES from file.
const utilities::file_format & pbes_format_pgsolver()
void save_pbes(const pbes &pbes, std::ostream &stream, utilities::file_format format=utilities::file_format())
Save a PBES in the format specified.
const std::vector< utilities::file_format > & pbes_file_formats()
const utilities::file_format & pbes_format_internal()
const utilities::file_format & pbes_format_text()
const utilities::file_format guess_format(const std::string &filename)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...