---
_id: '5430'
abstract:
- lang: eng
  text: We consider the core algorithmic problems related to verification of systems
    with respect to three classical quantitative properties, namely, the mean- payoff
    property, the ratio property, and the minimum initial credit for energy property.
    The algorithmic problem given a graph and a quantitative property asks to compute
    the optimal value (the infimum value over all traces) from every node of the graph.
    We consider graphs with constant treewidth, and it is well-known that the control-flow
    graphs of most programs have constant treewidth. Let n denote the number of nodes
    of a graph, m the number of edges (for constant treewidth graphs m = O ( n ) )
    and W the largest absolute value of the weights. Our main theoretical results
    are as follows. First, for constant treewidth graphs we present an algorithm that
    approximates the mean-payoff value within a mul- tiplicative factor of ∊ in time
    O ( n · log( n/∊ )) and linear space, as compared to the classical algorithms
    that require quadratic time. Second, for the ratio property we present an algorithm
    that for constant treewidth graphs works in time O ( n · log( | a · b · n | ))
    = O ( n · log( n · W )) , when the output is a b , as compared to the previously
    best known algorithm with running time O ( n 2 · log( n · W )) . Third, for the
    minimum initial credit problem we show that (i) for general graphs the problem
    can be solved in O ( n 2 · m ) time and the associated decision problem can be
    solved in O ( n · m ) time, improving the previous known O ( n 3 · m · log( n
    · W )) and O ( n 2 · m ) bounds, respectively; and (ii) for constant treewidth
    graphs we present an algorithm that requires O ( n · log n ) time, improving the
    previous known O ( n 4 · log( n · W )) bound. We have implemented some of our
    algorithms and show that they present a significant speedup on standard benchmarks.
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: Rasmus
  full_name: Ibsen-Jensen, Rasmus
  id: 3B699956-F248-11E8-B48F-1D18A9856A87
  last_name: Ibsen-Jensen
  orcid: 0000-0003-4783-0389
- first_name: Andreas
  full_name: Pavlogiannis, Andreas
  id: 49704004-F248-11E8-B48F-1D18A9856A87
  last_name: Pavlogiannis
  orcid: 0000-0002-8943-0722
citation:
  ama: Chatterjee K, Ibsen-Jensen R, Pavlogiannis A. <i>Faster Algorithms for Quantitative
    Verification in Constant Treewidth Graphs</i>. IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-319-v1-1">10.15479/AT:IST-2015-319-v1-1</a>
  apa: Chatterjee, K., Ibsen-Jensen, R., &#38; Pavlogiannis, A. (2015). <i>Faster
    algorithms for quantitative verification in constant treewidth graphs</i>. IST
    Austria. <a href="https://doi.org/10.15479/AT:IST-2015-319-v1-1">https://doi.org/10.15479/AT:IST-2015-319-v1-1</a>
  chicago: Chatterjee, Krishnendu, Rasmus Ibsen-Jensen, and Andreas Pavlogiannis.
    <i>Faster Algorithms for Quantitative Verification in Constant Treewidth Graphs</i>.
    IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-319-v1-1">https://doi.org/10.15479/AT:IST-2015-319-v1-1</a>.
  ieee: K. Chatterjee, R. Ibsen-Jensen, and A. Pavlogiannis, <i>Faster algorithms
    for quantitative verification in constant treewidth graphs</i>. IST Austria, 2015.
  ista: Chatterjee K, Ibsen-Jensen R, Pavlogiannis A. 2015. Faster algorithms for
    quantitative verification in constant treewidth graphs, IST Austria, 31p.
  mla: Chatterjee, Krishnendu, et al. <i>Faster Algorithms for Quantitative Verification
    in Constant Treewidth Graphs</i>. IST Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-319-v1-1">10.15479/AT:IST-2015-319-v1-1</a>.
  short: K. Chatterjee, R. Ibsen-Jensen, A. Pavlogiannis, Faster Algorithms for Quantitative
    Verification in Constant Treewidth Graphs, IST Austria, 2015.
date_created: 2018-12-12T11:39:17Z
date_published: 2015-02-10T00:00:00Z
date_updated: 2025-09-23T08:47:23Z
day: '10'
ddc:
- '000'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-319-v1-1
file:
- access_level: open_access
  checksum: 62c6ea01e342553dcafb88a070fb1ad5
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:53:21Z
  date_updated: 2020-07-14T12:46:52Z
  file_id: '5482'
  file_name: IST-2015-319-v1+1_long.pdf
  file_size: 1089651
  relation: main_file
file_date_updated: 2020-07-14T12:46:52Z
has_accepted_license: '1'
language:
- iso: eng
month: '02'
oa: 1
oa_version: Published Version
page: '31'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '319'
related_material:
  record:
  - id: '5437'
    relation: later_version
    status: public
  - id: '1607'
    relation: later_version
    status: public
status: public
title: Faster algorithms for quantitative verification in constant treewidth graphs
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5431'
abstract:
- lang: eng
  text: "We consider finite-state concurrent stochastic games, played by k>=2 players
    for an infinite number of rounds, where in every round, each player simultaneously
    and independently of the other players chooses an action, whereafter the successor
    state is determined by a probability distribution given by the current state and
    the chosen actions. We consider reachability objectives that given a target set
    of states require that some state in the target set is visited, and the dual safety
    objectives that given a target set require that only states in the target set
    are visited. We are interested in the complexity of stationary strategies measured
    by their patience, which is defined as the inverse of the smallest non-zero probability
    employed.\r\n\r\n Our main results are as follows: We show that in two-player
    zero-sum concurrent stochastic games (with reachability objective for one player
    and the complementary safety objective for the other player): (i) the optimal
    bound on the patience of optimal and epsilon-optimal strategies, for both players
    is doubly exponential; and (ii) even in games with a single non-absorbing state
    exponential (in the number of actions) patience is necessary. In general we study
    the class of non-zero-sum games admitting epsilon-Nash equilibria. We show that
    if there is at least one player with reachability objective, then doubly-exponential
    patience is needed in general for epsilon-Nash equilibrium strategies, whereas
    in contrast if all players have safety objectives, then the optimal bound on patience
    for epsilon-Nash equilibrium strategies is only exponential."
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: Rasmus
  full_name: Ibsen-Jensen, Rasmus
  id: 3B699956-F248-11E8-B48F-1D18A9856A87
  last_name: Ibsen-Jensen
  orcid: 0000-0003-4783-0389
- first_name: Kristoffer
  full_name: Hansen, Kristoffer
  last_name: Hansen
citation:
  ama: Chatterjee K, Ibsen-Jensen R, Hansen K. <i>The Patience of Concurrent Stochastic
    Games with Safety and Reachability Objectives</i>. IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-322-v1-1">10.15479/AT:IST-2015-322-v1-1</a>
  apa: Chatterjee, K., Ibsen-Jensen, R., &#38; Hansen, K. (2015). <i>The patience
    of concurrent stochastic games with safety and reachability objectives</i>. IST
    Austria. <a href="https://doi.org/10.15479/AT:IST-2015-322-v1-1">https://doi.org/10.15479/AT:IST-2015-322-v1-1</a>
  chicago: Chatterjee, Krishnendu, Rasmus Ibsen-Jensen, and Kristoffer Hansen. <i>The
    Patience of Concurrent Stochastic Games with Safety and Reachability Objectives</i>.
    IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-322-v1-1">https://doi.org/10.15479/AT:IST-2015-322-v1-1</a>.
  ieee: K. Chatterjee, R. Ibsen-Jensen, and K. Hansen, <i>The patience of concurrent
    stochastic games with safety and reachability objectives</i>. IST Austria, 2015.
  ista: Chatterjee K, Ibsen-Jensen R, Hansen K. 2015. The patience of concurrent stochastic
    games with safety and reachability objectives, IST Austria, 25p.
  mla: Chatterjee, Krishnendu, et al. <i>The Patience of Concurrent Stochastic Games
    with Safety and Reachability Objectives</i>. IST Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-322-v1-1">10.15479/AT:IST-2015-322-v1-1</a>.
  short: K. Chatterjee, R. Ibsen-Jensen, K. Hansen, The Patience of Concurrent Stochastic
    Games with Safety and Reachability Objectives, IST Austria, 2015.
date_created: 2018-12-12T11:39:17Z
date_published: 2015-02-19T00:00:00Z
date_updated: 2021-01-12T08:02:13Z
day: '19'
ddc:
- '005'
- '519'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-322-v1-1
file:
- access_level: open_access
  checksum: bfb858262c30445b8e472c40069178a2
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:53:31Z
  date_updated: 2020-07-14T12:46:53Z
  file_id: '5491'
  file_name: IST-2015-322-v1+1_safetygames.pdf
  file_size: 661015
  relation: main_file
