Include file:
#include "mcrl2/pbes/pbes_rewriter_type.h"
add your file description here.
mcrl2::pbes_system::
pbes_rewriter_type
¶Values:
- simplify
An enumerated type for the available pbes rewriters.
mcrl2::pbes_system::
description
(const pbes_rewriter_type type)¶Returns a description of a pbes rewriter.
mcrl2::pbes_system::
operator<<
(std::ostream &os, const pbes_rewriter_type t)¶mcrl2::pbes_system::
operator>>
(std::istream &is, pbes_rewriter_type &t)¶Stream operator for rewriter type.
Parameters:
Returns: The input stream
mcrl2::pbes_system::
parse_pbes_rewriter_type
(const std::string &type)¶Parses a pbes rewriter type.
mcrl2::pbes_system::
print_pbes_rewriter_type
(const pbes_rewriter_type type)¶Prints a pbes rewriter type.