Skip to content

Using STAMINA

Josh Jeppson edited this page May 24, 2022 · 1 revision

Required input

STAMINA/C++ supports models written in the PRISM modeling language, and will in the future probably support other languages like JANI. There are two files you need to pass into STAMINA:

  • Module/Model File: The file which contains the description of your PRISM model. Currently, STAMINA only supports models of type ctmc
  • CSL Properties File: The file which contains the properties you want to be checked.

The usage for STAMINA is as follows:

stamina [MODEL FILE] [PROPERTIES FILE] <Options>

Options

Within the <Options> you can specify the following relevant options:

  • κ (The probability reachability threshold)
  • rκ (The reduction factor for κ)
Clone this wiki locally