Include file:
#include "mcrl2/pbes/lps2pbes.h
mcrl2::pbes_system::
lps2pbes_algorithm
¶Algorithm for translating a state formula and a timed specification to a pbes.
mcrl2::pbes_system::lps2pbes_algorithm::
m_check_only
¶mcrl2::pbes_system::lps2pbes_algorithm::
m_generator
¶run
(const state_formulas::state_formula &f, bool structured, bool unoptimized, std::vector<pbes_equation> &equations, Parameters ¶meters)¶lps2pbes_algorithm
(bool check_only = false)¶Constructor.
run
(const state_formulas::state_formula &formula, const lps::specification &lpsspec, bool structured = false, bool unoptimized = false, bool preprocess_modal_operators = false, bool generate_counter_example = false, const data::variable &T = data::undefined_real_variable())¶Runs the translation algorithm.
Parameters:
Returns: A PBES that encodes the property applied to the given specification