---
_id: '5549'
abstract:
- lang: eng
  text: "This repository contains the experimental part of the CAV 2015 publication
    Counterexample Explanation by Learning Small Strategies in Markov Decision Processes.\r\nWe
    extended the probabilistic model checker PRISM to represent strategies of Markov
    Decision Processes as Decision Trees.\r\nThe archive contains a java executable
    version of the extended tool (prism_dectree.jar) together with a few examples
    of the PRISM benchmark library.\r\nTo execute the program, please have a look
    at the README.txt, which provides instructions and further information on the
    archive.\r\nThe archive contains scripts that (if run often enough) reproduces
    the data presented in the publication."
article_processing_charge: No
author:
- first_name: Andreas
  full_name: Fellner, Andreas
  id: 42BABFB4-F248-11E8-B48F-1D18A9856A87
  last_name: Fellner
citation:
  ama: 'Fellner A. Experimental part of CAV 2015 publication: Counterexample Explanation
    by Learning Small Strategies in Markov Decision Processes. 2015. doi:<a href="https://doi.org/10.15479/AT:ISTA:28">10.15479/AT:ISTA:28</a>'
  apa: 'Fellner, A. (2015). Experimental part of CAV 2015 publication: Counterexample
    Explanation by Learning Small Strategies in Markov Decision Processes. Institute
    of Science and Technology Austria. <a href="https://doi.org/10.15479/AT:ISTA:28">https://doi.org/10.15479/AT:ISTA:28</a>'
  chicago: 'Fellner, Andreas. “Experimental Part of CAV 2015 Publication: Counterexample
    Explanation by Learning Small Strategies in Markov Decision Processes.” Institute
    of Science and Technology Austria, 2015. <a href="https://doi.org/10.15479/AT:ISTA:28">https://doi.org/10.15479/AT:ISTA:28</a>.'
  ieee: 'A. Fellner, “Experimental part of CAV 2015 publication: Counterexample Explanation
    by Learning Small Strategies in Markov Decision Processes.” Institute of Science
    and Technology Austria, 2015.'
  ista: 'Fellner A. 2015. Experimental part of CAV 2015 publication: Counterexample
    Explanation by Learning Small Strategies in Markov Decision Processes, Institute
    of Science and Technology Austria, <a href="https://doi.org/10.15479/AT:ISTA:28">10.15479/AT:ISTA:28</a>.'
  mla: 'Fellner, Andreas. <i>Experimental Part of CAV 2015 Publication: Counterexample
    Explanation by Learning Small Strategies in Markov Decision Processes</i>. Institute
    of Science and Technology Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:ISTA:28">10.15479/AT:ISTA:28</a>.'
  short: A. Fellner, (2015).
contributor:
- first_name: Jan
  id: 44CEF464-F248-11E8-B48F-1D18A9856A87
  last_name: Kretinsky
datarep_id: '28'
date_created: 2018-12-12T12:31:29Z
date_published: 2015-08-13T00:00:00Z
date_updated: 2025-09-23T08:23:15Z
day: '13'
ddc:
- '004'
department:
- _id: KrCh
- _id: ToHe
doi: 10.15479/AT:ISTA:28
ec_funded: 1
file:
- access_level: open_access
  checksum: b8bcb43c0893023cda66c1b69c16ac62
  content_type: application/zip
  creator: system
  date_created: 2018-12-12T13:02:31Z
  date_updated: 2020-07-14T12:47:00Z
  file_id: '5597'
  file_name: IST-2015-28-v1+2_Fellner_DataRep.zip
  file_size: 49557109
  relation: main_file
file_date_updated: 2020-07-14T12:47:00Z
has_accepted_license: '1'
keyword:
- Markov Decision Process
- Decision Tree
- Probabilistic Verification
- Counterexample Explanation
license: https://creativecommons.org/publicdomain/zero/1.0/
month: '08'
oa: 1
oa_version: Published Version
project:
- _id: 2581B60A-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '279307'
  name: 'Quantitative Graph Games: Theory and Applications'
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
publisher: Institute of Science and Technology Austria
publist_id: '5564'
related_material:
  record:
  - id: '1603'
    relation: popular_science
    status: public
status: public
title: 'Experimental part of CAV 2015 publication: Counterexample Explanation by Learning
  Small Strategies in Markov Decision Processes'
tmp:
  image: /images/cc_0.png
  legal_code_url: https://creativecommons.org/publicdomain/zero/1.0/legalcode
  name: Creative Commons Public Domain Dedication (CC0 1.0)
  short: CC0 (1.0)
type: research_data
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '1992'
abstract:
- lang: eng
  text: "We present a method and a tool for generating succinct representations of
    sets of concurrent traces. We focus on trace sets that contain all correct or
    all incorrect permutations of events from a given trace. We represent trace sets
    as HB-Formulas that are Boolean combinations of happens-before constraints between
    events. To generate a representation of incorrect interleavings, our method iteratively
    explores interleavings that violate the specification and gathers generalizations
    of the discovered interleavings into an HB-Formula; its complement yields a representation
    of correct interleavings.\r\n\r\nWe claim that our trace set representations can
    drive diverse verification, fault localization, repair, and synthesis techniques
    for concurrent programs. We demonstrate this by using our tool in three case studies
    involving synchronization synthesis, bug summarization, and abstraction refinement
    based verification. In each case study, our initial experimental results have
    been promising.\r\n\r\nIn the first case study, we present an algorithm for inferring
    missing synchronization from an HB-Formula representing correct interleavings
    of a given trace. The algorithm applies rules to rewrite specific patterns in
    the HB-Formula into locks, barriers, and wait-notify constructs. In the second
    case study, we use an HB-Formula representing incorrect interleavings for bug
    summarization. While the HB-Formula itself is a concise counterexample summary,
    we present additional inference rules to help identify specific concurrency bugs
    such as data races, define-use order violations, and two-stage access bugs. In
    the final case study, we present a novel predicate learning procedure that uses
    HB-Formulas representing abstract counterexamples to accelerate counterexample-guided
    abstraction refinement (CEGAR). In each iteration of the CEGAR loop, the procedure
    refines the abstraction to eliminate multiple spurious abstract counterexamples
    drawn from the HB-Formula."
article_processing_charge: No
author:
- first_name: Ashutosh
  full_name: Gupta, Ashutosh
  id: 335E5684-F248-11E8-B48F-1D18A9856A87
  last_name: Gupta
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Arjun
  full_name: Radhakrishna, Arjun
  id: 3B51CAC4-F248-11E8-B48F-1D18A9856A87
  last_name: Radhakrishna
- first_name: Roopsha
  full_name: Samanta, Roopsha
  id: 3D2AAC08-F248-11E8-B48F-1D18A9856A87
  last_name: Samanta
- first_name: Thorsten
  full_name: Tarrach, Thorsten
  id: 3D6E8F2C-F248-11E8-B48F-1D18A9856A87
  last_name: Tarrach
  orcid: 0000-0003-4409-8487
citation:
  ama: 'Gupta A, Henzinger TA, Radhakrishna A, Samanta R, Tarrach T. Succinct representation
    of concurrent trace sets. In: ACM; 2015:433-444. doi:<a href="https://doi.org/10.1145/2676726.2677008">10.1145/2676726.2677008</a>'
  apa: 'Gupta, A., Henzinger, T. A., Radhakrishna, A., Samanta, R., &#38; Tarrach,
    T. (2015). Succinct representation of concurrent trace sets (pp. 433–444). Presented
    at the POPL: Principles of Programming Languages, Mumbai, India: ACM. <a href="https://doi.org/10.1145/2676726.2677008">https://doi.org/10.1145/2676726.2677008</a>'
  chicago: Gupta, Ashutosh, Thomas A Henzinger, Arjun Radhakrishna, Roopsha Samanta,
    and Thorsten Tarrach. “Succinct Representation of Concurrent Trace Sets,” 433–44.
    ACM, 2015. <a href="https://doi.org/10.1145/2676726.2677008">https://doi.org/10.1145/2676726.2677008</a>.
  ieee: 'A. Gupta, T. A. Henzinger, A. Radhakrishna, R. Samanta, and T. Tarrach, “Succinct
    representation of concurrent trace sets,” presented at the POPL: Principles of
    Programming Languages, Mumbai, India, 2015, pp. 433–444.'
  ista: 'Gupta A, Henzinger TA, Radhakrishna A, Samanta R, Tarrach T. 2015. Succinct
    representation of concurrent trace sets. POPL: Principles of Programming Languages,
    433–444.'
  mla: Gupta, Ashutosh, et al. <i>Succinct Representation of Concurrent Trace Sets</i>.
    ACM, 2015, pp. 433–44, doi:<a href="https://doi.org/10.1145/2676726.2677008">10.1145/2676726.2677008</a>.
  short: A. Gupta, T.A. Henzinger, A. Radhakrishna, R. Samanta, T. Tarrach, in:, ACM,
    2015, pp. 433–444.
conference:
  end_date: 2015-01-17
  location: Mumbai, India
  name: 'POPL: Principles of Programming Languages'
  start_date: 2015-01-15
date_created: 2018-12-11T11:55:05Z
date_published: 2015-01-15T00:00:00Z
date_updated: 2025-03-07T08:44:29Z
day: '15'
ddc:
- '005'
department:
- _id: ToHe
doi: 10.1145/2676726.2677008
file:
- access_level: open_access
  checksum: f0d4395b600f410a191256ac0b73af32
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:17:56Z
  date_updated: 2020-07-14T12:45:22Z
  file_id: '5314'
  file_name: IST-2015-317-v1+1_author_version.pdf
  file_size: 399462
  relation: main_file
file_date_updated: 2020-07-14T12:45:22Z
has_accepted_license: '1'
language:
- iso: eng
month: '01'
oa: 1
oa_version: Submitted Version
page: 433 - 444
publication_identifier:
  isbn:
  - 978-1-4503-3300-9
publication_status: published
publisher: ACM
publist_id: '5091'
pubrep_id: '317'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Succinct representation of concurrent trace sets
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '10794'
abstract:
- lang: eng
  text: Mathematical models are of fundamental importance in the understanding of
    complex population dynamics. For instance, they can be used to predict the population
    evolution starting from different initial conditions or to test how a system responds
    to external perturbations. For this analysis to be meaningful in real applications,
    however, it is of paramount importance to choose an appropriate model structure
    and to infer the model parameters from measured data. While many parameter inference
    methods are available for models based on deterministic ordinary differential
    equations, the same does not hold for more detailed individual-based models. Here
    we consider, in particular, stochastic models in which the time evolution of the
    species abundances is described by a continuous-time Markov chain. These models
    are governed by a master equation that is typically difficult to solve. Consequently,
    traditional inference methods that rely on iterative evaluation of parameter likelihoods
    are computationally intractable. The aim of this paper is to present recent advances
    in parameter inference for continuous-time Markov chain models, based on a moment
    closure approximation of the parameter likelihood, and to investigate how these
    results can help in understanding, and ultimately controlling, complex systems
    in ecology. Specifically, we illustrate through an agricultural pest case study
    how parameters of a stochastic individual-based model can be identified from measured
    data and how the resulting model can be used to solve an optimal control problem
    in a stochastic setting. In particular, we show how the matter of determining
    the optimal combination of two different pest control methods can be formulated
    as a chance constrained optimization problem where the control action is modeled
    as a state reset, leading to a hybrid system formulation.
acknowledgement: "The authors would like to acknowledge contributions from Baptiste
  Mottet who performed preliminary analysis regarding parameter inference for the
  considered case study in a student project (Mottet, 2014/2015).\r\nThe research
  leading to these results has received funding from the People Programme (Marie Curie
  Actions) of the European Union's Seventh Framework Programme (FP7/2007-2013) under
  REA grant agreement No. [291734] and from SystemsX under the project SignalX."
article_number: '42'
article_processing_charge: No
article_type: original
author:
- first_name: Francesca
  full_name: Parise, Francesca
  last_name: Parise
- first_name: John
  full_name: Lygeros, John
  last_name: Lygeros
- first_name: Jakob
  full_name: Ruess, Jakob
  id: 4A245D00-F248-11E8-B48F-1D18A9856A87
  last_name: Ruess
  orcid: 0000-0003-1615-3282
