mcrl2/pbes/eqelm.h

Include file:

#include "mcrl2/pbes/eqelm.h"

The eqelm algorithm.

Functions

void mcrl2::pbes_system::eqelm(pbes &p, data::rewrite_strategy rewrite_strategy, pbes_rewriter_type rewriter_type, bool ignore_initial_state = false)

Apply the eqelm algorithm.

Parameters:

  • p A PBES to which the algorithm is applied.
  • rewrite_strategy A data rewrite strategy.
  • rewriter_type A PBES rewriter type.
  • ignore_initial_state If true, the initial state will be ignored.
void pbespareqelm(const std::string &input_filename, const std::string &output_filename, const utilities::file_format &input_format, const utilities::file_format &output_format, data::rewrite_strategy rewrite_strategy, pbes_rewriter_type rewriter_type, bool ignore_initial_state)