mcrl2/pbes/parelm.h

Include file:

#include "mcrl2/pbes/parelm.h"

The parelm algorithm.

Classes

Functions

void mcrl2::pbes_system::parelm(pbes &p)

Apply the parelm algorithm.

Parameters:

  • p A PBES to which the algorithm is applied
void pbesparelm(const std::string &input_filename, const std::string &output_filename, const utilities::file_format &input_format, const utilities::file_format &output_format)

Functions

int mcrl2::pbes_system::detail::variable_index(const data::variable_list &variables, const data::variable &d)

Finds the index of a variable in a sequence.

Parameters:

  • variables A sequence of data variables
  • d A data variable

Returns: The index of d in v, or -1 if the variable wasn’t found