citation:
  ama: 'Parise F, Lygeros J, Ruess J. Bayesian inference for stochastic individual-based
    models of ecological systems: a pest control simulation study. <i>Frontiers in
    Environmental Science</i>. 2015;3. doi:<a href="https://doi.org/10.3389/fenvs.2015.00042">10.3389/fenvs.2015.00042</a>'
  apa: 'Parise, F., Lygeros, J., &#38; Ruess, J. (2015). Bayesian inference for stochastic
    individual-based models of ecological systems: a pest control simulation study.
    <i>Frontiers in Environmental Science</i>. Frontiers. <a href="https://doi.org/10.3389/fenvs.2015.00042">https://doi.org/10.3389/fenvs.2015.00042</a>'
  chicago: 'Parise, Francesca, John Lygeros, and Jakob Ruess. “Bayesian Inference
    for Stochastic Individual-Based Models of Ecological Systems: A Pest Control Simulation
    Study.” <i>Frontiers in Environmental Science</i>. Frontiers, 2015. <a href="https://doi.org/10.3389/fenvs.2015.00042">https://doi.org/10.3389/fenvs.2015.00042</a>.'
  ieee: 'F. Parise, J. Lygeros, and J. Ruess, “Bayesian inference for stochastic individual-based
    models of ecological systems: a pest control simulation study,” <i>Frontiers in
    Environmental Science</i>, vol. 3. Frontiers, 2015.'
  ista: 'Parise F, Lygeros J, Ruess J. 2015. Bayesian inference for stochastic individual-based
    models of ecological systems: a pest control simulation study. Frontiers in Environmental
    Science. 3, 42.'
  mla: 'Parise, Francesca, et al. “Bayesian Inference for Stochastic Individual-Based
    Models of Ecological Systems: A Pest Control Simulation Study.” <i>Frontiers in
    Environmental Science</i>, vol. 3, 42, Frontiers, 2015, doi:<a href="https://doi.org/10.3389/fenvs.2015.00042">10.3389/fenvs.2015.00042</a>.'
  short: F. Parise, J. Lygeros, J. Ruess, Frontiers in Environmental Science 3 (2015).
corr_author: '1'
date_created: 2022-02-25T11:42:25Z
date_published: 2015-06-10T00:00:00Z
date_updated: 2025-04-15T06:50:01Z
day: '10'
ddc:
- '000'
- '570'
department:
- _id: ToHe
- _id: GaTk
doi: 10.3389/fenvs.2015.00042
ec_funded: 1
file:
- access_level: open_access
  checksum: 26c222487564e1be02a11d688d6f769d
  content_type: application/pdf
  creator: dernst
  date_created: 2022-02-25T11:55:26Z
  date_updated: 2022-02-25T11:55:26Z
  file_id: '10795'
  file_name: 2015_FrontiersEnvironmScience_Parise.pdf
  file_size: 1371201
  relation: main_file
  success: 1
file_date_updated: 2022-02-25T11:55:26Z
has_accepted_license: '1'
intvolume: '         3'
keyword:
- General Environmental Science
language:
- iso: eng
month: '06'
oa: 1
oa_version: Published Version
project:
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
publication: Frontiers in Environmental Science
publication_identifier:
  issn:
  - 2296-665X
publication_status: published
publisher: Frontiers
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'Bayesian inference for stochastic individual-based models of ecological systems:
  a pest control simulation study'
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 3
year: '2015'
...
---
OA_place: repository
OA_type: green
_id: '1729'
abstract:
- lang: eng
  text: We present a computer-aided programming approach to concurrency. The approach
    allows programmers to program assuming a friendly, non-preemptive scheduler, and
    our synthesis procedure inserts synchronization to ensure that the final program
    works even with a preemptive scheduler. The correctness specification is implicit,
    inferred from the non-preemptive behavior. Let us consider sequences of calls
    that the program makes to an external interface. The specification requires that
    any such sequence produced under a preemptive scheduler should be included in
    the set of such sequences produced under a non-preemptive scheduler. The solution
    is based on a finitary abstraction, an algorithm for bounded language inclusion
    modulo an independence relation, and rules for inserting synchronization. We apply
    the approach to device-driver programming, where the driver threads call the software
    interface of the device and the API provided by the operating system. Our experiments
    demonstrate that our synthesis method is precise and efficient, and, since it
    does not require explicit specifications, is more practical than the conventional
    approach based on user-provided assertions.
alternative_title:
- LNCS
article_processing_charge: No
author:
- first_name: Pavol
  full_name: Cerny, Pavol
  id: 4DCBEFFE-F248-11E8-B48F-1D18A9856A87
  last_name: Cerny
- first_name: Edmund
  full_name: Clarke, Edmund
  last_name: Clarke
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Arjun
  full_name: Radhakrishna, Arjun
  id: 3B51CAC4-F248-11E8-B48F-1D18A9856A87
  last_name: Radhakrishna
- first_name: Leonid
  full_name: Ryzhyk, Leonid
  last_name: Ryzhyk
- first_name: Roopsha
  full_name: Samanta, Roopsha
  id: 3D2AAC08-F248-11E8-B48F-1D18A9856A87
  last_name: Samanta
- first_name: Thorsten
  full_name: Tarrach, Thorsten
  id: 3D6E8F2C-F248-11E8-B48F-1D18A9856A87
  last_name: Tarrach
  orcid: 0000-0003-4409-8487
citation:
  ama: Cerny P, Clarke E, Henzinger TA, et al. From non-preemptive to preemptive scheduling
    using synchronization synthesis. 2015;9207:180-197. doi:<a href="https://doi.org/10.1007/978-3-319-21668-3_11">10.1007/978-3-319-21668-3_11</a>
  apa: 'Cerny, P., Clarke, E., Henzinger, T. A., Radhakrishna, A., Ryzhyk, L., Samanta,
    R., &#38; Tarrach, T. (2015). From non-preemptive to preemptive scheduling using
    synchronization synthesis. Presented at the CAV: Computer Aided Verification,
    San Francisco, CA, United States: Springer. <a href="https://doi.org/10.1007/978-3-319-21668-3_11">https://doi.org/10.1007/978-3-319-21668-3_11</a>'
  chicago: Cerny, Pavol, Edmund Clarke, Thomas A Henzinger, Arjun Radhakrishna, Leonid
    Ryzhyk, Roopsha Samanta, and Thorsten Tarrach. “From Non-Preemptive to Preemptive
    Scheduling Using Synchronization Synthesis.” Lecture Notes in Computer Science.
    Springer, 2015. <a href="https://doi.org/10.1007/978-3-319-21668-3_11">https://doi.org/10.1007/978-3-319-21668-3_11</a>.
  ieee: P. Cerny <i>et al.</i>, “From non-preemptive to preemptive scheduling using
    synchronization synthesis,” vol. 9207. Springer, pp. 180–197, 2015.
  ista: Cerny P, Clarke E, Henzinger TA, Radhakrishna A, Ryzhyk L, Samanta R, Tarrach
    T. 2015. From non-preemptive to preemptive scheduling using synchronization synthesis.
    9207, 180–197.
  mla: Cerny, Pavol, et al. <i>From Non-Preemptive to Preemptive Scheduling Using
    Synchronization Synthesis</i>. Vol. 9207, Springer, 2015, pp. 180–97, doi:<a href="https://doi.org/10.1007/978-3-319-21668-3_11">10.1007/978-3-319-21668-3_11</a>.
  short: P. Cerny, E. Clarke, T.A. Henzinger, A. Radhakrishna, L. Ryzhyk, R. Samanta,
    T. Tarrach, 9207 (2015) 180–197.
conference:
  end_date: 2015-07-24
  location: San Francisco, CA, United States
  name: 'CAV: Computer Aided Verification'
  start_date: 2015-07-18
date_created: 2018-12-11T11:53:42Z
date_published: 2015-07-01T00:00:00Z
date_updated: 2026-04-09T10:54:00Z
day: '01'
ddc:
- '000'
department:
- _id: ToHe
doi: 10.1007/978-3-319-21668-3_11
ec_funded: 1
external_id:
  isi:
  - '000491470400011'
file:
- access_level: open_access
  checksum: 6ff58ac220e2f20cb001ba35d4924495
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:08:53Z
  date_updated: 2025-06-26T07:12:35Z
  file_id: '4715'
  file_name: IST-2015-336-v1+1_long_version.pdf
  file_size: 481922
  relation: main_file
file_date_updated: 2025-06-26T07:12:35Z
has_accepted_license: '1'
intvolume: '      9207'
isi: 1
language:
- iso: eng
month: '07'
oa: 1
oa_version: Submitted Version
page: 180 - 197
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25F42A32-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: Z211
  name: Formal methods for the design and analysis of complex systems
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
publication_status: published
publisher: Springer
publist_id: '5398'
pubrep_id: '336'
quality_controlled: '1'
related_material:
  record:
  - id: '1338'
    relation: later_version
    status: public
  - id: '1130'
    relation: dissertation_contains
    status: public
scopus_import: '1'
series_title: Lecture Notes in Computer Science
status: public
title: From non-preemptive to preemptive scheduling using synchronization synthesis
type: conference
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 9207
year: '2015'
...
---
_id: '1731'
abstract:
- lang: eng
  text: 'We consider two-player zero-sum games on graphs. These games can be classified
    on the basis of the information of the players and on the mode of interaction
    between them. On the basis of information the classification is as follows: (a)
    partial-observation (both players have partial view of the game); (b) one-sided
    complete-observation (one player has complete observation); and (c) complete-observation
    (both players have complete view of the game). On the basis of mode of interaction
    we have the following classification: (a) concurrent (both players interact simultaneously);
    and (b) turn-based (both players interact in turn). The two sources of randomness
    in these games are randomness in transition function and randomness in strategies.
    In general, randomized strategies are more powerful than deterministic strategies,
    and randomness in transitions gives more general classes of games. In this work
    we present a complete characterization for the classes of games where randomness
    is not helpful in: (a) the transition function probabilistic transition can be
    simulated by deterministic transition); and (b) strategies (pure strategies are
    as powerful as randomized strategies). As consequence of our characterization
    we obtain new undecidability results for these games. '
article_processing_charge: No
arxiv: 1
author:
- first_name: Krishnendu
  full_name: Chatterjee, Krishnendu
  id: 2E5DCA20-F248-11E8-B48F-1D18A9856A87
  last_name: Chatterjee
  orcid: 0000-0002-4561-241X
- first_name: Laurent
  full_name: Doyen, Laurent
  last_name: Doyen
- first_name: Hugo
  full_name: Gimbert, Hugo
  last_name: Gimbert
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
citation:
  ama: Chatterjee K, Doyen L, Gimbert H, Henzinger TA. Randomness for free. <i>Information
    and Computation</i>. 2015;245(12):3-16. doi:<a href="https://doi.org/10.1016/j.ic.2015.06.003">10.1016/j.ic.2015.06.003</a>
  apa: Chatterjee, K., Doyen, L., Gimbert, H., &#38; Henzinger, T. A. (2015). Randomness
    for free. <i>Information and Computation</i>. Elsevier. <a href="https://doi.org/10.1016/j.ic.2015.06.003">https://doi.org/10.1016/j.ic.2015.06.003</a>
  chicago: Chatterjee, Krishnendu, Laurent Doyen, Hugo Gimbert, and Thomas A Henzinger.
    “Randomness for Free.” <i>Information and Computation</i>. Elsevier, 2015. <a
    href="https://doi.org/10.1016/j.ic.2015.06.003">https://doi.org/10.1016/j.ic.2015.06.003</a>.
  ieee: K. Chatterjee, L. Doyen, H. Gimbert, and T. A. Henzinger, “Randomness for
    free,” <i>Information and Computation</i>, vol. 245, no. 12. Elsevier, pp. 3–16,
    2015.
  ista: Chatterjee K, Doyen L, Gimbert H, Henzinger TA. 2015. Randomness for free.
    Information and Computation. 245(12), 3–16.
  mla: Chatterjee, Krishnendu, et al. “Randomness for Free.” <i>Information and Computation</i>,
    vol. 245, no. 12, Elsevier, 2015, pp. 3–16, doi:<a href="https://doi.org/10.1016/j.ic.2015.06.003">10.1016/j.ic.2015.06.003</a>.
  short: K. Chatterjee, L. Doyen, H. Gimbert, T.A. Henzinger, Information and Computation
    245 (2015) 3–16.