file_date_updated: 2020-07-14T12:46:53Z
has_accepted_license: '1'
language:
- iso: eng
month: '02'
oa: 1
oa_version: Published Version
page: '25'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '322'
status: public
title: The patience of concurrent stochastic games with safety and reachability objectives
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5432'
abstract:
- lang: eng
  text: "Evolution occurs in populations of reproducing individuals. The structure
    of the population affects the outcome of the evolutionary process. Evolutionary
    graph theory is a powerful approach to study this phenomenon. There are two graphs.
    The interaction graph specifies who interacts with whom in the context of evolution.The
    replacement graph specifies who competes with whom for reproduction. \r\nThe vertices
    of the two graphs are the same, and each vertex corresponds to an individual of
    the population. A key quantity is the fixation probability of a new mutant. It
    is defined as the probability that a newly introduced mutant (on a single vertex)
    generates a lineage of offspring which eventually takes over the entire population
    of resident individuals. The basic computational questions are as follows: (i)
    the qualitative question asks whether the fixation probability is positive; and
    (ii) the quantitative approximation question asks for an approximation of the
    fixation probability. \r\nOur main results are:\r\n(1) We show that the qualitative
    question is NP-complete and the quantitative approximation question is #P-hard
    in the special case when the interaction and the replacement graphs coincide and
    even with the restriction that the resident individuals do not reproduce (which
    corresponds to an invading population taking over an empty structure).\r\n(2)
    We show that in general the qualitative question is PSPACE-complete and the quantitative
    approximation question is PSPACE-hard and can be solved in exponential time.\r\n"
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: Rasmus
  full_name: Ibsen-Jensen, Rasmus
  id: 3B699956-F248-11E8-B48F-1D18A9856A87
  last_name: Ibsen-Jensen
  orcid: 0000-0003-4783-0389
- first_name: Martin
  full_name: Nowak, Martin
  last_name: Nowak
citation:
  ama: Chatterjee K, Ibsen-Jensen R, Nowak M. <i>The Complexity of Evolutionary Games
    on Graphs</i>. IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-323-v1-1">10.15479/AT:IST-2015-323-v1-1</a>
  apa: Chatterjee, K., Ibsen-Jensen, R., &#38; Nowak, M. (2015). <i>The complexity
    of evolutionary games on graphs</i>. IST Austria. <a href="https://doi.org/10.15479/AT:IST-2015-323-v1-1">https://doi.org/10.15479/AT:IST-2015-323-v1-1</a>
  chicago: Chatterjee, Krishnendu, Rasmus Ibsen-Jensen, and Martin Nowak. <i>The Complexity
    of Evolutionary Games on Graphs</i>. IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-323-v1-1">https://doi.org/10.15479/AT:IST-2015-323-v1-1</a>.
  ieee: K. Chatterjee, R. Ibsen-Jensen, and M. Nowak, <i>The complexity of evolutionary
    games on graphs</i>. IST Austria, 2015.
  ista: Chatterjee K, Ibsen-Jensen R, Nowak M. 2015. The complexity of evolutionary
    games on graphs, IST Austria, 29p.
  mla: Chatterjee, Krishnendu, et al. <i>The Complexity of Evolutionary Games on Graphs</i>.
    IST Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-323-v1-1">10.15479/AT:IST-2015-323-v1-1</a>.
  short: K. Chatterjee, R. Ibsen-Jensen, M. Nowak, The Complexity of Evolutionary
    Games on Graphs, IST Austria, 2015.
date_created: 2018-12-12T11:39:18Z
date_published: 2015-02-19T00:00:00Z
date_updated: 2023-02-23T12:26:33Z
day: '19'
ddc:
- '005'
- '576'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-323-v1-1
file:
- access_level: open_access
  checksum: 546c1b291d545e7b24aaaf4199dac671
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:53:57Z
  date_updated: 2020-07-14T12:46:53Z
  file_id: '5519'
  file_name: IST-2015-323-v1+1_main.pdf
  file_size: 576347
  relation: main_file
file_date_updated: 2020-07-14T12:46:53Z
has_accepted_license: '1'
language:
- iso: eng
month: '02'
oa: 1
oa_version: Published Version
page: '29'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '323'
related_material:
  record:
  - id: '5421'
    relation: earlier_version
    status: public
  - id: '5440'
    relation: later_version
    status: public
status: public
title: The complexity of evolutionary games on graphs
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5435'
abstract:
- lang: eng
  text: "We consider Markov decision processes (MDPs) with multiple limit-average
    (or mean-payoff) objectives. \r\nThere have been 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.
    \ \r\nWe consider the problem where the goal is to optimize the expectation under
    the constraint that the satisfaction semantics is ensured, and thus consider a
    generalization that unifies the existing semantics. Our problem captures the notion
    of optimization with respect to strategies that are risk-averse (i.e., ensures
    certain probabilistic guarantee).\r\nOur main results are algorithms for the decision
    problem which are always polynomial in the size of the MDP.\r\nWe 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. Finally, we present a complete characterization of the strategy complexity
    (in terms of memory bounds and randomization) required to solve our problem."
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: Zuzana
  full_name: Komarkova, Zuzana
  last_name: Komarkova
- 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, Komarkova Z, Kretinsky J. <i>Unifying Two Views on Multiple Mean-Payoff
    Objectives in Markov Decision Processes</i>. IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-318-v2-1">10.15479/AT:IST-2015-318-v2-1</a>
  apa: Chatterjee, K., Komarkova, Z., &#38; Kretinsky, J. (2015). <i>Unifying two
    views on multiple mean-payoff objectives in Markov decision processes</i>. IST
    Austria. <a href="https://doi.org/10.15479/AT:IST-2015-318-v2-1">https://doi.org/10.15479/AT:IST-2015-318-v2-1</a>
  chicago: Chatterjee, Krishnendu, Zuzana Komarkova, and Jan Kretinsky. <i>Unifying
    Two Views on Multiple Mean-Payoff Objectives in Markov Decision Processes</i>.
    IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-318-v2-1">https://doi.org/10.15479/AT:IST-2015-318-v2-1</a>.
  ieee: K. Chatterjee, Z. Komarkova, and J. Kretinsky, <i>Unifying two views on multiple
    mean-payoff objectives in Markov decision processes</i>. IST Austria, 2015.
  ista: Chatterjee K, Komarkova Z, Kretinsky J. 2015. Unifying two views on multiple
    mean-payoff objectives in Markov decision processes, IST Austria, 51p.
  mla: Chatterjee, Krishnendu, et al. <i>Unifying Two Views on Multiple Mean-Payoff
    Objectives in Markov Decision Processes</i>. IST Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-318-v2-1">10.15479/AT:IST-2015-318-v2-1</a>.
  short: K. Chatterjee, Z. Komarkova, J. Kretinsky, Unifying Two Views on Multiple
    Mean-Payoff Objectives in Markov Decision Processes, IST Austria, 2015.
date_created: 2018-12-12T11:39:19Z
date_published: 2015-02-23T00:00:00Z
date_updated: 2025-09-29T11:00:42Z
day: '23'
ddc:
- '004'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-318-v2-1
file:
- access_level: open_access
  checksum: 75284adec80baabdfe71ff9ebbc27445
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:54:03Z
  date_updated: 2020-07-14T12:46:53Z
  file_id: '5525'
  file_name: IST-2015-318-v2+1_main.pdf
  file_size: 717630
  relation: main_file
file_date_updated: 2020-07-14T12:46:53Z
has_accepted_license: '1'
language:
- iso: eng
month: '02'
oa: 1
oa_version: Published Version
page: '51'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '327'
related_material:
  record:
  - id: '5429'
    relation: earlier_version
    status: public
  - id: '466'
    relation: later_version
    status: public
  - id: '1657'
    relation: later_version
    status: public
status: public
title: Unifying two views on multiple mean-payoff objectives in Markov decision processes
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
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: 2025-09-23T09:39:58Z
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: '467'
    relation: later_version
    status: public
  - id: '1656'
    relation: later_version
    status: public
status: public
title: Nested weighted automata
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5437'
abstract:
- lang: eng
  text: "We consider the core algorithmic problems related to verification of systems
    with respect to three classical quantitative properties, namely, the mean-payoff
    property, the ratio property, and the minimum initial credit for energy property.
    \r\nThe algorithmic problem given a graph and a quantitative property asks to
    compute the optimal value (the infimum value over all traces) from every node
    of the graph. We consider graphs with constant treewidth, and it is well-known
    that the control-flow graphs of most programs have constant treewidth. Let $n$
    denote the number of nodes of a graph, $m$ the number of edges (for constant treewidth
    graphs $m=O(n)$) and $W$ the largest absolute value of the weights.\r\nOur main
    theoretical results are as follows.\r\nFirst, for constant treewidth graphs we
    present an algorithm that approximates the mean-payoff value within a multiplicative
    factor of $\\epsilon$ in time $O(n \\cdot \\log (n/\\epsilon))$ and linear space,
    as compared to the classical algorithms that require quadratic time. Second, for
    the ratio property we present an algorithm that for constant treewidth graphs
    works in time $O(n \\cdot \\log (|a\\cdot b|))=O(n\\cdot\\log (n\\cdot W))$, when
    the output is $\\frac{a}{b}$, as compared to the previously best known algorithm
    with running time $O(n^2 \\cdot \\log (n\\cdot W))$. Third, for the minimum initial
    credit problem we show that (i)~for general graphs the problem can be solved in
    $O(n^2\\cdot m)$ time and the associated decision problem can be solved in $O(n\\cdot
    m)$ time, improving the previous known $O(n^3\\cdot m\\cdot \\log (n\\cdot W))$
    and $O(n^2 \\cdot m)$ bounds, respectively; and (ii)~for constant treewidth graphs
    we present an algorithm that requires $O(n\\cdot \\log n)$ time, improving the
    previous known $O(n^4 \\cdot \\log (n \\cdot W))$ bound.\r\nWe have implemented
    some of our algorithms and show that they present a significant speedup on standard
    benchmarks. "
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: Rasmus
  full_name: Ibsen-Jensen, Rasmus
  id: 3B699956-F248-11E8-B48F-1D18A9856A87
  last_name: Ibsen-Jensen
  orcid: 0000-0003-4783-0389
