Include file:
#include "mcrl2/lps/linearise.h"
Linearisation of process specifications.
mcrl2::lps::t_lin_options
linearise
(const mcrl2::process::process_specification &type_checked_spec, mcrl2::lps::t_lin_options lin_options = t_lin_options())¶Linearises a process specification.
Parameters:
Returns: An LPS equivalent to spec, which is linearised using lin_options exception * mcrl2::runtime_error Linearisation failed
mcrl2::lps::
linearise
(const std::string &text, mcrl2::lps::t_lin_options lin_options = t_lin_options())¶Linearises a process specification from a textual specification.
Parameters:
Returns: An LPS equivalent to the specification representing text, which is linearised using lin_options exception * mcrl2::runtime_error Linearisation failed