English

Probabilistic Model Checking Taken by Storm

Software Engineering 2026-03-17 v1 Logic in Computer Science

Abstract

This tutorial paper presents a hands-on perspective on probabilistic model checking with the Storm model checker. Storm is a decade-old model checker that excels in performance and a rich Python-based ecosystem, which makes it easy to integrate in various workflows. This tutorial focuses on Markov decision processes (MDP), which are popular in a variety of fields. It demonstrates the basic workflow, from Python-based modeling, model checking with a variety of properties, to the extraction of policies. Further, it showcases the support for recent topics that focus on different types of uncertainty, such as interval MDP and POMDP, and the ability to quickly implement simple algorithms on top of existing data structures.

Keywords

Cite

@article{arxiv.2603.15559,
  title  = {Probabilistic Model Checking Taken by Storm},
  author = {Matthias Volk and Linus Heck and Sebastian Junges and Joost-Pieter Katoen and Tim Quatmann},
  journal= {arXiv preprint arXiv:2603.15559},
  year   = {2026}
}
R2 v1 2026-07-01T11:22:42.628Z