- first_name: Andreas
  full_name: Pavlogiannis, Andreas
  id: 49704004-F248-11E8-B48F-1D18A9856A87
  last_name: Pavlogiannis
  orcid: 0000-0002-8943-0722
citation:
  ama: Chatterjee K, Ibsen-Jensen R, Pavlogiannis A. <i>Faster Algorithms for Quantitative
    Verification in Constant Treewidth Graphs</i>. IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-330-v2-1">10.15479/AT:IST-2015-330-v2-1</a>
  apa: Chatterjee, K., Ibsen-Jensen, R., &#38; Pavlogiannis, A. (2015). <i>Faster
    algorithms for quantitative verification in constant treewidth graphs</i>. IST
    Austria. <a href="https://doi.org/10.15479/AT:IST-2015-330-v2-1">https://doi.org/10.15479/AT:IST-2015-330-v2-1</a>
  chicago: Chatterjee, Krishnendu, Rasmus Ibsen-Jensen, and Andreas Pavlogiannis.
    <i>Faster Algorithms for Quantitative Verification in Constant Treewidth Graphs</i>.
    IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-330-v2-1">https://doi.org/10.15479/AT:IST-2015-330-v2-1</a>.
  ieee: K. Chatterjee, R. Ibsen-Jensen, and A. Pavlogiannis, <i>Faster algorithms
    for quantitative verification in constant treewidth graphs</i>. IST Austria, 2015.
  ista: Chatterjee K, Ibsen-Jensen R, Pavlogiannis A. 2015. Faster algorithms for
    quantitative verification in constant treewidth graphs, IST Austria, 27p.
  mla: Chatterjee, Krishnendu, et al. <i>Faster Algorithms for Quantitative Verification
    in Constant Treewidth Graphs</i>. IST Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-330-v2-1">10.15479/AT:IST-2015-330-v2-1</a>.
  short: K. Chatterjee, R. Ibsen-Jensen, A. Pavlogiannis, Faster Algorithms for Quantitative
    Verification in Constant Treewidth Graphs, IST Austria, 2015.
date_created: 2018-12-12T11:39:19Z
date_published: 2015-04-27T00:00:00Z
date_updated: 2025-09-23T08:47:23Z
day: '27'
ddc:
- '000'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-330-v2-1
file:
- access_level: open_access
  checksum: f5917c20f84018b362d385c000a2e123
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:53:12Z
  date_updated: 2020-07-14T12:46:54Z
  file_id: '5473'
  file_name: IST-2015-330-v2+1_main.pdf
  file_size: 1072137
  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: '27'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '333'
related_material:
  record:
  - id: '5430'
    relation: earlier_version
    status: public
  - id: '1607'
    relation: later_version
    status: public
status: public
title: Faster algorithms for quantitative verification in constant treewidth graphs
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5438'
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.\r\nThe problem of computing edit
    distance to a pushdown automaton 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. "
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: 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. <i>Edit Distance for Pushdown
    Automata</i>. IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-334-v1-1">10.15479/AT:IST-2015-334-v1-1</a>
  apa: Chatterjee, K., Henzinger, T. A., Ibsen-Jensen, R., &#38; Otop, J. (2015).
    <i>Edit distance for pushdown automata</i>. IST Austria. <a href="https://doi.org/10.15479/AT:IST-2015-334-v1-1">https://doi.org/10.15479/AT:IST-2015-334-v1-1</a>
  chicago: Chatterjee, Krishnendu, Thomas A Henzinger, Rasmus Ibsen-Jensen, and Jan
    Otop. <i>Edit Distance for Pushdown Automata</i>. IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-334-v1-1">https://doi.org/10.15479/AT:IST-2015-334-v1-1</a>.
  ieee: K. Chatterjee, T. A. Henzinger, R. Ibsen-Jensen, and J. Otop, <i>Edit distance
    for pushdown automata</i>. IST Austria, 2015.
  ista: Chatterjee K, Henzinger TA, Ibsen-Jensen R, Otop J. 2015. Edit distance for
    pushdown automata, IST Austria, 15p.
  mla: Chatterjee, Krishnendu, et al. <i>Edit Distance for Pushdown Automata</i>.
    IST Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-334-v1-1">10.15479/AT:IST-2015-334-v1-1</a>.
  short: K. Chatterjee, T.A. Henzinger, R. Ibsen-Jensen, J. Otop, Edit Distance for
    Pushdown Automata, IST Austria, 2015.
date_created: 2018-12-12T11:39:20Z
date_published: 2015-05-05T00:00:00Z
date_updated: 2026-04-29T06:14:48Z
day: '05'
ddc:
- '004'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-334-v1-1
file:
- access_level: open_access
  checksum: 8a5f2d77560e552af87eb1982437a43b
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:53:56Z
  date_updated: 2020-07-14T12:46:55Z
  file_id: '5518'
  file_name: IST-2015-334-v1+1_report.pdf
  file_size: 422573
  relation: main_file
file_date_updated: 2020-07-14T12:46:55Z
has_accepted_license: '1'
language:
- iso: eng
month: '05'
oa: 1
oa_version: Published Version
page: '15'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '334'
related_material:
  record:
  - id: '465'
    relation: later_version
    status: public
  - id: '1610'
    relation: later_version
    status: public
status: public
title: Edit distance for pushdown automata
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5439'
abstract:
- lang: eng
  text: 'The target discounted-sum problem is the following: Given a rational discount
    factor 0 < λ < 1 and three rational values a, b, and t, does there exist a finite
    or an infinite sequence w ε(a, b)∗ or w ε(a, b)w, such that Σ|w| i=0 w(i)λi equals
    t? The problem turns out to relate to many fields of mathematics and computer
    science, and its decidability question is surprisingly hard to solve. We solve
    the finite version of the problem, and show the hardness of the infinite version,
    linking it to various areas and open problems in mathematics and computer science:
    β-expansions, discounted-sum automata, piecewise affine maps, and generalizations
    of the Cantor set. We provide some partial results to the infinite version, among
    which are solutions to its restriction to eventually-periodic sequences and to
    the cases that λ λ 1/2 or λ = 1/n, for every n ε N. We use our results for solving
    some open problems on discounted-sum automata, among which are the exact-value
    problem for nondeterministic automata over finite words and the universality and
    inclusion problems for functional automata. '
alternative_title:
- IST Austria Technical Report
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: Jan
  full_name: Otop, Jan
  id: 2FC5DA74-F248-11E8-B48F-1D18A9856A87
  last_name: Otop
citation:
  ama: Boker U, Henzinger TA, Otop J. <i>The Target Discounted-Sum Problem</i>. IST
    Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-335-v1-1">10.15479/AT:IST-2015-335-v1-1</a>
  apa: Boker, U., Henzinger, T. A., &#38; Otop, J. (2015). <i>The target discounted-sum
    problem</i>. IST Austria. <a href="https://doi.org/10.15479/AT:IST-2015-335-v1-1">https://doi.org/10.15479/AT:IST-2015-335-v1-1</a>
  chicago: Boker, Udi, Thomas A Henzinger, and Jan Otop. <i>The Target Discounted-Sum
    Problem</i>. IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-335-v1-1">https://doi.org/10.15479/AT:IST-2015-335-v1-1</a>.
  ieee: U. Boker, T. A. Henzinger, and J. Otop, <i>The target discounted-sum problem</i>.
    IST Austria, 2015.
  ista: Boker U, Henzinger TA, Otop J. 2015. The target discounted-sum problem, IST
    Austria, 20p.
  mla: Boker, Udi, et al. <i>The Target Discounted-Sum Problem</i>. IST Austria, 2015,
    doi:<a href="https://doi.org/10.15479/AT:IST-2015-335-v1-1">10.15479/AT:IST-2015-335-v1-1</a>.
  short: U. Boker, T.A. Henzinger, J. Otop, The Target Discounted-Sum Problem, IST
    Austria, 2015.
date_created: 2018-12-12T11:39:20Z
date_published: 2015-05-18T00:00:00Z
date_updated: 2025-04-15T08:11:50Z
day: '18'
ddc:
- '004'
- '512'
- '513'
department:
- _id: ToHe
doi: 10.15479/AT:IST-2015-335-v1-1
file:
- access_level: open_access
  checksum: 40405907aa012acece1bc26cf0be554d
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:53:55Z
  date_updated: 2020-07-14T12:46:55Z
  file_id: '5517'
  file_name: IST-2015-335-v1+1_report.pdf
  file_size: 589619
  relation: main_file
file_date_updated: 2020-07-14T12:46:55Z
has_accepted_license: '1'
language:
- iso: eng
month: '05'
oa: 1
oa_version: Published Version
page: '20'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '335'
related_material:
  record:
  - id: '1659'
    relation: later_version
    status: public
status: public
title: The target discounted-sum problem
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5440'
abstract:
- lang: eng
  text: 'Evolution occurs in populations of reproducing individuals. The structure
    of the population affects the outcome of the evolutionary process. Evolutionary
    graph theory is a powerful approach to study this phenomenon. There are two graphs.
    The interaction graph specifies who interacts with whom for payoff in the context
    of evolution. The replacement graph specifies who competes with whom for reproduction.
    The vertices of the two graphs are the same, and each vertex corresponds to an
    individual of the population. The fitness (or the reproductive rate) is a non-negative
    number, and depends on the payoff. A key quantity is the fixation probability
    of a new mutant. It is defined as the probability that a newly introduced mutant
    (on a single vertex) generates a lineage of offspring which eventually takes over
    the entire population of resident individuals. The basic computational questions
    are as follows: (i) the qualitative question asks whether the fixation probability
    is positive; and (ii) the quantitative approximation question asks for an approximation
    of the fixation probability. Our main results are as follows: First, we consider
    a special case of the general problem, where the residents do not reproduce. We
    show that the qualitative question is NP-complete, and the quantitative approximation
    question is #P-complete, and the hardness results hold even in the special case
    where the interaction and the replacement graphs coincide. Second, we show that
    in general both the qualitative and the quantitative approximation questions are
    PSPACE-complete. The PSPACE-hardness result for quantitative approximation holds
    even when the fitness is always positive.'
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: Rasmus
  full_name: Ibsen-Jensen, Rasmus
  id: 3B699956-F248-11E8-B48F-1D18A9856A87
  last_name: Ibsen-Jensen
  orcid: 0000-0003-4783-0389
