mCRL2
Loading...
Searching...
No Matches
transformation_strategy.h File Reference

Strategies for the generation of a BES from a PBES. More...

Go to the source code of this file.

Namespaces

namespace  mcrl2
 
namespace  mcrl2::pbes_system
 The main namespace for the PBES library.
 

Enumerations

enum  mcrl2::pbes_system::transformation_strategy { mcrl2::pbes_system::lazy , mcrl2::pbes_system::optimize , mcrl2::pbes_system::on_the_fly , mcrl2::pbes_system::on_the_fly_with_fixed_points }
 Strategies for the generation of a BES from a PBES. More...
 

Functions

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

Detailed Description

Strategies for the generation of a BES from a PBES.

Definition in file transformation_strategy.h.