corr_author: '1'
date_created: 2018-12-11T11:53:42Z
date_published: 2015-12-01T00:00:00Z
date_updated: 2025-09-23T10:32:00Z
day: '01'
department:
- _id: KrCh
- _id: ToHe
doi: 10.1016/j.ic.2015.06.003
ec_funded: 1
external_id:
  arxiv:
  - '1006.0673'
  isi:
  - '000368899100002'
intvolume: '       245'
isi: 1
issue: '12'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://arxiv.org/abs/1006.0673
month: '12'
oa: 1
oa_version: Preprint
page: 3 - 16
project:
- _id: 2584A770-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: P 23499-N23
  name: Modern Graph Algorithmic Techniques in Formal Verification
- _id: 25863FF4-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S11407
  name: Game Theory
- _id: 2581B60A-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '279307'
  name: 'Quantitative Graph Games: Theory and Applications'
- _id: 2587B514-B435-11E9-9278-68D0E5697425
  name: Microsoft Research Faculty Fellowship
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25EFB36C-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '215543'
  name: COMponent-Based Embedded Systems design Techniques
- _id: 25F1337C-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '214373'
  name: Design for Embedded Systems
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
publication: Information and Computation
publication_status: published
publisher: Elsevier
publist_id: '5395'
quality_controlled: '1'
related_material:
  record:
  - id: '3856'
    relation: earlier_version
    status: public
scopus_import: '1'
status: public
title: Randomness for free
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 245
year: '2015'
...
---
_id: '1808'
article_number: '7'
article_processing_charge: No
author:
- first_name: Ashutosh
  full_name: Gupta, Ashutosh
  id: 335E5684-F248-11E8-B48F-1D18A9856A87
  last_name: Gupta
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
citation:
  ama: Gupta A, Henzinger TA. Guest editors’ introduction to special issue on computational
    methods in systems biology. <i>ACM Transactions on Modeling and Computer Simulation</i>.
    2015;25(2). doi:<a href="https://doi.org/10.1145/2745799">10.1145/2745799</a>
  apa: Gupta, A., &#38; Henzinger, T. A. (2015). Guest editors’ introduction to special
    issue on computational methods in systems biology. <i>ACM Transactions on Modeling
    and Computer Simulation</i>. ACM. <a href="https://doi.org/10.1145/2745799">https://doi.org/10.1145/2745799</a>
  chicago: Gupta, Ashutosh, and Thomas A Henzinger. “Guest Editors’ Introduction to
    Special Issue on Computational Methods in Systems Biology.” <i>ACM Transactions
    on Modeling and Computer Simulation</i>. ACM, 2015. <a href="https://doi.org/10.1145/2745799">https://doi.org/10.1145/2745799</a>.
  ieee: A. Gupta and T. A. Henzinger, “Guest editors’ introduction to special issue
    on computational methods in systems biology,” <i>ACM Transactions on Modeling
    and Computer Simulation</i>, vol. 25, no. 2. ACM, 2015.
  ista: Gupta A, Henzinger TA. 2015. Guest editors’ introduction to special issue
    on computational methods in systems biology. ACM Transactions on Modeling and
    Computer Simulation. 25(2), 7.
  mla: Gupta, Ashutosh, and Thomas A. Henzinger. “Guest Editors’ Introduction to Special
    Issue on Computational Methods in Systems Biology.” <i>ACM Transactions on Modeling
    and Computer Simulation</i>, vol. 25, no. 2, 7, ACM, 2015, doi:<a href="https://doi.org/10.1145/2745799">10.1145/2745799</a>.
  short: A. Gupta, T.A. Henzinger, ACM Transactions on Modeling and Computer Simulation
    25 (2015).
date_created: 2018-12-11T11:54:07Z
date_published: 2015-05-01T00:00:00Z
date_updated: 2025-09-23T09:11:51Z
day: '01'
department:
- _id: ToHe
doi: 10.1145/2745799
external_id:
  isi:
  - '000354789200001'
intvolume: '        25'
isi: 1
issue: '2'
language:
- iso: eng
month: '05'
oa_version: None
publication: ACM Transactions on Modeling and Computer Simulation
publication_status: published
publisher: ACM
publist_id: '5302'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Guest editors' introduction to special issue on computational methods in systems
  biology
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 25
year: '2015'
...
---
_id: '1835'
abstract:
- lang: eng
  text: The behaviour of gene regulatory networks (GRNs) is typically analysed using
    simulation-based statistical testing-like methods. In this paper, we demonstrate
    that we can replace this approach by a formal verification-like method that gives
    higher assurance and scalability. We focus on Wagner’s weighted GRN model with
    varying weights, which is used in evolutionary biology. In the model, weight parameters
    represent the gene interaction strength that may change due to genetic mutations.
    For a property of interest, we synthesise the constraints over the parameter space
    that represent the set of GRNs satisfying the property. We experimentally show
    that our parameter synthesis procedure computes the mutational robustness of GRNs
    –an important problem of interest in evolutionary biology– more efficiently than
    the classical simulation method. We specify the property in linear temporal logics.
    We employ symbolic bounded model checking and SMT solving to compute the space
    of GRNs that satisfy the property, which amounts to synthesizing a set of linear
    constraints on the weights.
acknowledgement: "SNSF Early Postdoc.Mobility Fellowship, the grant number P2EZP2
  148797.\r\n"
alternative_title:
- LNCS
article_processing_charge: No
arxiv: 1
author:
- first_name: Mirco
  full_name: Giacobbe, Mirco
  id: 3444EA5E-F248-11E8-B48F-1D18A9856A87
  last_name: Giacobbe
  orcid: 0000-0001-8180-0904
- first_name: Calin C
  full_name: Guet, Calin C
  id: 47F8433E-F248-11E8-B48F-1D18A9856A87
  last_name: Guet
  orcid: 0000-0001-6220-2052
- first_name: Ashutosh
  full_name: Gupta, Ashutosh
  id: 335E5684-F248-11E8-B48F-1D18A9856A87
  last_name: Gupta
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Tiago
  full_name: Paixao, Tiago
  id: 2C5658E6-F248-11E8-B48F-1D18A9856A87
  last_name: Paixao
  orcid: 0000-0003-2361-3953
- first_name: Tatjana
  full_name: Petrov, Tatjana
  id: 3D5811FC-F248-11E8-B48F-1D18A9856A87
  last_name: Petrov
  orcid: 0000-0002-9041-0905
citation:
  ama: Giacobbe M, Guet CC, Gupta A, Henzinger TA, Paixao T, Petrov T. Model checking
    gene regulatory networks. 2015;9035:469-483. doi:<a href="https://doi.org/10.1007/978-3-662-46681-0_47">10.1007/978-3-662-46681-0_47</a>
  apa: 'Giacobbe, M., Guet, C. C., Gupta, A., Henzinger, T. A., Paixao, T., &#38;
    Petrov, T. (2015). Model checking gene regulatory networks. Presented at the TACAS:
    Tools and Algorithms for the Construction and Analysis of Systems, London, United
    Kingdom: Springer. <a href="https://doi.org/10.1007/978-3-662-46681-0_47">https://doi.org/10.1007/978-3-662-46681-0_47</a>'
  chicago: Giacobbe, Mirco, Calin C Guet, Ashutosh Gupta, Thomas A Henzinger, Tiago
    Paixao, and Tatjana Petrov. “Model Checking Gene Regulatory Networks.” Lecture
    Notes in Computer Science. Springer, 2015. <a href="https://doi.org/10.1007/978-3-662-46681-0_47">https://doi.org/10.1007/978-3-662-46681-0_47</a>.
  ieee: M. Giacobbe, C. C. Guet, A. Gupta, T. A. Henzinger, T. Paixao, and T. Petrov,
    “Model checking gene regulatory networks,” vol. 9035. Springer, pp. 469–483, 2015.
  ista: Giacobbe M, Guet CC, Gupta A, Henzinger TA, Paixao T, Petrov T. 2015. Model
    checking gene regulatory networks. 9035, 469–483.
  mla: Giacobbe, Mirco, et al. <i>Model Checking Gene Regulatory Networks</i>. Vol.
    9035, Springer, 2015, pp. 469–83, doi:<a href="https://doi.org/10.1007/978-3-662-46681-0_47">10.1007/978-3-662-46681-0_47</a>.
  short: M. Giacobbe, C.C. Guet, A. Gupta, T.A. Henzinger, T. Paixao, T. Petrov, 9035
    (2015) 469–483.
conference:
  end_date: 2015-04-18
  location: London, United Kingdom
  name: 'TACAS: Tools and Algorithms for the Construction and Analysis of Systems'
  start_date: 2015-04-11
date_created: 2018-12-11T11:54:16Z
date_published: 2015-04-01T00:00:00Z
date_updated: 2025-07-10T11:50:42Z
day: '01'
department:
- _id: ToHe
- _id: CaGu
- _id: NiBa
doi: 10.1007/978-3-662-46681-0_47
ec_funded: 1
external_id:
  arxiv:
  - '1410.7704'
intvolume: '      9035'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://arxiv.org/abs/1410.7704
month: '04'
oa: 1
oa_version: Preprint
page: 469 - 483
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
- _id: 25F42A32-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: Z211
  name: Formal methods for the design and analysis of complex systems
- _id: 25B1EC9E-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '618091'
  name: Speed of Adaptation in Population Genetics and Evolutionary Computation
- _id: 25B07788-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '250152'
  name: Limits to selection in biology and in evolutionary computation
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
publication_status: published
publisher: Springer
publist_id: '5267'
quality_controlled: '1'
related_material:
  record:
  - id: '1351'
    relation: later_version
    status: public
scopus_import: '1'
series_title: Lecture Notes in Computer Science
status: public
title: Model checking gene regulatory networks
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 9035
year: '2015'
...
---
_id: '1836'
abstract:
- lang: eng
  text: In the standard framework for worst-case execution time (WCET) analysis of
    programs, the main data structure is a single instance of integer linear programming
    (ILP) that represents the whole program. The instance of this NP-hard problem
    must be solved to find an estimate forWCET, and it must be refined if the estimate
    is not tight.We propose a new framework for WCET analysis, based on abstract segment
    trees (ASTs) as the main data structure. The ASTs have two advantages. First,
    they allow computing WCET by solving a number of independent small ILP instances.
    Second, ASTs store more expressive constraints, thus enabling a more efficient
    and precise refinement procedure. In order to realize our framework algorithmically,
    we develop an algorithm for WCET estimation on ASTs, and we develop an interpolation-based
    counterexample-guided refinement scheme for ASTs. Furthermore, we extend our framework
    to obtain parametric estimates of WCET. We experimentally evaluate our approach
    on a set of examples from WCET benchmark suites and linear-algebra packages. We
    show that our analysis, with comparable effort, provides WCET estimates that in
    many cases significantly improve those computed by existing tools.
alternative_title:
- LNCS
article_processing_charge: No
author:
- first_name: Pavol
  full_name: Cerny, Pavol
  id: 4DCBEFFE-F248-11E8-B48F-1D18A9856A87
  last_name: Cerny
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Laura
  full_name: Kovács, Laura
  last_name: Kovács
- first_name: Arjun
  full_name: Radhakrishna, Arjun
  id: 3B51CAC4-F248-11E8-B48F-1D18A9856A87
  last_name: Radhakrishna
- first_name: Jakob
  full_name: Zwirchmayr, Jakob
  last_name: Zwirchmayr
