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

add your file description here. More...

Go to the source code of this file.

Namespaces

namespace  mcrl2
 A class that takes a linear process specification and checks all tau-summands of that LPS for confluence.
 
namespace  mcrl2::pres_system
 The main namespace for the PRES library.
 

Enumerations

enum  mcrl2::pres_system::pres_rewriter_type {
  mcrl2::pres_system::simplify , mcrl2::pres_system::quantifier_all , mcrl2::pres_system::quantifier_finite , mcrl2::pres_system::quantifier_inside ,
  mcrl2::pres_system::quantifier_one_point
}
 An enumerated type for the available pres rewriters. More...
 

Functions

pres_rewriter_type mcrl2::pres_system::parse_pres_rewriter_type (const std::string &type)
 Parses a pres rewriter type.
 
std::string mcrl2::pres_system::print_pres_rewriter_type (const pres_rewriter_type type)
 Prints a pres rewriter type.
 
std::string mcrl2::pres_system::description (const pres_rewriter_type type)
 Returns a description of a pres rewriter.
 
std::istream & mcrl2::pres_system::operator>> (std::istream &is, pres_rewriter_type &t)
 Stream operator for rewriter type.
 
std::ostream & mcrl2::pres_system::operator<< (std::ostream &os, const pres_rewriter_type t)
 

Detailed Description

add your file description here.

Definition in file pres_rewriter_type.h.