- first_name: Martin
  full_name: Nowak, Martin
  last_name: Nowak
citation:
  ama: Chatterjee K, Ibsen-Jensen R, Nowak M. <i>The Complexity of Evolutionary Games
    on Graphs</i>. IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-323-v2-2">10.15479/AT:IST-2015-323-v2-2</a>
  apa: Chatterjee, K., Ibsen-Jensen, R., &#38; Nowak, M. (2015). <i>The complexity
    of evolutionary games on graphs</i>. IST Austria. <a href="https://doi.org/10.15479/AT:IST-2015-323-v2-2">https://doi.org/10.15479/AT:IST-2015-323-v2-2</a>
  chicago: Chatterjee, Krishnendu, Rasmus Ibsen-Jensen, and Martin Nowak. <i>The Complexity
    of Evolutionary Games on Graphs</i>. IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-323-v2-2">https://doi.org/10.15479/AT:IST-2015-323-v2-2</a>.
  ieee: K. Chatterjee, R. Ibsen-Jensen, and M. Nowak, <i>The complexity of evolutionary
    games on graphs</i>. IST Austria, 2015.
  ista: Chatterjee K, Ibsen-Jensen R, Nowak M. 2015. The complexity of evolutionary
    games on graphs, IST Austria, 18p.
  mla: Chatterjee, Krishnendu, et al. <i>The Complexity of Evolutionary Games on Graphs</i>.
    IST Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-323-v2-2">10.15479/AT:IST-2015-323-v2-2</a>.
  short: K. Chatterjee, R. Ibsen-Jensen, M. Nowak, The Complexity of Evolutionary
    Games on Graphs, IST Austria, 2015.
date_created: 2018-12-12T11:39:21Z
date_published: 2015-06-16T00:00:00Z
date_updated: 2023-02-23T12:26:10Z
day: '16'
ddc:
- '005'
- '576'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-323-v2-2
file:
- access_level: open_access
  checksum: 66aace7d367032af97c15e35c9be9636
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:53:23Z
  date_updated: 2020-07-14T12:46:56Z
  file_id: '5484'
  file_name: IST-2015-323-v2+2_main.pdf
  file_size: 466161
  relation: main_file
file_date_updated: 2020-07-14T12:46:56Z
has_accepted_license: '1'
language:
- iso: eng
month: '06'
oa: 1
oa_version: Published Version
page: '18'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '338'
related_material:
  record:
  - id: '5421'
    relation: earlier_version
    status: public
  - id: '5432'
    relation: earlier_version
    status: public
status: public
title: The complexity of evolutionary games on graphs
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5441'
abstract:
- lang: eng
  text: We study algorithmic questions for concurrent systems where the transitions
    are labeled from a complete, closed semiring, and path properties are algebraic
    with semiring operations. The algebraic path properties can model dataflow analysis
    problems, the shortest path problem, and many other natural problems that arise
    in program analysis. We consider that each component of the concurrent system
    is a graph with constant treewidth, a property satisfied by the controlflow graphs
    of most programs. We allow for multiple possible queries, which arise naturally
    in demand driven dataflow analysis. The study of multiple queries allows us to
    consider the tradeoff between the resource usage of the one-time preprocessing
    and for each individual query. The traditional approach constructs the product
    graph of all components and applies the best-known graph algorithm on the product.
    In this approach, even the answer to a single query requires the transitive closure
    (i.e., the results of all possible queries), which provides no room for tradeoff
    between preprocessing and query time. Our main contributions are algorithms that
    significantly improve the worst-case running time of the traditional approach,
    and provide various tradeoffs depending on the number of queries. For example,
    in a concurrent system of two components, the traditional approach requires hexic
    time in the worst case for answering one query as well as computing the transitive
    closure, whereas we show that with one-time preprocessing in almost cubic time,
    each subsequent query can be answered in at most linear time, and even the transitive
    closure can be computed in almost quartic time. Furthermore, we establish conditional
    optimality results showing that the worst-case running time of our algorithms
    cannot be improved without achieving major breakthroughs in graph algorithms (i.e.,
    improving the worst-case bound for the shortest path problem in general graphs).
    Preliminary experimental results show that our algorithms perform favorably on
    several benchmarks.
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: Rasmus
  full_name: Ibsen-Jensen, Rasmus
  id: 3B699956-F248-11E8-B48F-1D18A9856A87
  last_name: Ibsen-Jensen
  orcid: 0000-0003-4783-0389
- first_name: Amir
  full_name: Goharshady, Amir
  id: 391365CE-F248-11E8-B48F-1D18A9856A87
  last_name: Goharshady
  orcid: 0000-0003-1702-6584
- first_name: Andreas
  full_name: Pavlogiannis, Andreas
  id: 49704004-F248-11E8-B48F-1D18A9856A87
  last_name: Pavlogiannis
  orcid: 0000-0002-8943-0722
citation:
  ama: Chatterjee K, Ibsen-Jensen R, Goharshady AK, Pavlogiannis A. <i>Algorithms
    for Algebraic Path Properties in Concurrent Systems of Constant Treewidth Components</i>.
    IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-340-v1-1">10.15479/AT:IST-2015-340-v1-1</a>
  apa: Chatterjee, K., Ibsen-Jensen, R., Goharshady, A. K., &#38; Pavlogiannis, A.
    (2015). <i>Algorithms for algebraic path properties in concurrent systems of constant
    treewidth components</i>. IST Austria. <a href="https://doi.org/10.15479/AT:IST-2015-340-v1-1">https://doi.org/10.15479/AT:IST-2015-340-v1-1</a>
  chicago: Chatterjee, Krishnendu, Rasmus Ibsen-Jensen, Amir Kafshdar Goharshady,
    and Andreas Pavlogiannis. <i>Algorithms for Algebraic Path Properties in Concurrent
    Systems of Constant Treewidth Components</i>. IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-340-v1-1">https://doi.org/10.15479/AT:IST-2015-340-v1-1</a>.
  ieee: K. Chatterjee, R. Ibsen-Jensen, A. K. Goharshady, and A. Pavlogiannis, <i>Algorithms
    for algebraic path properties in concurrent systems of constant treewidth components</i>.
    IST Austria, 2015.
  ista: Chatterjee K, Ibsen-Jensen R, Goharshady AK, Pavlogiannis A. 2015. Algorithms
    for algebraic path properties in concurrent systems of constant treewidth components,
    IST Austria, 24p.
  mla: Chatterjee, Krishnendu, et al. <i>Algorithms for Algebraic Path Properties
    in Concurrent Systems of Constant Treewidth Components</i>. IST Austria, 2015,
    doi:<a href="https://doi.org/10.15479/AT:IST-2015-340-v1-1">10.15479/AT:IST-2015-340-v1-1</a>.
  short: K. Chatterjee, R. Ibsen-Jensen, A.K. Goharshady, A. Pavlogiannis, Algorithms
    for Algebraic Path Properties in Concurrent Systems of Constant Treewidth Components,
    IST Austria, 2015.
date_created: 2018-12-12T11:39:21Z
date_published: 2015-07-11T00:00:00Z
date_updated: 2025-04-15T08:11:48Z
day: '11'
ddc:
- '000'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-340-v1-1
file:
- access_level: open_access
  checksum: df383dc62c94d7b2ea639aba088a76c6
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:54:09Z
  date_updated: 2020-07-14T12:46:56Z
  file_id: '5531'
  file_name: IST-2015-340-v1+1_main.pdf
  file_size: 861396
  relation: main_file
file_date_updated: 2020-07-14T12:46:56Z
has_accepted_license: '1'
language:
- iso: eng
month: '07'
oa: 1
oa_version: Published Version
page: '24'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '340'
related_material:
  record:
  - id: '5442'
    relation: earlier_version
    status: public
  - id: '6009'
    relation: later_version
    status: public
  - id: '1437'
    relation: later_version
    status: public
status: public
title: Algorithms for algebraic path properties in concurrent systems of constant
  treewidth components
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5443'
abstract:
- lang: eng
  text: POMDPs are standard models for probabilistic planning problems, where an agent
    interacts with an uncertain environment. We study the problem of almost-sure reachability,
    where given a set of target states, the question is to decide whether there is
    a policy to ensure that the target set is reached with probability 1 (almost-surely).
    While in general the problem is EXPTIME-complete, in many practical cases policies
    with a small amount of memory suffice. Moreover, the existing solution to the
    problem is explicit, which first requires to construct explicitly an exponential
    reduction to a belief-support MDP. In this work, we first study the existence
    of observation-stationary strategies, which is NP-complete, and then small-memory
    strategies. We present a symbolic algorithm by an efficient encoding to SAT and
    using a SAT solver for the problem. We report experimental results demonstrating
    the scalability of our symbolic (SAT-based) approach.
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: Martin
  full_name: Chmelik, Martin
  id: 3624234E-F248-11E8-B48F-1D18A9856A87
  last_name: Chmelik