citation:
  ama: Cerny P, Henzinger TA, Kovács L, Radhakrishna A, Zwirchmayr J. Segment abstraction
    for worst-case execution time analysis. 2015;9032:105-131. doi:<a href="https://doi.org/10.1007/978-3-662-46669-8_5">10.1007/978-3-662-46669-8_5</a>
  apa: 'Cerny, P., Henzinger, T. A., Kovács, L., Radhakrishna, A., &#38; Zwirchmayr,
    J. (2015). Segment abstraction for worst-case execution time analysis. Presented
    at the ESOP: European Symposium on Programming, London, United Kingdom: Springer.
    <a href="https://doi.org/10.1007/978-3-662-46669-8_5">https://doi.org/10.1007/978-3-662-46669-8_5</a>'
  chicago: Cerny, Pavol, Thomas A Henzinger, Laura Kovács, Arjun Radhakrishna, and
    Jakob Zwirchmayr. “Segment Abstraction for Worst-Case Execution Time Analysis.”
    Lecture Notes in Computer Science. Springer, 2015. <a href="https://doi.org/10.1007/978-3-662-46669-8_5">https://doi.org/10.1007/978-3-662-46669-8_5</a>.
  ieee: P. Cerny, T. A. Henzinger, L. Kovács, A. Radhakrishna, and J. Zwirchmayr,
    “Segment abstraction for worst-case execution time analysis,” vol. 9032. Springer,
    pp. 105–131, 2015.
  ista: Cerny P, Henzinger TA, Kovács L, Radhakrishna A, Zwirchmayr J. 2015. Segment
    abstraction for worst-case execution time analysis. 9032, 105–131.
  mla: Cerny, Pavol, et al. <i>Segment Abstraction for Worst-Case Execution Time Analysis</i>.
    Vol. 9032, Springer, 2015, pp. 105–31, doi:<a href="https://doi.org/10.1007/978-3-662-46669-8_5">10.1007/978-3-662-46669-8_5</a>.
  short: P. Cerny, T.A. Henzinger, L. Kovács, A. Radhakrishna, J. Zwirchmayr, 9032
    (2015) 105–131.
conference:
  end_date: 2015-04-18
  location: London, United Kingdom
  name: 'ESOP: European Symposium on Programming'
  start_date: 2015-04-11
date_created: 2018-12-11T11:54:16Z
date_published: 2015-04-01T00:00:00Z
date_updated: 2025-09-23T10:42:04Z
day: '01'
department:
- _id: ToHe
doi: 10.1007/978-3-662-46669-8_5
ec_funded: 1
external_id:
  isi:
  - '000361751400005'
intvolume: '      9032'
isi: 1
language:
- iso: eng
month: '04'
oa_version: None
page: 105 - 131
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
publication_status: published
publisher: Springer
publist_id: '5266'
quality_controlled: '1'
scopus_import: '1'
series_title: Lecture Notes in Computer Science
status: public
title: Segment abstraction for worst-case execution time analysis
type: conference
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 9032
year: '2015'
...
---
_id: '1840'
abstract:
- lang: eng
  text: In this paper, we present a method for reducing a regular, discrete-time Markov
    chain (DTMC) to another DTMC with a given, typically much smaller number of states.
    The cost of reduction is defined as the Kullback-Leibler divergence rate between
    a projection of the original process through a partition function and a DTMC on
    the correspondingly partitioned state space. Finding the reduced model with minimal
    cost is computationally expensive, as it requires an exhaustive search among all
    state space partitions, and an exact evaluation of the reduction cost for each
    candidate partition. Our approach deals with the latter problem by minimizing
    an upper bound on the reduction cost instead of minimizing the exact cost. The
    proposed upper bound is easy to compute and it is tight if the original chain
    is lumpable with respect to the partition. Then, we express the problem in the
    form of information bottleneck optimization, and propose using the agglomerative
    information bottleneck algorithm for searching a suboptimal partition greedily,
    rather than exhaustively. The theory is illustrated with examples and one application
    scenario in the context of modeling bio-molecular interactions.
acknowledgement: "This work was supported by the Austrian Research Association under
  Project 06/12684, by the Swiss National Science Foundation (SNSF) under Grant PP00P2
  128503/1, by the SystemsX.ch (the Swiss Inititative for Systems Biology), and by
  a SNSF Early Postdoc.Mobility Fellowship grant P2EZP2_148797.\r\n"
article_processing_charge: No
arxiv: 1
author:
- first_name: Bernhard
  full_name: Geiger, Bernhard
  last_name: Geiger
- first_name: Tatjana
  full_name: Petrov, Tatjana
  id: 3D5811FC-F248-11E8-B48F-1D18A9856A87
  last_name: Petrov
  orcid: 0000-0002-9041-0905
- first_name: Gernot
  full_name: Kubin, Gernot
  last_name: Kubin
- first_name: Heinz
  full_name: Koeppl, Heinz
  last_name: Koeppl
citation:
  ama: Geiger B, Petrov T, Kubin G, Koeppl H. Optimal Kullback-Leibler aggregation
    via information bottleneck. <i>IEEE Transactions on Automatic Control</i>. 2015;60(4):1010-1022.
    doi:<a href="https://doi.org/10.1109/TAC.2014.2364971">10.1109/TAC.2014.2364971</a>
  apa: Geiger, B., Petrov, T., Kubin, G., &#38; Koeppl, H. (2015). Optimal Kullback-Leibler
    aggregation via information bottleneck. <i>IEEE Transactions on Automatic Control</i>.
    IEEE. <a href="https://doi.org/10.1109/TAC.2014.2364971">https://doi.org/10.1109/TAC.2014.2364971</a>
  chicago: Geiger, Bernhard, Tatjana Petrov, Gernot Kubin, and Heinz Koeppl. “Optimal
    Kullback-Leibler Aggregation via Information Bottleneck.” <i>IEEE Transactions
    on Automatic Control</i>. IEEE, 2015. <a href="https://doi.org/10.1109/TAC.2014.2364971">https://doi.org/10.1109/TAC.2014.2364971</a>.
  ieee: B. Geiger, T. Petrov, G. Kubin, and H. Koeppl, “Optimal Kullback-Leibler aggregation
    via information bottleneck,” <i>IEEE Transactions on Automatic Control</i>, vol.
    60, no. 4. IEEE, pp. 1010–1022, 2015.
  ista: Geiger B, Petrov T, Kubin G, Koeppl H. 2015. Optimal Kullback-Leibler aggregation
    via information bottleneck. IEEE Transactions on Automatic Control. 60(4), 1010–1022.
  mla: Geiger, Bernhard, et al. “Optimal Kullback-Leibler Aggregation via Information
    Bottleneck.” <i>IEEE Transactions on Automatic Control</i>, vol. 60, no. 4, IEEE,
    2015, pp. 1010–22, doi:<a href="https://doi.org/10.1109/TAC.2014.2364971">10.1109/TAC.2014.2364971</a>.
  short: B. Geiger, T. Petrov, G. Kubin, H. Koeppl, IEEE Transactions on Automatic
    Control 60 (2015) 1010–1022.
date_created: 2018-12-11T11:54:18Z
date_published: 2015-04-01T00:00:00Z
date_updated: 2025-09-23T09:45:33Z
day: '01'
department:
- _id: CaGu
- _id: ToHe
doi: 10.1109/TAC.2014.2364971
external_id:
  arxiv:
  - '1304.6603'
  isi:
  - '000351731600009'
intvolume: '        60'
isi: 1
issue: '4'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://arxiv.org/abs/1304.6603
month: '04'
oa: 1
oa_version: Preprint
page: 1010 - 1022
publication: IEEE Transactions on Automatic Control
publication_identifier:
  issn:
  - 0018-9286
publication_status: published
publisher: IEEE
publist_id: '5262'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Optimal Kullback-Leibler aggregation via information bottleneck
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 60
year: '2015'
...
---
_id: '1832'
abstract:
- lang: eng
  text: 'Linearizability of concurrent data structures is usually proved by monolithic
    simulation arguments relying on the identification of the so-called linearization
    points. Regrettably, such proofs, whether manual or automatic, are often complicated
    and scale poorly to advanced non-blocking concurrency patterns, such as helping
    and optimistic updates. In response, we propose a more modular way of checking
    linearizability of concurrent queue algorithms that does not involve identifying
    linearization points. We reduce the task of proving linearizability with respect
    to the queue specification to establishing four basic properties, each of which
    can be proved independently by simpler arguments. As a demonstration of our approach,
    we verify the Herlihy and Wing queue, an algorithm that is challenging to verify
    by a simulation proof. '
article_number: '20'
article_processing_charge: No
article_type: original
author:
- first_name: Soham
  full_name: Chakraborty, Soham
  last_name: Chakraborty
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Ali
  full_name: Sezgin, Ali
  last_name: Sezgin
- first_name: Viktor
  full_name: Vafeiadis, Viktor
  last_name: Vafeiadis
citation:
  ama: Chakraborty S, Henzinger TA, Sezgin A, Vafeiadis V. Aspect-oriented linearizability
    proofs. <i>Logical Methods in Computer Science</i>. 2015;11(1). doi:<a href="https://doi.org/10.2168/LMCS-11(1:20)2015">10.2168/LMCS-11(1:20)2015</a>
  apa: Chakraborty, S., Henzinger, T. A., Sezgin, A., &#38; Vafeiadis, V. (2015).
    Aspect-oriented linearizability proofs. <i>Logical Methods in Computer Science</i>.
    International Federation for Computational Logic. <a href="https://doi.org/10.2168/LMCS-11(1:20)2015">https://doi.org/10.2168/LMCS-11(1:20)2015</a>
  chicago: Chakraborty, Soham, Thomas A Henzinger, Ali Sezgin, and Viktor Vafeiadis.
    “Aspect-Oriented Linearizability Proofs.” <i>Logical Methods in Computer Science</i>.
    International Federation for Computational Logic, 2015. <a href="https://doi.org/10.2168/LMCS-11(1:20)2015">https://doi.org/10.2168/LMCS-11(1:20)2015</a>.
  ieee: S. Chakraborty, T. A. Henzinger, A. Sezgin, and V. Vafeiadis, “Aspect-oriented
    linearizability proofs,” <i>Logical Methods in Computer Science</i>, vol. 11,
    no. 1. International Federation for Computational Logic, 2015.
  ista: Chakraborty S, Henzinger TA, Sezgin A, Vafeiadis V. 2015. Aspect-oriented
    linearizability proofs. Logical Methods in Computer Science. 11(1), 20.
  mla: Chakraborty, Soham, et al. “Aspect-Oriented Linearizability Proofs.” <i>Logical
    Methods in Computer Science</i>, vol. 11, no. 1, 20, International Federation
    for Computational Logic, 2015, doi:<a href="https://doi.org/10.2168/LMCS-11(1:20)2015">10.2168/LMCS-11(1:20)2015</a>.
  short: S. Chakraborty, T.A. Henzinger, A. Sezgin, V. Vafeiadis, Logical Methods
    in Computer Science 11 (2015).
corr_author: '1'
das_tickbox: '1'
date_created: 2018-12-11T11:54:15Z
date_published: 2015-04-01T00:00:00Z
date_updated: 2026-07-06T13:24:05Z
day: '01'
ddc:
- '000'
department:
- _id: ToHe
doi: 10.2168/LMCS-11(1:20)2015
ec_funded: 1
external_id:
  isi:
  - '000353193000019'
file:
- access_level: open_access
  checksum: 7370e164d0a731f442424a92669efc34
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:11:27Z
  date_updated: 2020-07-14T12:45:17Z
  file_id: '4881'
  file_name: IST-2015-390-v1+1_1502.07639.pdf
  file_size: 380203
  relation: main_file
file_date_updated: 2020-07-14T12:45:17Z
has_accepted_license: '1'
intvolume: '        11'
isi: 1
issue: '1'
language:
- iso: eng
license: https://creativecommons.org/licenses/by-nd/4.0/
month: '04'
oa: 1
oa_version: Published Version
project:
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
publication: Logical Methods in Computer Science
publication_status: published
publisher: International Federation for Computational Logic
publist_id: '5271'
pubrep_id: '390'
quality_controlled: '1'
related_material:
  record:
  - id: '2328'
    relation: earlier_version
    status: public
scopus_import: '1'
status: public
title: Aspect-oriented linearizability proofs
tmp:
  image: /image/cc_by_nd.png
  legal_code_url: https://creativecommons.org/licenses/by-nd/4.0/legalcode
  name: Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)
  short: CC BY-ND (4.0)
