12#ifndef MCRL2_PBES_TOOLS_PBESSTATEGRAPH_H
13#define MCRL2_PBES_TOOLS_PBESSTATEGRAPH_H
20namespace pbes_system {
23 const std::string& output_filename,
29 load_pbes(p, input_filename, input_format);
33 save_pbes(p, output_filename, output_format,
false);
parameterized boolean equation system
bool is_well_typed() const
Checks if the PBES is well typed.
#define mCRL2log(LEVEL)
mCRL2log(LEVEL) provides the stream used to log.
void stategraph(pbes &p, const pbesstategraph_options &options)
Apply the stategraph algorithm.
void load_pbes(pbes &pbes, std::istream &stream, utilities::file_format format, const std::string &source="")
Load a PBES from file.
void pbesstategraph(const std::string &input_filename, const std::string &output_filename, const utilities::file_format &input_format, const utilities::file_format &output_format, const pbesstategraph_options &options)
void save_pbes(const pbes &pbes, std::ostream &stream, utilities::file_format format=utilities::file_format())
Save a PBES in the format specified.
std::string pp(const fixpoint_symbol &x)
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
IO routines for boolean equation systems.
add your file description here.