- first_name: Jessica
  full_name: Davies, Jessica
  id: 378E0060-F248-11E8-B48F-1D18A9856A87
  last_name: Davies
citation:
  ama: Chatterjee K, Chmelik M, Davies J. <i>A Symbolic SAT-Based Algorithm for Almost-Sure
    Reachability with Small Strategies in POMDPs</i>. IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-325-v2-1">10.15479/AT:IST-2015-325-v2-1</a>
  apa: Chatterjee, K., Chmelik, M., &#38; Davies, J. (2015). <i>A symbolic SAT-based
    algorithm for almost-sure reachability with small strategies in POMDPs</i>. IST
    Austria. <a href="https://doi.org/10.15479/AT:IST-2015-325-v2-1">https://doi.org/10.15479/AT:IST-2015-325-v2-1</a>
  chicago: Chatterjee, Krishnendu, Martin Chmelik, and Jessica Davies. <i>A Symbolic
    SAT-Based Algorithm for Almost-Sure Reachability with Small Strategies in POMDPs</i>.
    IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-325-v2-1">https://doi.org/10.15479/AT:IST-2015-325-v2-1</a>.
  ieee: K. Chatterjee, M. Chmelik, and J. Davies, <i>A symbolic SAT-based algorithm
    for almost-sure reachability with small strategies in POMDPs</i>. IST Austria,
    2015.
  ista: Chatterjee K, Chmelik M, Davies J. 2015. A symbolic SAT-based algorithm for
    almost-sure reachability with small strategies in POMDPs, IST Austria, 23p.
  mla: Chatterjee, Krishnendu, et al. <i>A Symbolic SAT-Based Algorithm for Almost-Sure
    Reachability with Small Strategies in POMDPs</i>. IST Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-325-v2-1">10.15479/AT:IST-2015-325-v2-1</a>.
  short: K. Chatterjee, M. Chmelik, J. Davies, A Symbolic SAT-Based Algorithm for
    Almost-Sure Reachability with Small Strategies in POMDPs, IST Austria, 2015.
date_created: 2018-12-12T11:39:22Z
date_published: 2015-11-06T00:00:00Z
date_updated: 2025-06-25T11:52:13Z
day: '06'
ddc:
- '000'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-325-v2-1
file:
- access_level: open_access
  checksum: f0fa31ad8161ed655137e94012123ef9
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:53:05Z
  date_updated: 2020-07-14T12:46:57Z
  file_id: '5466'
  file_name: IST-2015-325-v2+1_main.pdf
  file_size: 412379
  relation: main_file
file_date_updated: 2020-07-14T12:46:57Z
has_accepted_license: '1'
language:
- iso: eng
month: '11'
oa: 1
oa_version: Published Version
page: '23'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '362'
related_material:
  record:
  - id: '1166'
    relation: later_version
    status: public
status: public
title: A symbolic SAT-based algorithm for almost-sure reachability with small strategies
  in POMDPs
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_id: '5444'
abstract:
- lang: eng
  text: A comprehensive understanding of the clonal evolution of cancer is critical
    for understanding neoplasia. Genome-wide sequencing data enables evolutionary
    studies at unprecedented depth. However, classical phylogenetic methods often
    struggle with noisy sequencing data of impure DNA samples and fail to detect subclones
    that have different evolutionary trajectories. We have developed a tool, called
    Treeomics, that allows us to reconstruct the phylogeny of a cancer with commonly
    available sequencing technologies. Using Bayesian inference and Integer Linear
    Programming, robust phylogenies consistent with the biological processes underlying
    cancer evolution were obtained for pancreatic, ovarian, and prostate cancers.
    Furthermore, Treeomics correctly identified sequencing artifacts such as those
    resulting from low statistical power; nearly 7% of variants were misclassified
    by conventional statistical methods. These artifacts can skew phylogenies by creating
    illusory tumor heterogeneity among distinct samples. Importantly, we show that
    the evolutionary trees generated with Treeomics are mathematically optimal.
alternative_title:
- IST Austria Technical Report
author:
- first_name: Johannes
  full_name: Reiter, Johannes
  id: 4A918E98-F248-11E8-B48F-1D18A9856A87
  last_name: Reiter
  orcid: 0000-0002-0170-7353
- first_name: Alvin
  full_name: Makohon-Moore, Alvin
  last_name: Makohon-Moore
- first_name: Jeffrey
  full_name: Gerold, Jeffrey
  last_name: Gerold
- first_name: Ivana
  full_name: Bozic, Ivana
  last_name: Bozic
- first_name: Krishnendu
  full_name: Chatterjee, Krishnendu
  id: 2E5DCA20-F248-11E8-B48F-1D18A9856A87
  last_name: Chatterjee
  orcid: 0000-0002-4561-241X
- first_name: Christine
  full_name: Iacobuzio-Donahue, Christine
  last_name: Iacobuzio-Donahue
- first_name: Bert
  full_name: Vogelstein, Bert
  last_name: Vogelstein
- first_name: Martin
  full_name: Nowak, Martin
  last_name: Nowak
citation:
  ama: Reiter J, Makohon-Moore A, Gerold J, et al. <i>Reconstructing Robust Phylogenies
    of Metastatic Cancers</i>. IST Austria; 2015. doi:<a href="https://doi.org/10.15479/AT:IST-2015-399-v1-1">10.15479/AT:IST-2015-399-v1-1</a>
  apa: Reiter, J., Makohon-Moore, A., Gerold, J., Bozic, I., Chatterjee, K., Iacobuzio-Donahue,
    C., … Nowak, M. (2015). <i>Reconstructing robust phylogenies of metastatic cancers</i>.
    IST Austria. <a href="https://doi.org/10.15479/AT:IST-2015-399-v1-1">https://doi.org/10.15479/AT:IST-2015-399-v1-1</a>
  chicago: Reiter, Johannes, Alvin Makohon-Moore, Jeffrey Gerold, Ivana Bozic, Krishnendu
    Chatterjee, Christine Iacobuzio-Donahue, Bert Vogelstein, and Martin Nowak. <i>Reconstructing
    Robust Phylogenies of Metastatic Cancers</i>. IST Austria, 2015. <a href="https://doi.org/10.15479/AT:IST-2015-399-v1-1">https://doi.org/10.15479/AT:IST-2015-399-v1-1</a>.
  ieee: J. Reiter <i>et al.</i>, <i>Reconstructing robust phylogenies of metastatic
    cancers</i>. IST Austria, 2015.
  ista: Reiter J, Makohon-Moore A, Gerold J, Bozic I, Chatterjee K, Iacobuzio-Donahue
    C, Vogelstein B, Nowak M. 2015. Reconstructing robust phylogenies of metastatic
    cancers, IST Austria, 25p.
  mla: Reiter, Johannes, et al. <i>Reconstructing Robust Phylogenies of Metastatic
    Cancers</i>. IST Austria, 2015, doi:<a href="https://doi.org/10.15479/AT:IST-2015-399-v1-1">10.15479/AT:IST-2015-399-v1-1</a>.
  short: J. Reiter, A. Makohon-Moore, J. Gerold, I. Bozic, K. Chatterjee, C. Iacobuzio-Donahue,
    B. Vogelstein, M. Nowak, Reconstructing Robust Phylogenies of Metastatic Cancers,
    IST Austria, 2015.
date_created: 2018-12-12T11:39:22Z
date_published: 2015-12-30T00:00:00Z
date_updated: 2020-07-14T23:05:07Z
day: '30'
ddc:
- '000'
- '576'
department:
- _id: KrCh
doi: 10.15479/AT:IST-2015-399-v1-1
file:
- access_level: open_access
  checksum: c47d33bdda06181753c0af36f16e7b5d
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T11:53:24Z
  date_updated: 2020-07-14T12:46:58Z
  file_id: '5485'
  file_name: IST-2015-399-v1+1_treeomics.pdf
  file_size: 3533200
  relation: main_file
file_date_updated: 2020-07-14T12:46:58Z
has_accepted_license: '1'
language:
- iso: eng
month: '12'
oa: 1
oa_version: Published Version
page: '25'
publication_identifier:
  issn:
  - 2664-1690
publication_status: published
publisher: IST Austria
pubrep_id: '399'
status: public
title: Reconstructing robust phylogenies of metastatic cancers
type: technical_report
user_id: 2DF688A6-F248-11E8-B48F-1D18A9856A87
year: '2015'
...
---
_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: '1993'
abstract:
- lang: eng
  text: 'The fitness effects of symbionts on their hosts can be context-dependent,
    with usually benign symbionts causing detrimental effects when their hosts are
    stressed, or typically parasitic symbionts providing protection towards their
    hosts (e.g. against pathogen infection). Here, we studied the novel association
    between the invasive garden ant Lasius neglectus and its fungal ectosymbiont Laboulbenia
    formicarum for potential costs and benefits. We tested ants with different Laboulbenia
    levels for their survival and immunity under resource limitation and exposure
    to the obligate killing entomopathogen Metarhizium brunneum. While survival of
    L. neglectus workers under starvation was significantly decreased with increasing
    Laboulbenia levels, host survival under Metarhizium exposure increased with higher
    levels of the ectosymbiont, suggesting a symbiont-mediated anti-pathogen protection,
    which seems to be driven mechanistically by both improved sanitary behaviours
    and an upregulated immune system. Ants with high Laboulbenia levels showed significantly
    longer self-grooming and elevated expression of immune genes relevant for wound
    repair and antifungal responses (β-1,3-glucan binding protein, Prophenoloxidase),
    compared with ants carrying low Laboulbenia levels. This suggests that the ectosymbiont
    Laboulbenia formicarum weakens its ant host by either direct resource exploitation
    or the costs of an upregulated behavioural and immunological response, which,
    however, provides a prophylactic protection upon later exposure to pathogens. '