type: journal_article
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 11
year: '2015'
...
---
OA_place: repository
OA_type: green
_id: '1610'
abstract:
- lang: eng
  text: The edit distance between two words w1, w2 is the minimal number of word operations
    (letter insertions, deletions, and substitutions) necessary to transform w1 to
    w2. The edit distance generalizes to languages L1,L2, where the edit distance
    is the minimal number k such that for every word from L1 there exists a word in
    L2 with edit distance at most k. We study the edit distance computation problem
    between pushdown automata and their subclasses. The problem of computing edit
    distance to pushdown automata is undecidable, and in practice, the interesting
    question is to compute the edit distance from a pushdown automaton (the implementation,
    a standard model for programs with recursion) to a regular language (the specification).
    In this work, we present a complete picture of decidability and complexity for
    deciding whether, for a given threshold k, the edit distance from a pushdown automaton
    to a finite automaton is at most k.
acknowledgement: "This research was funded in part by the European Research Council
  (ERC) under\r\ngrant agreement 267989 (QUAREM), by the Austrian Science Fund (FWF)
  projects\r\nS11402-N23 (RiSE) and Z211-N23 (Wittgenstein Award), FWF Grant No P23499-\r\nN23,
  FWF NFN Grant No S11407-N23 (RiSE), ERC Start grant (279307: Graph\r\nGames), and
  MSR faculty fellows award."
alternative_title:
- LNCS
article_processing_charge: No
arxiv: 1
author:
- first_name: Krishnendu
  full_name: Chatterjee, Krishnendu
  id: 2E5DCA20-F248-11E8-B48F-1D18A9856A87
  last_name: Chatterjee
  orcid: 0000-0002-4561-241X
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Rasmus
  full_name: Ibsen-Jensen, Rasmus
  id: 3B699956-F248-11E8-B48F-1D18A9856A87
  last_name: Ibsen-Jensen
  orcid: 0000-0003-4783-0389
- first_name: Jan
  full_name: Otop, Jan
  id: 2FC5DA74-F248-11E8-B48F-1D18A9856A87
  last_name: Otop
citation:
  ama: 'Chatterjee K, Henzinger TA, Ibsen-Jensen R, Otop J. Edit distance for pushdown
    automata. In: <i>42nd International Colloquium on Automata, Languages, and Programming</i>.
    Vol 9135. Springer Nature; 2015:121-133. doi:<a href="https://doi.org/10.1007/978-3-662-47666-6_10">10.1007/978-3-662-47666-6_10</a>'
  apa: 'Chatterjee, K., Henzinger, T. A., Ibsen-Jensen, R., &#38; Otop, J. (2015).
    Edit distance for pushdown automata. In <i>42nd International Colloquium on Automata,
    Languages, and Programming</i> (Vol. 9135, pp. 121–133). Kyoto, Japan: Springer
    Nature. <a href="https://doi.org/10.1007/978-3-662-47666-6_10">https://doi.org/10.1007/978-3-662-47666-6_10</a>'
  chicago: Chatterjee, Krishnendu, Thomas A Henzinger, Rasmus Ibsen-Jensen, and Jan
    Otop. “Edit Distance for Pushdown Automata.” In <i>42nd International Colloquium
    on Automata, Languages, and Programming</i>, 9135:121–33. Springer Nature, 2015.
    <a href="https://doi.org/10.1007/978-3-662-47666-6_10">https://doi.org/10.1007/978-3-662-47666-6_10</a>.
  ieee: K. Chatterjee, T. A. Henzinger, R. Ibsen-Jensen, and J. Otop, “Edit distance
    for pushdown automata,” in <i>42nd International Colloquium on Automata, Languages,
    and Programming</i>, Kyoto, Japan, 2015, vol. 9135, no. Part II, pp. 121–133.
  ista: 'Chatterjee K, Henzinger TA, Ibsen-Jensen R, Otop J. 2015. Edit distance for
    pushdown automata. 42nd International Colloquium on Automata, Languages, and Programming.
    ICALP: Automata, Languages and Programming, LNCS, vol. 9135, 121–133.'
  mla: Chatterjee, Krishnendu, et al. “Edit Distance for Pushdown Automata.” <i>42nd
    International Colloquium on Automata, Languages, and Programming</i>, vol. 9135,
    no. Part II, Springer Nature, 2015, pp. 121–33, doi:<a href="https://doi.org/10.1007/978-3-662-47666-6_10">10.1007/978-3-662-47666-6_10</a>.
  short: K. Chatterjee, T.A. Henzinger, R. Ibsen-Jensen, J. Otop, in:, 42nd International
    Colloquium on Automata, Languages, and Programming, Springer Nature, 2015, pp.
    121–133.
conference:
  end_date: 2015-07-10
  location: Kyoto, Japan
  name: 'ICALP: Automata, Languages and Programming'
  start_date: 2015-07-06
date_created: 2018-12-11T11:53:01Z
date_published: 2015-07-01T00:00:00Z
date_updated: 2026-07-06T13:27:53Z
day: '01'
department:
- _id: KrCh
- _id: ToHe
doi: 10.1007/978-3-662-47666-6_10
ec_funded: 1
external_id:
  arxiv:
  - '1504.08259'
  isi:
  - '000364317900010'
intvolume: '      9135'
isi: 1
issue: Part II
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1504.08259
month: '07'
oa: 1
oa_version: Preprint
page: 121 - 133
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25F42A32-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: Z211
  name: Formal methods for the design and analysis of complex systems
- _id: 2584A770-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: P 23499-N23
  name: Modern Graph Algorithmic Techniques in Formal Verification
- _id: 25863FF4-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S11407
  name: Game Theory
- _id: 2581B60A-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '279307'
  name: 'Quantitative Graph Games: Theory and Applications'
- _id: 2587B514-B435-11E9-9278-68D0E5697425
  name: Microsoft Research Faculty Fellowship
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
publication: 42nd International Colloquium on Automata, Languages, and Programming
publication_identifier:
  isbn:
  - 978-3-662-47665-9
publication_status: published
publisher: Springer Nature
publist_id: '5556'
pubrep_id: '321'
quality_controlled: '1'
related_material:
  record:
  - id: '5438'
    relation: earlier_version
    status: public
  - id: '465'
    relation: later_version
    status: public
scopus_import: '1'
status: public
title: Edit distance for pushdown automata
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 9135
year: '2015'
...
---
OA_place: repository
OA_type: green
_id: '1657'
abstract:
- lang: eng
  text: '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
    optimization with respect to both objectives at once, thus unifying the existing
    semantics. Precisely, the goal is to optimize the expectation while ensuring the
    satisfaction constraint. Our problem captures the notion of optimization with
    respect to strategies that are risk-averse (i.e., Ensure certain probabilistic
    guarantee). Our main results are as follows: First, we present algorithms for
    the decision problems, which are always polynomial in the size of the MDP. We
    also show that an approximation of the Pareto curve can be computed in time polynomial
    in the size of the MDP, and the approximation factor, but exponential in the number
    of dimensions. Second, we present a complete characterization of the strategy
    complexity (in terms of memory bounds and randomization) required to solve our
    problem. '
acknowledgement: "A Technical Report of this paper is available at DOI: 10.15479/AT:IST-2015-318-v1-1\r\n"
alternative_title:
- LICS
article_processing_charge: No
author:
- first_name: Krishnendu
  full_name: Chatterjee, Krishnendu
  id: 2E5DCA20-F248-11E8-B48F-1D18A9856A87
  last_name: Chatterjee
  orcid: 0000-0002-4561-241X
- first_name: Zuzana
  full_name: Komárková, Zuzana
  last_name: Komárková
- first_name: Jan
  full_name: Kretinsky, Jan
  id: 44CEF464-F248-11E8-B48F-1D18A9856A87
  last_name: Kretinsky
  orcid: 0000-0002-8122-2881
citation:
  ama: Chatterjee K, Komárková Z, Kretinsky J. Unifying two views on multiple mean-payoff
    objectives in Markov decision processes. 2015:244-256. doi:<a href="https://doi.org/10.1109/LICS.2015.32">10.1109/LICS.2015.32</a>
  apa: 'Chatterjee, K., Komárková, Z., &#38; Kretinsky, J. (2015). Unifying two views
    on multiple mean-payoff objectives in Markov decision processes. Presented at
    the LICS: Logic in Computer Science, Kyoto, Japan: IEEE. <a href="https://doi.org/10.1109/LICS.2015.32">https://doi.org/10.1109/LICS.2015.32</a>'
  chicago: Chatterjee, Krishnendu, Zuzana Komárková, and Jan Kretinsky. “Unifying
    Two Views on Multiple Mean-Payoff Objectives in Markov Decision Processes.” LICS.
    IEEE, 2015. <a href="https://doi.org/10.1109/LICS.2015.32">https://doi.org/10.1109/LICS.2015.32</a>.
  ieee: K. Chatterjee, Z. Komárková, and J. Kretinsky, “Unifying two views on multiple
    mean-payoff objectives in Markov decision processes.” IEEE, pp. 244–256, 2015.
  ista: Chatterjee K, Komárková Z, Kretinsky J. 2015. Unifying two views on multiple
    mean-payoff objectives in Markov decision processes. , 244–256.
  mla: Chatterjee, Krishnendu, et al. <i>Unifying Two Views on Multiple Mean-Payoff
    Objectives in Markov Decision Processes</i>. IEEE, 2015, pp. 244–56, doi:<a href="https://doi.org/10.1109/LICS.2015.32">10.1109/LICS.2015.32</a>.
  short: K. Chatterjee, Z. Komárková, J. Kretinsky, (2015) 244–256.
conference:
  end_date: 2015-07-10
  location: Kyoto, Japan
  name: 'LICS: Logic in Computer Science'
  start_date: 2015-07-06
date_created: 2018-12-11T11:53:18Z
date_published: 2015-07-01T00:00:00Z
date_updated: 2026-07-06T13:26:26Z
day: '01'
department:
- _id: KrCh
- _id: ToHe
doi: 10.1109/LICS.2015.32
ec_funded: 1
external_id:
  isi:
  - '000380427100024'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.15479/AT:IST-2015-318-v1-1
month: '07'
oa: 1
oa_version: Preprint
page: 244 - 256
project:
- _id: 2584A770-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: P 23499-N23
  name: Modern Graph Algorithmic Techniques in Formal Verification
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
- _id: 25F42A32-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: Z211
  name: Formal methods for the design and analysis of complex systems
- _id: 2581B60A-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '279307'
  name: 'Quantitative Graph Games: Theory and Applications'
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25681D80-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '291734'
  name: International IST Postdoc Fellowship Programme
publication_status: published
publisher: IEEE
publist_id: '5493'
quality_controlled: '1'
related_material:
  record:
  - id: '5429'
    relation: earlier_version
    status: public
  - id: '5435'
    relation: earlier_version
    status: public
  - id: '466'
    relation: later_version
    status: public
scopus_import: '1'
series_title: LICS
status: public
title: Unifying two views on multiple mean-payoff objectives in Markov decision processes
type: conference
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
year: '2015'
...
---
OA_place: repository
OA_type: green
_id: '1656'
abstract:
- lang: eng
  text: Recently there has been a significant effort to handle quantitative properties
    in formal verification and synthesis. While weighted automata over finite and
    infinite words provide a natural and flexible framework to express quantitative
    properties, perhaps surprisingly, some basic system properties such as average
    response time cannot be expressed using weighted automata, nor in any other know
    decidable formalism. In this work, we introduce nested weighted automata as a
    natural extension of weighted automata which makes it possible to express important
    quantitative properties such as average response time. In nested weighted automata,
    a master automaton spins off and collects results from weighted slave automata,
    each of which computes a quantity along a finite portion of an infinite word.
    Nested weighted automata can be viewed as the quantitative analogue of monitor
    automata, which are used in run-time verification. We establish an almost complete
    decidability picture for the basic decision problems about nested weighted automata,
    and illustrate their applicability in several domains. In particular, nested weighted
    automata can be used to decide average response time properties.
