Include file:
#include "mcrl2/lps/linearisation_method.h"
mcrl2::lps::
t_lin_method
¶Values:
- lmStack
The available linearisation methods.
mcrl2::lps::
description
(const t_lin_method lin_method)¶mcrl2::lps::
operator<<
(std::ostream &os, const t_lin_method l)¶mcrl2::lps::
operator>>
(std::istream &is, t_lin_method &l)¶mcrl2::lps::
parse_lin_method
(const std::string &s)¶Parse a linearisation method.
Parameters:
Returns: The linearisation method represented by s
mcrl2::lps::
print_lin_method
(const t_lin_method lin_method)¶String representation of a linearisation method.
Parameters:
Returns: String representation of lin_method