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

add your file description here. 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 class  mcrl2::pbes_system::pbes_rewriter_type {
  mcrl2::pbes_system::simplify , mcrl2::pbes_system::quantifier_all , mcrl2::pbes_system::quantifier_finite , mcrl2::pbes_system::quantifier_inside ,
  mcrl2::pbes_system::quantifier_one_point , mcrl2::pbes_system::prover , mcrl2::pbes_system::pfnf , mcrl2::pbes_system::ppg ,
  mcrl2::pbes_system::srf , mcrl2::pbes_system::pre_srf , mcrl2::pbes_system::prune_dataspec , mcrl2::pbes_system::bqnf_quantifier ,
  mcrl2::pbes_system::remove_cex_variables
}
 An enumerated type for the available pbes rewriters. More...
 

Functions

pbes_rewriter_type mcrl2::pbes_system::parse_pbes_rewriter_type (const std::string &type)
 Parses a pbes rewriter type.
 
std::string mcrl2::pbes_system::print_pbes_rewriter_type (const pbes_rewriter_type type)
 Prints a pbes rewriter type.
 
std::string mcrl2::pbes_system::description (const pbes_rewriter_type type)
 Returns a description of a pbes rewriter.
 
std::istream & mcrl2::pbes_system::operator>> (std::istream &is, pbes_rewriter_type &t)
 Stream operator for rewriter type.
 
std::ostream & mcrl2::pbes_system::operator<< (std::ostream &os, const pbes_rewriter_type t)
 

Detailed Description

add your file description here.

Definition in file pbes_rewriter_type.h.