acknowledgement: "This research was funded in part by the European Research Council
  (ERC) under grant agreement 267989 (QUAREM), by the Austrian Science Fund (FWF)
  projects S11402-N23 (RiSE), Z211-N23 (Wittgenstein Award), FWF Grant No P23499-
  N23, FWF NFN Grant No S11407-N23 (RiSE), ERC Start grant (279307: Graph Games),
  and Microsoft faculty fellows award.\r\nA Technical Report of the paper is available
  at: \r\nhttps://repository.ist.ac.at/331/\r\n"
article_number: '7174926'
article_processing_charge: No
arxiv: 1
author:
- first_name: Krishnendu
  full_name: Chatterjee, Krishnendu
  id: 2E5DCA20-F248-11E8-B48F-1D18A9856A87
  last_name: Chatterjee
  orcid: 0000-0002-4561-241X
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Jan
  full_name: Otop, Jan
  id: 2FC5DA74-F248-11E8-B48F-1D18A9856A87
  last_name: Otop
citation:
  ama: 'Chatterjee K, Henzinger TA, Otop J. Nested weighted automata. In: <i>Proceedings
    - Symposium on Logic in Computer Science</i>. Vol 2015-July. IEEE; 2015. doi:<a
    href="https://doi.org/10.1109/LICS.2015.72">10.1109/LICS.2015.72</a>'
  apa: 'Chatterjee, K., Henzinger, T. A., &#38; Otop, J. (2015). Nested weighted automata.
    In <i>Proceedings - Symposium on Logic in Computer Science</i> (Vol. 2015–July).
    Kyoto, Japan: IEEE. <a href="https://doi.org/10.1109/LICS.2015.72">https://doi.org/10.1109/LICS.2015.72</a>'
  chicago: Chatterjee, Krishnendu, Thomas A Henzinger, and Jan Otop. “Nested Weighted
    Automata.” In <i>Proceedings - Symposium on Logic in Computer Science</i>, Vol.
    2015–July. IEEE, 2015. <a href="https://doi.org/10.1109/LICS.2015.72">https://doi.org/10.1109/LICS.2015.72</a>.
  ieee: K. Chatterjee, T. A. Henzinger, and J. Otop, “Nested weighted automata,” in
    <i>Proceedings - Symposium on Logic in Computer Science</i>, Kyoto, Japan, 2015,
    vol. 2015–July.
  ista: 'Chatterjee K, Henzinger TA, Otop J. 2015. Nested weighted automata. Proceedings
    - Symposium on Logic in Computer Science. LICS: Logic in Computer Science vol.
    2015–July, 7174926.'
  mla: Chatterjee, Krishnendu, et al. “Nested Weighted Automata.” <i>Proceedings -
    Symposium on Logic in Computer Science</i>, vol. 2015–July, 7174926, IEEE, 2015,
    doi:<a href="https://doi.org/10.1109/LICS.2015.72">10.1109/LICS.2015.72</a>.
  short: K. Chatterjee, T.A. Henzinger, J. Otop, in:, Proceedings - Symposium on Logic
    in Computer Science, IEEE, 2015.
conference:
  end_date: 2015-07-10
  location: Kyoto, Japan
  name: 'LICS: Logic in Computer Science'
  start_date: 2015-07-06
corr_author: '1'
date_created: 2018-12-11T11:53:17Z
date_published: 2015-07-31T00:00:00Z
date_updated: 2026-07-07T14:01:10Z
day: '31'
department:
- _id: KrCh
- _id: ToHe
doi: 10.1109/LICS.2015.72
ec_funded: 1
external_id:
  arxiv:
  - '1606.03598'
  isi:
  - '000380427100064'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.48550/arXiv.1606.03598
month: '07'
oa: 1
oa_version: Preprint
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
- _id: 25F42A32-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: Z211
  name: Formal methods for the design and analysis of complex systems
- _id: 2584A770-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: P 23499-N23
  name: Modern Graph Algorithmic Techniques in Formal Verification
- _id: 2581B60A-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '279307'
  name: 'Quantitative Graph Games: Theory and Applications'
- _id: 2587B514-B435-11E9-9278-68D0E5697425
  name: Microsoft Research Faculty Fellowship
publication: Proceedings - Symposium on Logic in Computer Science
publication_status: published
publisher: IEEE
publist_id: '5494'
quality_controlled: '1'
related_material:
  record:
  - id: '5415'
    relation: earlier_version
    status: public
  - id: '5436'
    relation: earlier_version
    status: public
  - id: '467'
    relation: later_version
    status: public
scopus_import: '1'
status: public
title: Nested weighted automata
type: conference
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 2015-July
year: '2015'
...
---
_id: '5436'
abstract:
- lang: eng
  text: "Recently there has been a significant effort to handle quantitative properties
    in formal verification and synthesis. While weighted automata over finite and
    infinite words provide a natural and flexible framework to express quantitative
    properties, perhaps surprisingly, some basic system properties such as average
    response time cannot be expressed using weighted automata, nor in any other know
    decidable formalism. In this work, we introduce nested weighted automata as a
    natural extension of weighted automata which makes it possible to express important
    quantitative properties such as average response time.\r\nIn nested weighted automata,
    a master automaton spins off and collects results from weighted slave automata,
    each of which computes a quantity along a finite portion of an infinite word.
    Nested weighted automata can be viewed as the quantitative analogue of monitor
    automata, which are used in run-time verification. We establish an almost complete
    decidability picture for the basic decision problems about nested weighted automata,
    and illustrate their applicability in several domains. In particular, nested weighted
    automata can be used to decide average response time properties."
alternative_title:
- IST Austria Technical Report
author:
- first_name: Krishnendu
  full_name: Chatterjee, Krishnendu
  id: 2E5DCA20-F248-11E8-B48F-1D18A9856A87
  last_name: Chatterjee
  orcid: 0000-0002-4561-241X
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Jan
  full_name: Otop, Jan
  id: 2FC5DA74-F248-11E8-B48F-1D18A9856A87
  last_name: Otop
citation:
  ama: Chatterjee K, Henzinger TA, Otop J. <i>Nested Weighted Automata</i>. IST Austria;
    2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-170-v2-2">10.15479/AT:IST-2015-170-v2-2</a>
  apa: Chatterjee, K., Henzinger, T. A., &#38; Otop, J. (2015). <i>Nested weighted
    automata</i>. IST Austria. <a href="https://doi.org/10.15479/AT:IST-2015-170-v2-2">https://doi.org/10.15479/AT:IST-2015-170-v2-2</a>
  chicago: Chatterjee, Krishnendu, Thomas A Henzinger, and Jan Otop. <i>Nested Weighted
    Automata</i>. IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-170-v2-2">https://doi.org/10.15479/AT:IST-2015-170-v2-2</a>.
  ieee: K. Chatterjee, T. A. Henzinger, and J. Otop, <i>Nested weighted automata</i>.
    IST Austria, 2015.
  ista: Chatterjee K, Henzinger TA, Otop J. 2015. Nested weighted automata, IST Austria,
    29p.
  mla: Chatterjee, Krishnendu, et al. <i>Nested Weighted Automata</i>. IST Austria,
    2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-170-v2-2">10.15479/AT:IST-2015-170-v2-2</a>.
  short: K. Chatterjee, T.A. Henzinger, J. Otop, Nested Weighted Automata, IST Austria,
    2015.
date_created: 2018-12-12T11:39:19Z
date_published: 2015-04-24T00:00:00Z
date_updated: 2026-07-07T14:01:10Z
day: '24'
ddc:
- '000'
department:
- _id: KrCh
- _id: ToHe
doi: 10.15479/AT:IST-2015-170-v2-2
file:
- access_level: open_access
  checksum: 3c402f47d3669c28d04d1af405a08e3f
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:54:19Z
  date_updated: 2020-07-14T12:46:54Z
  file_id: '5541'
  file_name: IST-2015-170-v2+2_report.pdf
  file_size: 569991
  relation: main_file
file_date_updated: 2020-07-14T12:46:54Z
has_accepted_license: '1'
language:
- iso: eng
month: '04'
oa: 1
oa_version: Published Version
page: '29'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '331'
related_material:
  record:
  - id: '5415'
    relation: earlier_version
    status: public
  - id: '1656'
    relation: later_version
    status: public
  - id: '467'
    relation: later_version
    status: public
status: public
title: Nested weighted automata
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
OA_place: repository
OA_type: green
_id: '2217'
abstract:
- lang: eng
  text: "As hybrid systems involve continuous behaviors, they should be evaluated
    by quantitative methods, rather than qualitative methods. In this paper we adapt
    a quantitative framework, called model measuring, to the hybrid systems domain.
    The model-measuring problem asks, given a model M and a specification, what is
    the maximal distance such that all models within that distance from M satisfy
    (or violate) the specification. A distance function on models is given as part
    of the input of the problem. Distances, especially related to continuous behaviors
    are more natural in the hybrid case than the discrete case. We are interested
    in distances represented by monotonic hybrid automata, a hybrid counterpart of
    (discrete) weighted automata, whose recognized timed languages are monotone (w.r.t.
    inclusion) in the values of parameters.\r\n\r\nThe contributions of this paper
    are twofold. First, we give sufficient conditions under which the model-measuring
    problem can be solved. Second, we discuss the modeling of distances and applications
    of the model-measuring problem."
acknowledgement: "This  work  was  supported  in  part  by  the  Austrian  Science
  Fund  NFN  RiSE  (Rigorous  Systems  Engineering)  and  by the ERC Advanced Grant
  QUAREM (Quantitative Reactive Modeling).\r\nA Technical Report of this paper is
  available at: \r\nhttps://repository.ist.ac.at/id/eprint/171"
article_processing_charge: No
author:
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Jan
  full_name: Otop, Jan
  id: 2FC5DA74-F248-11E8-B48F-1D18A9856A87
  last_name: Otop
citation:
  ama: 'Henzinger TA, Otop J. Model measuring for hybrid systems. In: <i>Proceedings
    of the 17th International Conference on Hybrid Systems: Computation and Control</i>.
    Springer; 2014:213-222. doi:<a href="https://doi.org/10.1145/2562059.2562130">10.1145/2562059.2562130</a>'
  apa: 'Henzinger, T. A., &#38; Otop, J. (2014). Model measuring for hybrid systems.
    In <i>Proceedings of the 17th international conference on Hybrid systems: computation
    and control</i> (pp. 213–222). Berlin, Germany: Springer. <a href="https://doi.org/10.1145/2562059.2562130">https://doi.org/10.1145/2562059.2562130</a>'
  chicago: 'Henzinger, Thomas A, and Jan Otop. “Model Measuring for Hybrid Systems.”
    In <i>Proceedings of the 17th International Conference on Hybrid Systems: Computation
    and Control</i>, 213–22. Springer, 2014. <a href="https://doi.org/10.1145/2562059.2562130">https://doi.org/10.1145/2562059.2562130</a>.'
  ieee: 'T. A. Henzinger and J. Otop, “Model measuring for hybrid systems,” in <i>Proceedings
    of the 17th international conference on Hybrid systems: computation and control</i>,
    Berlin, Germany, 2014, pp. 213–222.'
  ista: 'Henzinger TA, Otop J. 2014. Model measuring for hybrid systems. Proceedings
    of the 17th international conference on Hybrid systems: computation and control.
    HSCC: Hybrid Systems - Computation and Control, 213–222.'
  mla: 'Henzinger, Thomas A., and Jan Otop. “Model Measuring for Hybrid Systems.”
    <i>Proceedings of the 17th International Conference on Hybrid Systems: Computation
    and Control</i>, Springer, 2014, pp. 213–22, doi:<a href="https://doi.org/10.1145/2562059.2562130">10.1145/2562059.2562130</a>.'
  short: 'T.A. Henzinger, J. Otop, in:, Proceedings of the 17th International Conference
    on Hybrid Systems: Computation and Control, Springer, 2014, pp. 213–222.'
conference:
  end_date: 2014-04-17
  location: Berlin, Germany
  name: 'HSCC: Hybrid Systems - Computation and Control'
  start_date: 2014-04-15
