Skip to main content

Showing 1–13 of 13 results for author: Hartmanns, A

.
  1. arXiv:2405.13583  [pdf, other

    cs.LO

    Tools at the Frontiers of Quantitative Verification

    Authors: Roman Andriushchenko, Alexander Bork, Carlos E. Budde, Milan Češka, Kush Grover, Ernst Moritz Hahn, Arnd Hartmanns, Bryant Israelsen, Nils Jansen, Joshua Jeppson, Sebastian Junges, Maximilian A. Köhl, Bettina Könighofer, Jan Křetínský, Tobias Meggendorfer, David Parker, Stefan Pranger, Tim Quatmann, Enno Ruijters, Landon Taylor, Matthias Volk, Maximilian Weininger, Zhen Zhang

    Abstract: The analysis of formal models that include quantitative aspects such as timing or probabilistic choices is performed by quantitative verification tools. Broad and mature tool support is available for computing basic properties such as expected rewards on basic models such as Markov chains. Previous editions of QComp, the comparison of tools for the analysis of quantitative formal models, focused o… ▽ More

    Submitted 22 May, 2024; originally announced May 2024.

  2. arXiv:2303.06477  [pdf, other

    cs.LO cs.SE

    Reproduction Report for SV-COMP 2023

    Authors: Marcus Gerhold, Arnd Hartmanns

    Abstract: The Competition on Software Verification (SV-COMP) is a large computational experiment benchmarking many different software verification tools on a vast collection of C and Java benchmarks. Such experimental research should be reproducible by researchers independent from the team that performed the original experiments. In this reproduction report, we present our recent attempt at reproducing SV-C… ▽ More

    Submitted 21 March, 2023; v1 submitted 11 March, 2023; originally announced March 2023.

    Comments: Presented at the RRRR 2023 workshop on April 22, 2023; see https://qcomp.org/rrrr/2023/. This work was part of the MISSION (Models in Space Systems: Integration, Operation, and Networking) project, funded by the European Union's Horizon 2020 research and innovation programme under Marie Skłodowska-Curie Actions grant number 101008233

  3. arXiv:2301.10197  [pdf, ps, other

    cs.LO

    A Practitioner's Guide to MDP Model Checking Algorithms

    Authors: Arnd Hartmanns, Sebastian Junges, Tim Quatmann, Maximilian Weininger

    Abstract: Model checking undiscounted reachability and expected-reward properties on Markov decision processes (MDPs) is key for the verification of systems that act under uncertainty. Popular algorithms are policy iteration and variants of value iteration; in tool competitions, most participants rely on the latter. These algorithms generally need worst-case exponential time. However the problem can equally… ▽ More

    Submitted 24 January, 2023; originally announced January 2023.

  4. arXiv:2208.11928  [pdf, ps, other

    cs.LO

    Backwards Reachability for Probabilistic Timed Automata: A Replication Report

    Authors: Arnd Hartmanns, Bram Kohlen

    Abstract: Backwards reachability is an efficient zone-based approach for model checking probabilistic timed automata w.r.t. PTCTL properties. Current implementations, however, are restricted to maximum probabilities of reachability properties. In this paper, we report on our new implementation of backwards reachability as part of the Modest Toolset. Its support for minimum and maximum probabilities of until… ▽ More

    Submitted 25 August, 2022; originally announced August 2022.

    Comments: 7 pages, 8 figures, Reproducibility and Replication of Research Results (RRRR 2022)

  5. An Overview of Modest Models and Tools for Real Stochastic Timed Systems

    Authors: Arnd Hartmanns

    Abstract: We depend on the safe, reliable, and timely operation of cyber-physical systems ranging from smart grids to avionics components. Many of them involve time-dependent behaviours and are subject to randomness. Modelling languages and verification tools thus need to support these quantitative aspects. In my invited presentation at MARS 2022, I gave an introduction to quantitative verification using th… ▽ More

    Submitted 18 March, 2022; originally announced March 2022.

    Comments: In Proceedings MARS 2022, arXiv:2203.09299

    Journal ref: EPTCS 355, 2022, pp. 1-12

  6. arXiv:2110.08785  [pdf, other

    cs.LO

    Correct Probabilistic Model Checking with Floating-Point Arithmetic

    Authors: Arnd Hartmanns

    Abstract: Probabilistic model checking computes probabilities and expected values related to designated behaviours of interest in Markov models. As a formal verification approach, it is applied to critical systems; thus we trust that probabilistic model checkers deliver correct results. To achieve scalability and performance, however, these tools use finite-precision floating-point numbers to represent and… ▽ More

    Submitted 17 October, 2021; originally announced October 2021.

  7. arXiv:2108.13148  [pdf, ps, other

    cs.NI eess.SY

    Probabilistic Verification for Reliability of a Two-by-Two Network-on-Chip System

    Authors: Riley Roberts, Benjamin Lewis, Arnd Hartmanns, Prabal Basu, Sanghamitra Roy, Koushik Chakraborty, Zhen Zhang

    Abstract: Modern network-on-chip (NoC) systems face reliability issues due to process and environmental variations. The power supply noise (PSN) in the power delivery network of a NoC plays a key role in determining reliability. PSN leads to voltage droop, which can cause timing errors in the NoC. This paper makes a novel contribution towards formally analyzing PSN in NoC systems. We present a probabilistic… ▽ More

    Submitted 28 May, 2021; originally announced August 2021.

    Comments: 17 pages, 7 figures, submitted to FMICS 2021

  8. Balancing Wind and Batteries: Towards Predictive Verification of Smart Grids

    Authors: Thom S. Badings, Arnd Hartmanns, Nils Jansen, Marnix Suilen

    Abstract: We study a smart grid with wind power and battery storage. Traditionally, day-ahead planning aims to balance demand and wind power, yet actual wind conditions often deviate from forecasts. Short-term flexibility in storage and generation fills potential gaps, planned on a minutes time scale for 30-60 minute horizons. Finding the optimal flexibility deployment requires solving a semi-infinite non-c… ▽ More

    Submitted 8 February, 2021; v1 submitted 29 January, 2021; originally announced January 2021.

    Journal ref: Nasa Formal Methods (NFM) 2021

  9. arXiv:2001.04289  [pdf, ps, other

    cs.LO

    Symblicit Exploration and Elimination for Probabilistic Model Checking

    Authors: Ernst Moritz Hahn, Arnd Hartmanns

    Abstract: Binary decision diagrams can compactly represent vast sets of states, mitigating the state space explosion problem in model checking. Probabilistic systems, however, require multi-terminal diagrams storing rational numbers. They are inefficient for models with many distinct probabilities and for iterative numeric algorithms like value iteration. In this paper, we present a new "symblicit" approach… ▽ More

    Submitted 8 January, 2020; originally announced January 2020.

  10. arXiv:1910.01100  [pdf, ps, other

    cs.LO cs.FL

    Optimistic Value Iteration

    Authors: Arnd Hartmanns, Benjamin Lucien Kaminski

    Abstract: Markov decision processes are widely used for planning and verification in settings that combine controllable or adversarial choices with probabilistic behaviour. The standard analysis algorithm, value iteration, only provides a lower bound on unbounded probabilities or reward values. Two "sound" variations, which also deliver an upper bound, have recently appeared. In this paper, we present optim… ▽ More

    Submitted 17 October, 2019; v1 submitted 2 October, 2019; originally announced October 2019.

  11. arXiv:1710.05763  [pdf, ps, other

    cs.LO

    A Hierarchy of Scheduler Classes for Stochastic Automata

    Authors: Pedro R. D'Argenio, Marcus Gerhold, Arnd Hartmanns, Sean Sedwards

    Abstract: Stochastic automata are a formal compositional model for concurrent stochastic timed systems, with general distributions and non-deterministic choices. Measures of interest are defined over schedulers that resolve the nondeterminism. In this paper we investigate the power of various theoretically and practically motivated classes of schedulers, considering the classic complete-information view and… ▽ More

    Submitted 16 October, 2017; originally announced October 2017.

  12. arXiv:1605.05551  [pdf, other

    cs.LO

    Efficient Algorithms for Time- and Cost-Bounded Probabilistic Model Checking

    Authors: Ernst Moritz Hahn, Arnd Hartmanns

    Abstract: In the design of probabilistic timed systems, bounded requirements concerning behaviour that occurs within a given time, energy, or more generally cost budget are of central importance. Traditionally, such requirements have been model-checked via a reduction to the unbounded case by unfolding the model according to the cost bound. This exacerbates the state space explosion problem and significantl… ▽ More

    Submitted 18 May, 2016; originally announced May 2016.

  13. Explicit Model Checking of Very Large MDP using Partitioning and Secondary Storage

    Authors: Arnd Hartmanns, Holger Hermanns

    Abstract: The applicability of model checking is hindered by the state space explosion problem in combination with limited amounts of main memory. To extend its reach, the large available capacities of secondary storage such as hard disks can be exploited. Due to the specific performance characteristics of secondary storage technologies, specialised algorithms are required. In this paper, we present a techn… ▽ More

    Submitted 19 May, 2016; v1 submitted 11 April, 2015; originally announced April 2015.

    Comments: The final publication is available at Springer via http://dx.doi.org/10.1007/978-3-319-24953-7_10

    ACM Class: D.2.4