acknowledged_ssus:
- _id: EM-Fac
acknowledgement: "Funding was obtained by the German Research Foundation (CR 118–2)
  and an ERC StG (243071) by the European Research Council (both to S.C.).\r\nWe thank
  Line V. Ugelvig for help with ant collection and statistical discussion, Xavier
  Espadaler for detailed information on the ant collection site, Birgit Lautenschläger
  for the electron microscopy images and Eva Sixt for ant drawings. We further thank
  Jørgen Eilenberg for the fungal strain, Meghan L. Vyleta for genetic strain characterization
  and immune gene primer development, Paul Schmid-Hempel for discussion, and Line
  V. Ugelvig, Xavier Espadaler and Christopher D. Pull for comments on the manuscript.
  S.C., M.K. and S.T. conceived the study; M.K. and A.V.G. performed the experiments;
  M.K. performed the statistical analysis; S.C. and M.K. wrote the manuscript with
  intense contributions of A.V.G. and S.T.; all authors approved the manuscript."
article_number: '20141976'
article_processing_charge: No
article_type: original
author:
- first_name: Matthias
  full_name: Konrad, Matthias
  id: 46528076-F248-11E8-B48F-1D18A9856A87
  last_name: Konrad
- first_name: Anna V
  full_name: Grasse, Anna V
  id: 406F989C-F248-11E8-B48F-1D18A9856A87
  last_name: Grasse
- first_name: Simon
  full_name: Tragust, Simon
  id: 35A7A418-F248-11E8-B48F-1D18A9856A87
  last_name: Tragust
- first_name: Sylvia
  full_name: Cremer, Sylvia
  id: 2F64EC8C-F248-11E8-B48F-1D18A9856A87
  last_name: Cremer
  orcid: 0000-0002-2193-3868
citation:
  ama: Konrad M, Grasse AV, Tragust S, Cremer S. Anti-pathogen protection versus survival
    costs mediated by an ectosymbiont in an ant host. <i>Proceedings of the Royal
    Society of London Series B Biological Sciences</i>. 2015;282(1799). doi:<a href="https://doi.org/10.1098/rspb.2014.1976">10.1098/rspb.2014.1976</a>
  apa: Konrad, M., Grasse, A. V., Tragust, S., &#38; Cremer, S. (2015). Anti-pathogen
    protection versus survival costs mediated by an ectosymbiont in an ant host. <i>Proceedings
    of the Royal Society of London Series B Biological Sciences</i>. The Royal Society.
    <a href="https://doi.org/10.1098/rspb.2014.1976">https://doi.org/10.1098/rspb.2014.1976</a>
  chicago: Konrad, Matthias, Anna V Grasse, Simon Tragust, and Sylvia Cremer. “Anti-Pathogen
    Protection versus Survival Costs Mediated by an Ectosymbiont in an Ant Host.”
    <i>Proceedings of the Royal Society of London Series B Biological Sciences</i>.
    The Royal Society, 2015. <a href="https://doi.org/10.1098/rspb.2014.1976">https://doi.org/10.1098/rspb.2014.1976</a>.
  ieee: M. Konrad, A. V. Grasse, S. Tragust, and S. Cremer, “Anti-pathogen protection
    versus survival costs mediated by an ectosymbiont in an ant host,” <i>Proceedings
    of the Royal Society of London Series B Biological Sciences</i>, vol. 282, no.
    1799. The Royal Society, 2015.
  ista: Konrad M, Grasse AV, Tragust S, Cremer S. 2015. Anti-pathogen protection versus
    survival costs mediated by an ectosymbiont in an ant host. Proceedings of the
    Royal Society of London Series B Biological Sciences. 282(1799), 20141976.
  mla: Konrad, Matthias, et al. “Anti-Pathogen Protection versus Survival Costs Mediated
    by an Ectosymbiont in an Ant Host.” <i>Proceedings of the Royal Society of London
    Series B Biological Sciences</i>, vol. 282, no. 1799, 20141976, The Royal Society,
    2015, doi:<a href="https://doi.org/10.1098/rspb.2014.1976">10.1098/rspb.2014.1976</a>.
  short: M. Konrad, A.V. Grasse, S. Tragust, S. Cremer, Proceedings of the Royal Society
    of London Series B Biological Sciences 282 (2015).
corr_author: '1'
date_created: 2018-12-11T11:55:06Z
date_published: 2015-01-22T00:00:00Z
date_updated: 2025-09-23T07:55:03Z
day: '22'
department:
- _id: SyCr
doi: 10.1098/rspb.2014.1976
ec_funded: 1
external_id:
  isi:
  - '000345624600008'
  pmid:
  - '25473011'
intvolume: '       282'
isi: 1
issue: '1799'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4286035/
month: '01'
oa: 1
oa_version: Submitted Version
pmid: 1
project:
- _id: 25DC711C-B435-11E9-9278-68D0E5697425
  call_identifier: FP7
  grant_number: '243071'
  name: 'Social Vaccination in Ant Colonies: from Individual Mechanisms to Society
    Effects'
- _id: 25DAF0B2-B435-11E9-9278-68D0E5697425
  grant_number: CR-118/3-1
  name: Host-Parasite Coevolution
publication: Proceedings of the Royal Society of London Series B Biological Sciences
publication_identifier:
  eissn:
  - 1471-2954
  issn:
  - 0962-8452
publication_status: published
publisher: The Royal Society
publist_id: '5090'
quality_controlled: '1'
related_material:
  record:
  - id: '9740'
    relation: research_data
    status: public
scopus_import: '1'
status: public
title: Anti-pathogen protection versus survival costs mediated by an ectosymbiont
  in an ant host
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 282
year: '2015'
...
---
_id: '1997'
abstract:
- lang: eng
  text: We prove that the three-state toric homogeneous Markov chain model has Markov
    degree two. In algebraic terminology this means, that a certain class of toric
    ideals is generated by quadratic binomials. This was conjectured by Haws, Martin
    del Campo, Takemura and Yoshida, who proved that they are generated by degree
    six binomials.
article_processing_charge: No
arxiv: 1
author:
- first_name: Patrik
  full_name: Noren, Patrik
  id: 46870C74-F248-11E8-B48F-1D18A9856A87
  last_name: Noren
citation:
  ama: Noren P. The three-state toric homogeneous Markov chain model has Markov degree
    two. <i>Journal of Symbolic Computation</i>. 2015;68/Part 2(May-June):285-296.
    doi:<a href="https://doi.org/10.1016/j.jsc.2014.09.014">10.1016/j.jsc.2014.09.014</a>
  apa: Noren, P. (2015). The three-state toric homogeneous Markov chain model has
    Markov degree two. <i>Journal of Symbolic Computation</i>. Elsevier. <a href="https://doi.org/10.1016/j.jsc.2014.09.014">https://doi.org/10.1016/j.jsc.2014.09.014</a>
  chicago: Noren, Patrik. “The Three-State Toric Homogeneous Markov Chain Model Has
    Markov Degree Two.” <i>Journal of Symbolic Computation</i>. Elsevier, 2015. <a
    href="https://doi.org/10.1016/j.jsc.2014.09.014">https://doi.org/10.1016/j.jsc.2014.09.014</a>.
  ieee: P. Noren, “The three-state toric homogeneous Markov chain model has Markov
    degree two,” <i>Journal of Symbolic Computation</i>, vol. 68/Part 2, no. May-June.
    Elsevier, pp. 285–296, 2015.
  ista: Noren P. 2015. The three-state toric homogeneous Markov chain model has Markov
    degree two. Journal of Symbolic Computation. 68/Part 2(May-June), 285–296.
  mla: Noren, Patrik. “The Three-State Toric Homogeneous Markov Chain Model Has Markov
    Degree Two.” <i>Journal of Symbolic Computation</i>, vol. 68/Part 2, no. May-June,
    Elsevier, 2015, pp. 285–96, doi:<a href="https://doi.org/10.1016/j.jsc.2014.09.014">10.1016/j.jsc.2014.09.014</a>.
  short: P. Noren, Journal of Symbolic Computation 68/Part 2 (2015) 285–296.
corr_author: '1'
date_created: 2018-12-11T11:55:07Z
date_published: 2015-05-01T00:00:00Z
date_updated: 2025-09-23T14:17:34Z
day: '01'
department:
- _id: CaUh
doi: 10.1016/j.jsc.2014.09.014
external_id:
  arxiv:
  - '1207.0077'
  isi:
  - '000347767600016'
isi: 1
issue: May-June
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://arxiv.org/abs/1207.0077
month: '05'
oa: 1
oa_version: Preprint
page: 285 - 296
publication: Journal of Symbolic Computation
publication_status: published
publisher: Elsevier
publist_id: '5082'
quality_controlled: '1'
scopus_import: '1'
status: public
title: The three-state toric homogeneous Markov chain model has Markov degree two
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 68/Part 2
year: '2015'
...
---
_id: '2006'
abstract:
- lang: eng
  text: 'The monotone secant conjecture posits a rich class of polynomial systems,
    all of whose solutions are real. These systems come from the Schubert calculus
    on flag manifolds, and the monotone secant conjecture is a compelling generalization
    of the Shapiro conjecture for Grassmannians (Theorem of Mukhin, Tarasov, and Varchenko).
    We present some theoretical evidence for this conjecture, as well as computational
    evidence obtained by 1.9 teraHertz-years of computing, and we discuss some of
    the phenomena we observed in our data. '