date_created: 2018-12-11T11:56:23Z
date_published: 2014-04-01T00:00:00Z
date_updated: 2025-06-26T08:32:32Z
day: '01'
department:
- _id: ToHe
doi: 10.1145/2562059.2562130
ec_funded: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://doi.org/10.15479/AT:IST-2014-171-v1-1
month: '04'
oa: 1
oa_version: Preprint
page: 213 - 222
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
publication: 'Proceedings of the 17th international conference on Hybrid systems:
  computation and control'
publication_status: published
publisher: Springer
publist_id: '4751'
quality_controlled: '1'
related_material:
  record:
  - id: '5416'
    relation: earlier_version
    status: public
scopus_import: '1'
status: public
title: Model measuring for hybrid systems
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2014'
...
---
_id: '2218'
abstract:
- lang: eng
  text: While fixing concurrency bugs, program repair algorithms may introduce new
    concurrency bugs. We present an algorithm that avoids such regressions. The solution
    space is given by a set of program transformations we consider in the repair process.
    These include reordering of instructions within a thread and inserting atomic
    sections. The new algorithm learns a constraint on the space of candidate solutions,
    from both positive examples (error-free traces) and counterexamples (error traces).
    From each counterexample, the algorithm learns a constraint necessary to remove
    the errors. From each positive examples, it learns a constraint that is necessary
    in order to prevent the repair from turning the trace into an error trace. We
    implemented the algorithm and evaluated it on simplified Linux device drivers
    with known bugs.
alternative_title:
- LNCS
author:
- first_name: Pavol
  full_name: Cerny, Pavol
  last_name: Cerny
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Arjun
  full_name: Radhakrishna, Arjun
  id: 3B51CAC4-F248-11E8-B48F-1D18A9856A87
  last_name: Radhakrishna
- first_name: Leonid
  full_name: Ryzhyk, Leonid
  last_name: Ryzhyk
- first_name: Thorsten
  full_name: Tarrach, Thorsten
  id: 3D6E8F2C-F248-11E8-B48F-1D18A9856A87
  last_name: Tarrach
  orcid: 0000-0003-4409-8487
citation:
  ama: 'Cerny P, Henzinger TA, Radhakrishna A, Ryzhyk L, Tarrach T. Regression-free
    synthesis for concurrency. In: Vol 8559. Springer; 2014:568-584. doi:<a href="https://doi.org/10.1007/978-3-319-08867-9_38">10.1007/978-3-319-08867-9_38</a>'
  apa: 'Cerny, P., Henzinger, T. A., Radhakrishna, A., Ryzhyk, L., &#38; Tarrach,
    T. (2014). Regression-free synthesis for concurrency (Vol. 8559, pp. 568–584).
    Presented at the CAV: Computer Aided Verification, Vienna, Austria: Springer.
    <a href="https://doi.org/10.1007/978-3-319-08867-9_38">https://doi.org/10.1007/978-3-319-08867-9_38</a>'
  chicago: Cerny, Pavol, Thomas A Henzinger, Arjun Radhakrishna, Leonid Ryzhyk, and
    Thorsten Tarrach. “Regression-Free Synthesis for Concurrency,” 8559:568–84. Springer,
    2014. <a href="https://doi.org/10.1007/978-3-319-08867-9_38">https://doi.org/10.1007/978-3-319-08867-9_38</a>.
  ieee: 'P. Cerny, T. A. Henzinger, A. Radhakrishna, L. Ryzhyk, and T. Tarrach, “Regression-free
    synthesis for concurrency,” presented at the CAV: Computer Aided Verification,
    Vienna, Austria, 2014, vol. 8559, pp. 568–584.'
  ista: 'Cerny P, Henzinger TA, Radhakrishna A, Ryzhyk L, Tarrach T. 2014. Regression-free
    synthesis for concurrency. CAV: Computer Aided Verification, LNCS, vol. 8559,
    568–584.'
  mla: Cerny, Pavol, et al. <i>Regression-Free Synthesis for Concurrency</i>. Vol.
    8559, Springer, 2014, pp. 568–84, doi:<a href="https://doi.org/10.1007/978-3-319-08867-9_38">10.1007/978-3-319-08867-9_38</a>.
  short: P. Cerny, T.A. Henzinger, A. Radhakrishna, L. Ryzhyk, T. Tarrach, in:, Springer,
    2014, pp. 568–584.
conference:
  end_date: 2014-07-22
  location: Vienna, Austria
  name: 'CAV: Computer Aided Verification'
  start_date: 2014-07-18
date_created: 2018-12-11T11:56:23Z
date_published: 2014-07-22T00:00:00Z
date_updated: 2026-04-09T10:54:00Z
day: '22'
ddc:
- '000'
department:
- _id: ToHe
doi: 10.1007/978-3-319-08867-9_38
ec_funded: 1
file:
- access_level: open_access
  checksum: a631d3105509f239724644e77a1212e2
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:13:14Z
  date_updated: 2020-07-14T12:45:33Z
  file_id: '4995'
  file_name: IST-2014-297-v1+1_cav14-final.pdf
  file_size: 416732
  relation: main_file
- access_level: open_access
  checksum: f8b0f748cc9fa697ca992cc56c87bc4e
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:13:15Z
  date_updated: 2020-07-14T12:45:33Z
  file_id: '4996'
  file_name: IST-2014-297-v2+1_cav14-final2.pdf
  file_size: 616293
  relation: main_file
file_date_updated: 2020-07-14T12:45:33Z
has_accepted_license: '1'
intvolume: '      8559'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://link.springer.com/chapter/10.1007%2F978-3-319-08867-9_38
month: '07'
oa: 1
oa_version: Submitted Version
page: 568 - 584
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25F5A88A-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S11402-N23
  name: Moderne Concurrency Paradigms
publication_identifier:
  isbn:
  - 978-331908866-2
publication_status: published
publisher: Springer
publist_id: '4749'
pubrep_id: '297'
quality_controlled: '1'
related_material:
  record:
  - id: '1130'
    relation: dissertation_contains
    status: public
scopus_import: '1'
status: public
title: Regression-free synthesis for concurrency
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 8559
year: '2014'
...
---
_id: '2239'
abstract:
- lang: eng
  text: The analysis of the energy consumption of software is an important goal for
    quantitative formal methods. Current methods, using weighted transition systems
    or energy games, model the energy source as an ideal resource whose status is
    characterized by one number, namely the amount of remaining energy. Real batteries,
    however, exhibit behaviors that can deviate substantially from an ideal energy
    resource. Based on a discretization of a standard continuous battery model, we
    introduce battery transition systems. In this model, a battery is viewed as consisting
    of two parts-the available-charge tank and the bound-charge tank. Any charge or
    discharge is applied to the available-charge tank. Over time, the energy from
    each tank diffuses to the other tank. Battery transition systems are infinite
    state systems that, being not well-structured, fall into no decidable class that
    is known to us. Nonetheless, we are able to prove that the !-regular modelchecking
    problem is decidable for battery transition systems. We also present a case study
    on the verification of control programs for energy-constrained semi-autonomous
    robots.
author:
- first_name: Udi
  full_name: Boker, Udi
  id: 31E297B6-F248-11E8-B48F-1D18A9856A87
  last_name: Boker
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Arjun
  full_name: Radhakrishna, Arjun
  id: 3B51CAC4-F248-11E8-B48F-1D18A9856A87
  last_name: Radhakrishna
citation:
  ama: 'Boker U, Henzinger TA, Radhakrishna A. Battery transition systems. In: Vol
    49. ACM; 2014:595-606. doi:<a href="https://doi.org/10.1145/2535838.2535875">10.1145/2535838.2535875</a>'
  apa: 'Boker, U., Henzinger, T. A., &#38; Radhakrishna, A. (2014). Battery transition
    systems (Vol. 49, pp. 595–606). Presented at the POPL: Principles of Programming
    Languages, San Diego, USA: ACM. <a href="https://doi.org/10.1145/2535838.2535875">https://doi.org/10.1145/2535838.2535875</a>'
  chicago: Boker, Udi, Thomas A Henzinger, and Arjun Radhakrishna. “Battery Transition
    Systems,” 49:595–606. ACM, 2014. <a href="https://doi.org/10.1145/2535838.2535875">https://doi.org/10.1145/2535838.2535875</a>.
  ieee: 'U. Boker, T. A. Henzinger, and A. Radhakrishna, “Battery transition systems,”
    presented at the POPL: Principles of Programming Languages, San Diego, USA, 2014,
    vol. 49, no. 1, pp. 595–606.'
  ista: 'Boker U, Henzinger TA, Radhakrishna A. 2014. Battery transition systems.
    POPL: Principles of Programming Languages vol. 49, 595–606.'
  mla: Boker, Udi, et al. <i>Battery Transition Systems</i>. Vol. 49, no. 1, ACM,
    2014, pp. 595–606, doi:<a href="https://doi.org/10.1145/2535838.2535875">10.1145/2535838.2535875</a>.
  short: U. Boker, T.A. Henzinger, A. Radhakrishna, in:, ACM, 2014, pp. 595–606.
conference:
  end_date: 2014-01-24
  location: San Diego, USA
  name: 'POPL: Principles of Programming Languages'
  start_date: 2014-01-22
date_created: 2018-12-11T11:56:30Z
date_published: 2014-01-13T00:00:00Z
date_updated: 2021-01-12T06:56:13Z
day: '13'
department:
- _id: ToHe
doi: 10.1145/2535838.2535875
ec_funded: 1
intvolume: '        49'
issue: '1'
language:
- iso: eng
month: '01'
oa_version: None
page: 595 - 606
project:
- _id: 25832EC2-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S 11407_N23
  name: Rigorous Systems Engineering
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
publication_identifier:
  isbn:
  - 978-145032544-8
publication_status: published
publisher: ACM
publist_id: '4722'
quality_controlled: '1'
scopus_import: 1
status: public
title: Battery transition systems
type: conference
user_id: 4435EBFC-F248-11E8-B48F-1D18A9856A87
volume: 49
year: '2014'
...
---
_id: '2167'
abstract:
- lang: eng
  text: Model-based testing is a promising technology for black-box software and hardware
    testing, in which test cases are generated automatically from high-level specifications.
    Nowadays, systems typically consist of multiple interacting components and, due
    to their complexity, testing presents a considerable portion of the effort and
    cost in the design process. Exploiting the compositional structure of system specifications
    can considerably reduce the effort in model-based testing. Moreover, inferring
    properties about the system from testing its individual components allows the
    designer to reduce the amount of integration testing. In this paper, we study
    compositional properties of the ioco-testing theory. We propose a new approach
    to composition and hiding operations, inspired by contract-based design and interface
    theories. These operations preserve behaviors that are compatible under composition
    and hiding, and prune away incompatible ones. The resulting specification characterizes
    the input sequences for which the unit testing of components is sufficient to
    infer the correctness of component integration without the need for further tests.
    We provide a methodology that uses these results to minimize integration testing
    effort, but also to detect potential weaknesses in specifications. While we focus
    on asynchronous models and the ioco conformance relation, the resulting methodology
    can be applied to a broader class of systems.
article_number: '6823899'
article_processing_charge: No
arxiv: 1
author:
- first_name: Przemyslaw
  full_name: Daca, Przemyslaw
  id: 49351290-F248-11E8-B48F-1D18A9856A87
  last_name: Daca
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Willibald
  full_name: Krenn, Willibald
  last_name: Krenn
- first_name: Dejan
  full_name: Nickovic, Dejan
  last_name: Nickovic
