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

Add your file description here. More...

Go to the source code of this file.

Classes

class  mcrl2::pbes_system::lps2pbes_algorithm
 Algorithm for translating a state formula and a timed specification to a pbes. More...
 

Namespaces

namespace  mcrl2
 
namespace  mcrl2::pbes_system
 The main namespace for the PBES library.
 

Functions

pbes mcrl2::pbes_system::lps2pbes (const lps::stochastic_specification &lpsspec, const state_formulas::state_formula &formula, bool timed=false, bool structured=false, bool unoptimized=false, bool preprocess_modal_operators=false, bool generate_counter_example=false, bool check_only=false)
 Translates a linear process specification and a state formula to a PBES. If the solution of the PBES is true, the formula holds for the specification.
 
pbes mcrl2::pbes_system::lps2pbes (const lps::specification &lpsspec, const state_formulas::state_formula &formula, bool timed=false, bool structured=false, bool unoptimized=false, bool preprocess_modal_operators=false, bool generate_counter_example=false, bool check_only=false)
 Translates a linear process specification and a state formula to a PBES. If the solution of the PBES is true, the formula holds for the specification.
 
pbes mcrl2::pbes_system::lps2pbes (const lps::stochastic_specification &lpsspec, const state_formulas::state_formula_specification &formspec, bool timed=false, bool structured=false, bool unoptimized=false, bool preprocess_modal_operators=false, bool generate_counter_example=false, bool check_only=false)
 Translates a linear process specification and a state formula to a PBES. If the solution of the PBES is true, the formula holds for the specification.
 
pbes mcrl2::pbes_system::lps2pbes (const std::string &spec_text, const std::string &formula_text, bool timed=false, bool structured=false, bool unoptimized=false, bool preprocess_modal_operators=false, bool generate_counter_example=false, bool check_only=false)
 Applies the lps2pbes algorithm.
 

Detailed Description

Add your file description here.

Definition in file lps2pbes.h.