PRISM model checker

From Wikipedia, the free encyclopedia
(Redirected from PRISM (model checker))

PRISM is a probabilistic model checker, a formal verification software tool for the modelling and analysis of systems that exhibit probabilistic behaviour.[1] One source of such systems is the use of randomization, for example in communication protocols like Bluetooth and FireWire, or in security protocols such as Crowds and Onion routing. Stochastic behaviour also arises in many other computer systems, for example due to equipment failures, unbreliable sensors and actuators, or unpredictable communication delays. PRISM has been used to analyse a diverse range of applications, from robot planning to computer network performance analysis to biochemical reaction networks.[2]

PRISM can be used to analyse several different types of probabilistic models, including discrete-time Markov chains, continuous-time Markov chains, Markov decision processes and probabilistic extensions of the timed automata formalism. It also supports probabilistic models with partial observability and notions of epistemic uncertainty. Properties to be verified against these models are expressed in probabilistic extensions of temporal logic, such as PCTL. PRISM's companion tool PRISM-games[3] provides analysis for stochastic games.

Development of PRISM is led from the University of Oxford. The project originally began at the University of Birmingham. The tool is open-source software, released under the GNU General Public License. PRISM has been selected for the Google Summer of Code programme in 2013 and 2014. The tool and its creators have won several awards: the [2024 ETAPS Test-of-Time Tool Award] and the [HVC 2016 Award].

References[edit]

  1. ^ Kwiatkowska, M.; Norman, G.; Parker, D. (2011). "PRISM 4.0: Verification of Probabilistic Real-time Systems". In Proc. 23rd International Conference on Computer Aided Verification (CAV’11), volume 6806 of Lecture Notes in Computer Science, pages 585-591, Springer.
  2. ^ "PRISM case studies repository". Retrieved 2024-04-19.
  3. ^ [[Kwiatkowska, M.; Norman, G; Parker, D.; Santos, G. (2020). "PRISM-games 3.0: Stochastic Game Verification with Concurrency, Equilibria and Time". In Proc. 32nd International Conference on Computer Aided Verification (CAV'20), volume 12225 of Lecture Notes in Computer Science, pages 475-487, Springer.

External links[edit]