mcrl2/pbes/transformation_strategy.h

Include file:

#include "mcrl2/pbes/transformation_strategy.h"

Strategies for the generation of a BES from a PBES.

Enumerated types

type mcrl2::pbes_system::transformation_strategy

Values:

  • lazy
  • optimize
  • on_the_fly
  • on_the_fly_with_fixed_points

Strategies for the generation of a BES from a PBES.

Functions

std::string mcrl2::pbes_system::description(const transformation_strategy s)
std::ostream &mcrl2::pbes_system::operator<<(std::ostream &os, const transformation_strategy s)
std::istream &mcrl2::pbes_system::operator>>(std::istream &is, transformation_strategy &strategy)
transformation_strategy mcrl2::pbes_system::parse_transformation_strategy(const std::string &s)
std::string mcrl2::pbes_system::print_transformation_strategy(const transformation_strategy s)