article_processing_charge: No
arxiv: 1
author:
- first_name: Nicolas
  full_name: Hein, Nicolas
  last_name: Hein
- first_name: Christopher
  full_name: Hillar, Christopher
  last_name: Hillar
- first_name: Abraham
  full_name: Martin Del Campo Sanchez, Abraham
  id: 4CF47F6A-F248-11E8-B48F-1D18A9856A87
  last_name: Martin Del Campo Sanchez
- first_name: Frank
  full_name: Sottile, Frank
  last_name: Sottile
- first_name: Zach
  full_name: Teitler, Zach
  last_name: Teitler
citation:
  ama: Hein N, Hillar C, Martin del Campo Sanchez A, Sottile F, Teitler Z. The monotone
    secant conjecture in the real Schubert calculus. <i>Experimental Mathematics</i>.
    2015;24(3):261-269. doi:<a href="https://doi.org/10.1080/10586458.2014.980044">10.1080/10586458.2014.980044</a>
  apa: Hein, N., Hillar, C., Martin del Campo Sanchez, A., Sottile, F., &#38; Teitler,
    Z. (2015). The monotone secant conjecture in the real Schubert calculus. <i>Experimental
    Mathematics</i>. Taylor &#38; Francis. <a href="https://doi.org/10.1080/10586458.2014.980044">https://doi.org/10.1080/10586458.2014.980044</a>
  chicago: Hein, Nicolas, Christopher Hillar, Abraham Martin del Campo Sanchez, Frank
    Sottile, and Zach Teitler. “The Monotone Secant Conjecture in the Real Schubert
    Calculus.” <i>Experimental Mathematics</i>. Taylor &#38; Francis, 2015. <a href="https://doi.org/10.1080/10586458.2014.980044">https://doi.org/10.1080/10586458.2014.980044</a>.
  ieee: N. Hein, C. Hillar, A. Martin del Campo Sanchez, F. Sottile, and Z. Teitler,
    “The monotone secant conjecture in the real Schubert calculus,” <i>Experimental
    Mathematics</i>, vol. 24, no. 3. Taylor &#38; Francis, pp. 261–269, 2015.
  ista: Hein N, Hillar C, Martin del Campo Sanchez A, Sottile F, Teitler Z. 2015.
    The monotone secant conjecture in the real Schubert calculus. Experimental Mathematics.
    24(3), 261–269.
  mla: Hein, Nicolas, et al. “The Monotone Secant Conjecture in the Real Schubert
    Calculus.” <i>Experimental Mathematics</i>, vol. 24, no. 3, Taylor &#38; Francis,
    2015, pp. 261–69, doi:<a href="https://doi.org/10.1080/10586458.2014.980044">10.1080/10586458.2014.980044</a>.
  short: N. Hein, C. Hillar, A. Martin del Campo Sanchez, F. Sottile, Z. Teitler,
    Experimental Mathematics 24 (2015) 261–269.
date_created: 2018-12-11T11:55:10Z
date_published: 2015-06-23T00:00:00Z
date_updated: 2025-09-23T14:07:49Z
day: '23'
department:
- _id: CaUh
doi: 10.1080/10586458.2014.980044
external_id:
  arxiv:
  - '1109.3436'
  isi:
  - '000356873900001'
intvolume: '        24'
isi: 1
issue: '3'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://arxiv.org/abs/1109.3436
month: '06'
oa: 1
oa_version: Preprint
page: 261 - 269
publication: Experimental Mathematics
publication_status: published
publisher: Taylor & Francis
publist_id: '5070'
quality_controlled: '1'
scopus_import: '1'
status: public
title: The monotone secant conjecture in the real Schubert calculus
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 24
year: '2015'
...
---
_id: '2008'
abstract:
- lang: eng
  text: The paper describes a generalized iterative proportional fitting procedure
    that can be used for maximum likelihood estimation in a special class of the general
    log-linear model. The models in this class, called relational, apply to multivariate
    discrete sample spaces that do not necessarily have a Cartesian product structure
    and may not contain an overall effect. When applied to the cell probabilities,
    the models without the overall effect are curved exponential families and the
    values of the sufficient statistics are reproduced by the MLE only up to a constant
    of proportionality. The paper shows that Iterative Proportional Fitting, Generalized
    Iterative Scaling, and Improved Iterative Scaling fail to work for such models.
    The algorithm proposed here is based on iterated Bregman projections. As a by-product,
    estimates of the multiplicative parameters are also obtained. An implementation
    of the algorithm is available as an R-package.
acknowledgement: Part of the material presented here was contained in the PhD thesis
  of the first author to which the second author and Thomas Richardson were advisers.
  The authors wish to thank him for several comments and suggestions. We also thank
  the reviewers and the Associate Editor for helpful comments. The proof of Proposition 1
  uses the idea of Olga Klimova, to whom the authors are also indebted. The second
  author was supported in part by Grant K-106154 from the Hungarian National Scientific
  Research Fund (OTKA).
article_processing_charge: No
arxiv: 1
author:
- first_name: Anna
  full_name: Klimova, Anna
  id: 31934120-F248-11E8-B48F-1D18A9856A87
  last_name: Klimova
- first_name: Tamás
  full_name: Rudas, Tamás
  last_name: Rudas
citation:
  ama: Klimova A, Rudas T. Iterative scaling in curved exponential families. <i>Scandinavian
    Journal of Statistics</i>. 2015;42(3):832-847. doi:<a href="https://doi.org/10.1111/sjos.12139">10.1111/sjos.12139</a>
  apa: Klimova, A., &#38; Rudas, T. (2015). Iterative scaling in curved exponential
    families. <i>Scandinavian Journal of Statistics</i>. Wiley. <a href="https://doi.org/10.1111/sjos.12139">https://doi.org/10.1111/sjos.12139</a>
  chicago: Klimova, Anna, and Tamás Rudas. “Iterative Scaling in Curved Exponential
    Families.” <i>Scandinavian Journal of Statistics</i>. Wiley, 2015. <a href="https://doi.org/10.1111/sjos.12139">https://doi.org/10.1111/sjos.12139</a>.
  ieee: A. Klimova and T. Rudas, “Iterative scaling in curved exponential families,”
    <i>Scandinavian Journal of Statistics</i>, vol. 42, no. 3. Wiley, pp. 832–847,
    2015.
  ista: Klimova A, Rudas T. 2015. Iterative scaling in curved exponential families.
    Scandinavian Journal of Statistics. 42(3), 832–847.
  mla: Klimova, Anna, and Tamás Rudas. “Iterative Scaling in Curved Exponential Families.”
    <i>Scandinavian Journal of Statistics</i>, vol. 42, no. 3, Wiley, 2015, pp. 832–47,
    doi:<a href="https://doi.org/10.1111/sjos.12139">10.1111/sjos.12139</a>.
  short: A. Klimova, T. Rudas, Scandinavian Journal of Statistics 42 (2015) 832–847.
date_created: 2018-12-11T11:55:11Z
date_published: 2015-09-01T00:00:00Z
date_updated: 2025-09-23T09:25:01Z
day: '01'
department:
- _id: CaUh
doi: 10.1111/sjos.12139
external_id:
  arxiv:
  - '1307.3282'
  isi:
  - '000360077100012'
intvolume: '        42'
isi: 1
issue: '3'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://arxiv.org/abs/1307.3282
month: '09'
oa: 1
oa_version: Preprint
page: 832 - 847
publication: Scandinavian Journal of Statistics
publication_status: published
publisher: Wiley
publist_id: '5068'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Iterative scaling in curved exponential families
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 42
year: '2015'
...
---
_id: '2014'
abstract:
- lang: eng
  text: The concepts of faithfulness and strong-faithfulness are important for statistical
    learning of graphical models. Graphs are not sufficient for describing the association
    structure of a discrete distribution. Hypergraphs representing hierarchical log-linear
    models are considered instead, and the concept of parametric (strong-) faithfulness
    with respect to a hypergraph is introduced. Strong-faithfulness ensures the existence
    of uniformly consistent parameter estimators and enables building uniformly consistent
    procedures for a hypergraph search. The strength of association in a discrete
    distribution can be quantified with various measures, leading to different concepts
    of strong-faithfulness. Lower and upper bounds for the proportions of distributions
    that do not satisfy strong-faithfulness are computed for different parameterizations
    and measures of association.
article_processing_charge: No
arxiv: 1
author:
- first_name: Anna
  full_name: Klimova, Anna
  id: 31934120-F248-11E8-B48F-1D18A9856A87
  last_name: Klimova
- first_name: Caroline
  full_name: Uhler, Caroline
  id: 49ADD78E-F248-11E8-B48F-1D18A9856A87
  last_name: Uhler
  orcid: 0000-0002-7008-0216
- first_name: Tamás
  full_name: Rudas, Tamás
  last_name: Rudas