citation:
  ama: 'Daca P, Henzinger TA, Krenn W, Nickovic D. Compositional specifications for
    IOCO testing. In: <i>IEEE 7th International Conference on Software Testing, Verification
    and Validation</i>. IEEE; 2014. doi:<a href="https://doi.org/10.1109/ICST.2014.50">10.1109/ICST.2014.50</a>'
  apa: 'Daca, P., Henzinger, T. A., Krenn, W., &#38; Nickovic, D. (2014). Compositional
    specifications for IOCO testing. In <i>IEEE 7th International Conference on Software
    Testing, Verification and Validation</i>. Cleveland, USA: IEEE. <a href="https://doi.org/10.1109/ICST.2014.50">https://doi.org/10.1109/ICST.2014.50</a>'
  chicago: Daca, Przemyslaw, Thomas A Henzinger, Willibald Krenn, and Dejan Nickovic.
    “Compositional Specifications for IOCO Testing.” In <i>IEEE 7th International
    Conference on Software Testing, Verification and Validation</i>. IEEE, 2014. <a
    href="https://doi.org/10.1109/ICST.2014.50">https://doi.org/10.1109/ICST.2014.50</a>.
  ieee: P. Daca, T. A. Henzinger, W. Krenn, and D. Nickovic, “Compositional specifications
    for IOCO testing,” in <i>IEEE 7th International Conference on Software Testing,
    Verification and Validation</i>, Cleveland, USA, 2014.
  ista: 'Daca P, Henzinger TA, Krenn W, Nickovic D. 2014. Compositional specifications
    for IOCO testing. IEEE 7th International Conference on Software Testing, Verification
    and Validation. ICST: International Conference on Software Testing, Verification
    and Validation, 6823899.'
  mla: Daca, Przemyslaw, et al. “Compositional Specifications for IOCO Testing.” <i>IEEE
    7th International Conference on Software Testing, Verification and Validation</i>,
    6823899, IEEE, 2014, doi:<a href="https://doi.org/10.1109/ICST.2014.50">10.1109/ICST.2014.50</a>.
  short: P. Daca, T.A. Henzinger, W. Krenn, D. Nickovic, in:, IEEE 7th International
    Conference on Software Testing, Verification and Validation, IEEE, 2014.
conference:
  end_date: 2014-04-04
  location: Cleveland, USA
  name: 'ICST: International Conference on Software Testing, Verification and Validation'
  start_date: 2014-03-31
date_created: 2018-12-11T11:56:06Z
date_published: 2014-03-01T00:00:00Z
date_updated: 2026-04-15T10:02:12Z
day: '01'
department:
- _id: ToHe
doi: 10.1109/ICST.2014.50
ec_funded: 1
external_id:
  arxiv:
  - '1904.07083'
  isi:
  - '000355985000040'
isi: 1
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://arxiv.org/abs/1904.07083
month: '03'
oa: 1
oa_version: Preprint
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25F5A88A-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S11402-N23
  name: Moderne Concurrency Paradigms
publication: IEEE 7th International Conference on Software Testing, Verification and
  Validation
publication_identifier:
  isbn:
  - 978-1-4799-2255-0
  issn:
  - 2159-4848
publication_status: published
publisher: IEEE
publist_id: '4817'
quality_controlled: '1'
related_material:
  record:
  - id: '5411'
    relation: earlier_version
    status: public
  - id: '1155'
    relation: dissertation_contains
    status: public
scopus_import: '1'
status: public
title: Compositional specifications for IOCO testing
type: conference
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
year: '2014'
...
---
_id: '2187'
abstract:
- lang: eng
  text: 'Systems should not only be correct but also robust in the sense that they
    behave reasonably in unexpected situations. This article addresses synthesis of
    robust reactive systems from temporal specifications. Existing methods allow arbitrary
    behavior if assumptions in the specification are violated. To overcome this, we
    define two robustness notions, combine them, and show how to enforce them in synthesis.
    The first notion applies to safety properties: If safety assumptions are violated
    temporarily, we require that the system recovers to normal operation with as few
    errors as possible. The second notion requires that, if liveness assumptions are
    violated, as many guarantees as possible should be fulfilled nevertheless. We
    present a synthesis procedure achieving this for the important class of GR(1)
    specifications, and establish complexity bounds. We also present an implementation
    of a special case of robustness, and show experimental results.'
article_processing_charge: No
article_type: original
author:
- first_name: Roderick
  full_name: Bloem, Roderick
  last_name: Bloem
- first_name: Krishnendu
  full_name: Chatterjee, Krishnendu
  id: 2E5DCA20-F248-11E8-B48F-1D18A9856A87
  last_name: Chatterjee
  orcid: 0000-0002-4561-241X
- first_name: Karin
  full_name: Greimel, Karin
  last_name: Greimel
- first_name: Thomas A
  full_name: Henzinger, Thomas A
  id: 40876CD8-F248-11E8-B48F-1D18A9856A87
  last_name: Henzinger
  orcid: 0000−0002−2985−7724
- first_name: Georg
  full_name: Hofferek, Georg
  last_name: Hofferek
- first_name: Barbara
  full_name: Jobstmann, Barbara
  last_name: Jobstmann
- first_name: Bettina
  full_name: Könighofer, Bettina
  last_name: Könighofer
- first_name: Robert
  full_name: Könighofer, Robert
  last_name: Könighofer
citation:
  ama: Bloem R, Chatterjee K, Greimel K, et al. Synthesizing robust systems. <i>Acta
    Informatica</i>. 2014;51(3-4):193-220. doi:<a href="https://doi.org/10.1007/s00236-013-0191-5">10.1007/s00236-013-0191-5</a>
  apa: Bloem, R., Chatterjee, K., Greimel, K., Henzinger, T. A., Hofferek, G., Jobstmann,
    B., … Könighofer, R. (2014). Synthesizing robust systems. <i>Acta Informatica</i>.
    Springer. <a href="https://doi.org/10.1007/s00236-013-0191-5">https://doi.org/10.1007/s00236-013-0191-5</a>
  chicago: Bloem, Roderick, Krishnendu Chatterjee, Karin Greimel, Thomas A Henzinger,
    Georg Hofferek, Barbara Jobstmann, Bettina Könighofer, and Robert Könighofer.
    “Synthesizing Robust Systems.” <i>Acta Informatica</i>. Springer, 2014. <a href="https://doi.org/10.1007/s00236-013-0191-5">https://doi.org/10.1007/s00236-013-0191-5</a>.
  ieee: R. Bloem <i>et al.</i>, “Synthesizing robust systems,” <i>Acta Informatica</i>,
    vol. 51, no. 3–4. Springer, pp. 193–220, 2014.
  ista: Bloem R, Chatterjee K, Greimel K, Henzinger TA, Hofferek G, Jobstmann B, Könighofer
    B, Könighofer R. 2014. Synthesizing robust systems. Acta Informatica. 51(3–4),
    193–220.
  mla: Bloem, Roderick, et al. “Synthesizing Robust Systems.” <i>Acta Informatica</i>,
    vol. 51, no. 3–4, Springer, 2014, pp. 193–220, doi:<a href="https://doi.org/10.1007/s00236-013-0191-5">10.1007/s00236-013-0191-5</a>.
  short: R. Bloem, K. Chatterjee, K. Greimel, T.A. Henzinger, G. Hofferek, B. Jobstmann,
    B. Könighofer, R. Könighofer, Acta Informatica 51 (2014) 193–220.
date_created: 2018-12-11T11:56:13Z
date_published: 2014-06-01T00:00:00Z
date_updated: 2025-09-29T11:32:51Z
day: '01'
ddc:
- '621'
department:
- _id: KrCh
- _id: ToHe
doi: 10.1007/s00236-013-0191-5
ec_funded: 1
external_id:
  isi:
  - '000335981500004'
file:
- access_level: open_access
  checksum: d7f560f3d923f0f00aa10a0652f83273
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:16:44Z
  date_updated: 2020-07-14T12:45:31Z
  file_id: '5234'
  file_name: IST-2012-71-v1+1_Synthesizing_robust_systems.pdf
  file_size: 169523
  relation: main_file
file_date_updated: 2020-07-14T12:45:31Z
has_accepted_license: '1'
intvolume: '        51'
isi: 1
issue: 3-4
language:
- iso: eng
month: '06'
oa: 1
oa_version: Submitted Version
page: 193 - 220
project:
- _id: 25F5A88A-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S11402-N23
  name: Moderne Concurrency Paradigms
- _id: 2584A770-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: P 23499-N23
  name: Modern Graph Algorithmic Techniques in Formal Verification
- _id: 2581B60A-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '279307'
  name: 'Quantitative Graph Games: Theory and Applications'
- _id: 2587B514-B435-11E9-9278-68D0E5697425
  name: Microsoft Research Faculty Fellowship
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
publication: Acta Informatica
publication_status: published
publisher: Springer
publist_id: '4787'
pubrep_id: '71'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Synthesizing robust systems
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 51
year: '2014'
...
---
_id: '2190'
abstract:
- lang: eng
  text: We present a new algorithm to construct a (generalized) deterministic Rabin
    automaton for an LTL formula φ. The automaton is the product of a master automaton
    and an array of slave automata, one for each G-subformula of φ. 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 logical
    structure, which allows for various optimizations. Our construction subsumes former
    algorithms for fragments of LTL. Experimental results show improvement in the
    sizes of the resulting automata compared to existing methods.
acknowledgement: The author is on leave from Faculty of Informatics, Masaryk University,
  Czech Republic, and partially supported by the Czech Science Foundation, grant No.
  P202/12/G061.
alternative_title:
- LNCS
article_processing_charge: No
arxiv: 1
author:
- first_name: Javier
  full_name: Esparza, Javier
  last_name: Esparza
- first_name: Jan
  full_name: Kretinsky, Jan
  id: 44CEF464-F248-11E8-B48F-1D18A9856A87
  last_name: Kretinsky
  orcid: 0000-0002-8122-2881
citation:
  ama: 'Esparza J, Kretinsky J. From LTL to deterministic automata: A safraless compositional
    approach. In: Vol 8559. Springer; 2014:192-208. doi:<a href="https://doi.org/10.1007/978-3-319-08867-9_13">10.1007/978-3-319-08867-9_13</a>'
  apa: 'Esparza, J., &#38; Kretinsky, J. (2014). From LTL to deterministic automata:
    A safraless compositional approach (Vol. 8559, pp. 192–208). Presented at the
    CAV: Computer Aided Verification, Springer. <a href="https://doi.org/10.1007/978-3-319-08867-9_13">https://doi.org/10.1007/978-3-319-08867-9_13</a>'
  chicago: 'Esparza, Javier, and Jan Kretinsky. “From LTL to Deterministic Automata:
    A Safraless Compositional Approach,” 8559:192–208. Springer, 2014. <a href="https://doi.org/10.1007/978-3-319-08867-9_13">https://doi.org/10.1007/978-3-319-08867-9_13</a>.'
  ieee: 'J. Esparza and J. Kretinsky, “From LTL to deterministic automata: A safraless
    compositional approach,” presented at the CAV: Computer Aided Verification, 2014,
    vol. 8559, pp. 192–208.'
  ista: 'Esparza J, Kretinsky J. 2014. From LTL to deterministic automata: A safraless
    compositional approach. CAV: Computer Aided Verification, LNCS, vol. 8559, 192–208.'
  mla: 'Esparza, Javier, and Jan Kretinsky. <i>From LTL to Deterministic Automata:
    A Safraless Compositional Approach</i>. Vol. 8559, Springer, 2014, pp. 192–208,
    doi:<a href="https://doi.org/10.1007/978-3-319-08867-9_13">10.1007/978-3-319-08867-9_13</a>.'
  short: J. Esparza, J. Kretinsky, in:, Springer, 2014, pp. 192–208.
conference:
  name: 'CAV: Computer Aided Verification'
corr_author: '1'
date_created: 2018-12-11T11:56:14Z
date_published: 2014-01-01T00:00:00Z
date_updated: 2025-06-11T08:01:04Z
day: '01'
department:
- _id: ToHe
- _id: KrCh
doi: 10.1007/978-3-319-08867-9_13
ec_funded: 1
external_id:
  arxiv:
  - '1402.3388'
intvolume: '      8559'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://arxiv.org/abs/1402.3388
month: '01'
oa: 1
oa_version: Submitted Version
page: 192 - 208
project:
- _id: 25EE3708-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '267989'
  name: Quantitative Reactive Modeling
- _id: 25F5A88A-B435-11E9-9278-68D0E5697425
  call_identifier: FWF
  grant_number: S11402-N23
  name: Moderne Concurrency Paradigms
publication_status: published
publisher: Springer
publist_id: '4784'
quality_controlled: '1'
scopus_import: '1'
status: public
title: 'From LTL to deterministic automata: A safraless compositional approach'
type: conference
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
volume: 8559
year: '2014'
...
