Skip to main content

Showing 51–65 of 65 results for author: Křetínský, J

.
  1. arXiv:1504.05739  [pdf, ps, other

    cs.LO

    Faster Statistical Model Checking for Unbounded Temporal Properties

    Authors: Przemysław Daca, Thomas A. Henzinger, Jan Křetínský, Tatjana Petrov

    Abstract: We present a new algorithm for the statistical model checking of Markov chains with respect to unbounded temporal properties, such as reachability and full linear temporal logic. The main idea is that we monitor each simulation run on the fly, in order to detect quickly if a bottom strongly connected component is entered with high probability, in which case the simulation run can be terminated ear… ▽ More

    Submitted 3 March, 2016; v1 submitted 22 April, 2015; originally announced April 2015.

    Comments: Published in the proceedings of 22nd International Conference on Tools and Algorithms for the Construction and Analysis of Systems (TACAS), 2016

  2. arXiv:1502.02834  [pdf, other

    cs.LO

    Counterexample Explanation by Learning Small Strategies in Markov Decision Processes

    Authors: Tomáš Brázdil, Krishnendu Chatterjee, Martin Chmelík, Andreas Fellner, Jan Křetínský

    Abstract: While for deterministic systems, a counterexample to a property can simply be an error trace, counterexamples in probabilistic systems are necessarily more complex. For instance, a set of erroneous traces with a sufficient cumulative probability mass can be used. Since these are too large objects to understand and manipulate, compact representations such as subchains have been considered. In the c… ▽ More

    Submitted 10 February, 2015; originally announced February 2015.

  3. Unifying Two Views on Multiple Mean-Payoff Objectives in Markov Decision Processes

    Authors: Krishnendu Chatterjee, Zuzana Křetínská, Jan Křetínský

    Abstract: We consider Markov decision processes (MDPs) with multiple limit-average (or mean-payoff) objectives. There exist two different views: (i) the expectation semantics, where the goal is to optimize the expected mean-payoff objective, and (ii) the satisfaction semantics, where the goal is to maximize the probability of runs such that the mean-payoff value stays above a given vector. We consider optim… ▽ More

    Submitted 29 June, 2017; v1 submitted 2 February, 2015; originally announced February 2015.

    Comments: Extended journal version of the LICS'15 paper

    Journal ref: Logical Methods in Computer Science, Volume 13, Issue 2 (July 3, 2017) lmcs:3757

  4. arXiv:1410.5387  [pdf, other

    eess.SY

    Temporal Logic Control for Stochastic Linear Systems using Abstraction Refinement of Probabilistic Games

    Authors: Maria Svorenova, Jan Kretinsky, Martin Chmelik, Krishnendu Chatterjee, Ivana Cerna, Calin Belta

    Abstract: We consider the problem of computing the set of initial states of a dynamical system such that there exists a control strategy to ensure that the trajectories satisfy a temporal logic specification with probability 1 (almost-surely). We focus on discrete-time, stochastic linear dynamics and specifications given as formulas of the Generalized Reactivity(1) fragment of Linear Temporal Logic over lin… ▽ More

    Submitted 23 February, 2015; v1 submitted 20 October, 2014; originally announced October 2014.

    Comments: Technical report accompanying HSCC'15 paper

  5. arXiv:1408.1256  [pdf, ps, other

    cs.LO

    Compositionality for Quantitative Specifications

    Authors: Uli Fahrenberg, Jan Křetínský, Axel Legay, Louis-Marie Traonouez

    Abstract: We provide a framework for compositional and iterative design and verification of systems with quantitative information, such as rewards, time or energy. It is based on disjunctive modal transition systems where we allow actions to bear various types of quantitative information. Throughout the design process the actions can be further refined and the information made more precise. We show how to c… ▽ More

    Submitted 8 February, 2017; v1 submitted 6 August, 2014; originally announced August 2014.

  6. arXiv:1404.5084  [pdf, ps, other

    cs.LO

    Probabilistic Bisimulation: Naturally on Distributions

    Authors: Holger Hermanns, Jan Krčál, Jan Křetínský

    Abstract: In contrast to the usual understanding of probabilistic systems as stochastic processes, recently these systems have also been regarded as transformers of probabilities. In this paper, we give a natural definition of strong bisimulation for probabilistic systems corresponding to this view that treats probability distributions as first-class citizens. Our definition applies in the same way to discr… ▽ More

    Submitted 9 May, 2014; v1 submitted 20 April, 2014; originally announced April 2014.

  7. arXiv:1402.3388  [pdf, ps, other

    cs.LO cs.FL

    From LTL to Deterministic Automata: A Safraless Compositional Approach

    Authors: Javier Esparza, Jan Křetínský

    Abstract: We present a new algorithm to construct a deterministic Rabin automaton for an LTL formula $\varphi$. The automaton is the product of a master automaton and an array of slave automata, one for each $G$-subformula of $\varphi$. The slave automaton for $Gψ$ is in charge of recognizing whether $FGψ$ holds. As opposed to standard determinization procedures, the states of all our automata have a clear… ▽ More

    Submitted 24 September, 2014; v1 submitted 14 February, 2014; originally announced February 2014.

  8. arXiv:1402.2967  [pdf, ps, other

    cs.LO

    Verification of Markov Decision Processes using Learning Algorithms

    Authors: Tomáš Brázdil, Krishnendu Chatterjee, Martin Chmelík, Vojtěch Forejt, Jan Křetínský, Marta Kwiatkowska, David Parker, Mateusz Ujma

    Abstract: We present a general framework for applying machine-learning algorithms to the verification of Markov decision processes (MDPs). The primary goal of these techniques is to improve performance by avoiding an exhaustive exploration of the state space. Our framework focuses on probabilistic reachability, which is a core property for verification, and is illustrated through two distinct instantiations… ▽ More

    Submitted 30 March, 2015; v1 submitted 10 February, 2014; originally announced February 2014.

  9. arXiv:1306.0741  [pdf, ps, other

    cs.LO

    Hennessy-Milner Logic with Greatest Fixed Points as a Complete Behavioural Specification Theory

    Authors: Nikola Beneš, Benoît Delahaye, Uli Fahrenberg, Jan Křetínský, Axel Legay

    Abstract: There are two fundamentally different approaches to specifying and verifying properties of systems. The logical approach makes use of specifications given as formulae of temporal or modal logics and relies on efficient model checking algorithms; the behavioural approach exploits various equivalence or refinement checking methods, provided the specifications are given in the same formalism as imple… ▽ More

    Submitted 4 June, 2013; originally announced June 2013.

  10. Compositional Verification and Optimization of Interactive Markov Chains

    Authors: Holger Hermanns, Jan Krčál, Jan Křetínský

    Abstract: Interactive Markov chains (IMC) are compositional behavioural models extending labelled transition systems and continuous-time Markov chains. We provide a framework and algorithms for compositional verification and optimization of IMC with respect to time-bounded properties. Firstly, we give a specification formalism for IMC. Secondly, given a time-bounded property, an IMC component and the assump… ▽ More

    Submitted 4 December, 2013; v1 submitted 31 May, 2013; originally announced May 2013.

  11. arXiv:1304.5281  [pdf, ps, other

    cs.LO cs.FL

    Automata with Generalized Rabin Pairs for Probabilistic Model Checking and LTL Synthesis

    Authors: Krishnendu Chatterjee, Andreas Gaiser, Jan Křetínský

    Abstract: The model-checking problem for probabilistic systems crucially relies on the translation of LTL to deterministic Rabin automata (DRW). Our recent Safraless translation for the LTL(F,G) fragment produces smaller automata as compared to the traditional approach. In this work, instead of DRW we consider deterministic automata with acceptance condition given as disjunction of generalized Rabin pairs (… ▽ More

    Submitted 18 April, 2013; originally announced April 2013.

  12. arXiv:1304.5278  [pdf, other

    cs.LO

    On Refinements of Boolean and Parametric Modal Transition Systems

    Authors: Jan Křetínský, Salomon Sickert

    Abstract: We consider the extensions of modal transition systems (MTS), namely Boolean MTS and parametric MTS and we investigate the refinement problems over both classes. Firstly, we reduce the problem of modal refinement over both classes to a problem solvable by a QBF solver and provide experimental results showing our technique scales well. Secondly, we extend the algorithm for thorough refinement of MT… ▽ More

    Submitted 18 April, 2013; originally announced April 2013.

  13. arXiv:1204.5057  [pdf, ps, other

    cs.LO cs.FL

    Deterministic Automata for the (F,G)-fragment of LTL

    Authors: Jan Křetínský, Javier Esparza

    Abstract: When dealing with linear temporal logic properties in the setting of e.g. games or probabilistic systems, one often needs to express them as deterministic omega-automata. In order to translate LTL to deterministic omega-automata, the traditional approach first translates the formula to a non-deterministic Büchi automaton. Then a determinization procedure such as of Safra is performed yielding a de… ▽ More

    Submitted 23 April, 2012; originally announced April 2012.

  14. arXiv:1106.1424  [pdf, ps, other

    eess.SY cs.PF math.OC

    Fixed-delay Events in Generalized Semi-Markov Processes Revisited

    Authors: Tomáš Brázdil, Jan Krčál, Jan Křetínský, Vojtěch Řehák

    Abstract: We study long run average behavior of generalized semi-Markov processes with both fixed-delay events as well as variable-delay events. We show that allowing two fixed-delay events and one variable-delay event may cause an unstable behavior of a GSMP. In particular, we show that a frequency of a given state may not be defined for almost all runs (or more generally, an invariant measure may not exis… ▽ More

    Submitted 12 September, 2011; v1 submitted 7 June, 2011; originally announced June 2011.

  15. arXiv:1101.4204  [pdf, ps, other

    eess.SY cs.FL

    Measuring Performance of Continuous-Time Stochastic Processes using Timed Automata

    Authors: Tomáš Brázdil, Jan Krčál, Jan Křetínský, Antonín Kučera, Vojtěch Řehák

    Abstract: We propose deterministic timed automata (DTA) as a model-independent language for specifying performance and dependability measures over continuous-time stochastic processes. Technically, these measures are defined as limit frequencies of locations (control states) of a DTA that observes computations of a given stochastic process. Then, we study the properties of DTA measures over semi-Markov proc… ▽ More

    Submitted 21 January, 2011; originally announced January 2011.