citation:
  ama: Klimova A, Uhler C, Rudas T. Faithfulness and learning hypergraphs from discrete
    distributions. <i>Computational Statistics &#38; Data Analysis</i>. 2015;87(7):57-72.
    doi:<a href="https://doi.org/10.1016/j.csda.2015.01.017">10.1016/j.csda.2015.01.017</a>
  apa: Klimova, A., Uhler, C., &#38; Rudas, T. (2015). Faithfulness and learning hypergraphs
    from discrete distributions. <i>Computational Statistics &#38; Data Analysis</i>.
    Elsevier. <a href="https://doi.org/10.1016/j.csda.2015.01.017">https://doi.org/10.1016/j.csda.2015.01.017</a>
  chicago: Klimova, Anna, Caroline Uhler, and Tamás Rudas. “Faithfulness and Learning
    Hypergraphs from Discrete Distributions.” <i>Computational Statistics &#38; Data
    Analysis</i>. Elsevier, 2015. <a href="https://doi.org/10.1016/j.csda.2015.01.017">https://doi.org/10.1016/j.csda.2015.01.017</a>.
  ieee: A. Klimova, C. Uhler, and T. Rudas, “Faithfulness and learning hypergraphs
    from discrete distributions,” <i>Computational Statistics &#38; Data Analysis</i>,
    vol. 87, no. 7. Elsevier, pp. 57–72, 2015.
  ista: Klimova A, Uhler C, Rudas T. 2015. Faithfulness and learning hypergraphs from
    discrete distributions. Computational Statistics &#38; Data Analysis. 87(7), 57–72.
  mla: Klimova, Anna, et al. “Faithfulness and Learning Hypergraphs from Discrete
    Distributions.” <i>Computational Statistics &#38; Data Analysis</i>, vol. 87,
    no. 7, Elsevier, 2015, pp. 57–72, doi:<a href="https://doi.org/10.1016/j.csda.2015.01.017">10.1016/j.csda.2015.01.017</a>.
  short: A. Klimova, C. Uhler, T. Rudas, Computational Statistics &#38; Data Analysis
    87 (2015) 57–72.
corr_author: '1'
date_created: 2018-12-11T11:55:13Z
date_published: 2015-07-01T00:00:00Z
date_updated: 2025-09-23T08:45:54Z
day: '01'
department:
- _id: CaUh
doi: 10.1016/j.csda.2015.01.017
external_id:
  arxiv:
  - '1404.6617'
  isi:
  - '000352661000005'
intvolume: '        87'
isi: 1
issue: '7'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: http://arxiv.org/abs/1404.6617
month: '07'
oa: 1
oa_version: Preprint
page: 57 - 72
publication: Computational Statistics & Data Analysis
publication_status: published
publisher: Elsevier
publist_id: '5062'
quality_controlled: '1'
scopus_import: '1'
status: public
title: Faithfulness and learning hypergraphs from discrete distributions
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 87
year: '2015'
...
---
_id: '2025'
abstract:
- lang: eng
  text: Small GTP-binding proteins of the Ras superfamily play diverse roles in intracellular
    trafficking. Among them, the Rab, Arf, and Rho families function in successive
    steps of vesicle transport, in forming vesicles from donor membranes, directing
    vesicle trafficking toward target membranes and docking vesicles onto target membranes.
    These proteins act as molecular switches that are controlled by a cycle of GTP
    binding and hydrolysis regulated by guanine nucleotide exchange factors (GEFs)
    and GTPase-activating proteins (GAPs). In this study we explored the role of GAPs
    in the regulation of the endocytic pathway using fluorescently labeled yeast mating
    pheromone α-factor. Among 25 non-essential GAP mutants, we found that deletion
    of the GLO3 gene, encoding Arf-GAP protein, caused defective internalization of
    fluorescently labeled α-factor. Quantitative analysis revealed that glo3Δ cells
    show defective α-factor binding to the cell surface. Interestingly, Ste2p, the
    α-factor receptor, was mis-localized from the plasma membrane to the vacuole in
    glo3Δ cells. Domain deletion mutants of Glo3p revealed that a GAP-independent
    function, as well as the GAP activity, of Glo3p is important for both α-factor
    binding and Ste2p localization at the cell surface. Additionally, we found that
    deletion of the GLO3 gene affects the size and number of Arf1p-residing Golgi
    compartments and causes a defect in transport from the TGN to the plasma membrane.
    Furthermore, we demonstrated that glo3Δ cells were defective in the late endosome-to-TGN
    transport pathway, but not in the early endosome-to-TGN transport pathway. These
    findings suggest novel roles for Arf-GAP Glo3p in endocytic recycling of cell
    surface proteins.
article_processing_charge: No
author:
- first_name: Daiki
  full_name: Kawada, Daiki
  last_name: Kawada
- first_name: Hiromu
  full_name: Kobayashi, Hiromu
  last_name: Kobayashi
- first_name: Tsuyoshi
  full_name: Tomita, Tsuyoshi
  last_name: Tomita
- first_name: Eisuke
  full_name: Nakata, Eisuke
  last_name: Nakata
- first_name: Makoto
  full_name: Nagano, Makoto
  last_name: Nagano
- first_name: Daria E
  full_name: Siekhaus, Daria E
  id: 3D224B9E-F248-11E8-B48F-1D18A9856A87
  last_name: Siekhaus
  orcid: 0000-0001-8323-8353
- first_name: Junko
  full_name: Toshima, Junko
  last_name: Toshima
- first_name: Jiro
  full_name: Toshimaa, Jiro
  last_name: Toshimaa
citation:
  ama: Kawada D, Kobayashi H, Tomita T, et al. The yeast Arf-GAP Glo3p is required
    for the endocytic recycling of cell surface proteins. <i>Biochimica et Biophysica
    Acta - Molecular Cell Research</i>. 2015;1853(1):144-156. doi:<a href="https://doi.org/10.1016/j.bbamcr.2014.10.009">10.1016/j.bbamcr.2014.10.009</a>
  apa: Kawada, D., Kobayashi, H., Tomita, T., Nakata, E., Nagano, M., Siekhaus, D.
    E., … Toshimaa, J. (2015). The yeast Arf-GAP Glo3p is required for the endocytic
    recycling of cell surface proteins. <i>Biochimica et Biophysica Acta - Molecular
    Cell Research</i>. Elsevier. <a href="https://doi.org/10.1016/j.bbamcr.2014.10.009">https://doi.org/10.1016/j.bbamcr.2014.10.009</a>
  chicago: Kawada, Daiki, Hiromu Kobayashi, Tsuyoshi Tomita, Eisuke Nakata, Makoto
    Nagano, Daria E Siekhaus, Junko Toshima, and Jiro Toshimaa. “The Yeast Arf-GAP
    Glo3p Is Required for the Endocytic Recycling of Cell Surface Proteins.” <i>Biochimica
    et Biophysica Acta - Molecular Cell Research</i>. Elsevier, 2015. <a href="https://doi.org/10.1016/j.bbamcr.2014.10.009">https://doi.org/10.1016/j.bbamcr.2014.10.009</a>.
  ieee: D. Kawada <i>et al.</i>, “The yeast Arf-GAP Glo3p is required for the endocytic
    recycling of cell surface proteins,” <i>Biochimica et Biophysica Acta - Molecular
    Cell Research</i>, vol. 1853, no. 1. Elsevier, pp. 144–156, 2015.
  ista: Kawada D, Kobayashi H, Tomita T, Nakata E, Nagano M, Siekhaus DE, Toshima
    J, Toshimaa J. 2015. The yeast Arf-GAP Glo3p is required for the endocytic recycling
    of cell surface proteins. Biochimica et Biophysica Acta - Molecular Cell Research.
    1853(1), 144–156.
  mla: Kawada, Daiki, et al. “The Yeast Arf-GAP Glo3p Is Required for the Endocytic
    Recycling of Cell Surface Proteins.” <i>Biochimica et Biophysica Acta - Molecular
    Cell Research</i>, vol. 1853, no. 1, Elsevier, 2015, pp. 144–56, doi:<a href="https://doi.org/10.1016/j.bbamcr.2014.10.009">10.1016/j.bbamcr.2014.10.009</a>.
  short: D. Kawada, H. Kobayashi, T. Tomita, E. Nakata, M. Nagano, D.E. Siekhaus,
    J. Toshima, J. Toshimaa, Biochimica et Biophysica Acta - Molecular Cell Research
    1853 (2015) 144–156.
date_created: 2018-12-11T11:55:17Z
date_published: 2015-01-01T00:00:00Z
date_updated: 2025-09-23T14:51:55Z
day: '01'
ddc:
- '570'
department:
- _id: DaSi
doi: 10.1016/j.bbamcr.2014.10.009
external_id:
  isi:
  - '000347598100014'
file:
- access_level: open_access
  checksum: 5bb328edebb6a91337cadd7d63f961b7
  content_type: application/pdf
  creator: system
  date_created: 2018-12-12T10:12:18Z
  date_updated: 2020-07-14T12:45:25Z
  file_id: '4936'
  file_name: IST-2016-615-v1+1_BBAMCR.pdf
  file_size: 926685
  relation: main_file
file_date_updated: 2020-07-14T12:45:25Z
has_accepted_license: '1'
intvolume: '      1853'
isi: 1
issue: '1'
language:
- iso: eng
month: '01'
oa: 1
oa_version: Submitted Version
page: 144 - 156
publication: Biochimica et Biophysica Acta - Molecular Cell Research
publication_status: published
publisher: Elsevier
publist_id: '5047'
pubrep_id: '615'
quality_controlled: '1'
scopus_import: '1'
status: public
title: The yeast Arf-GAP Glo3p is required for the endocytic recycling of cell surface
  proteins
tmp:
  image: /images/cc_by_nc_nd.png
  legal_code_url: https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
  name: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International
    (CC BY-NC-ND 4.0)
  short: CC BY-NC-ND (4.0)
type: journal_article
user_id: 317138e5-6ab7-11ef-aa6d-ffef3953e345
volume: 1853
year: '2015'
...
