Skip to main content

Showing 1–28 of 28 results for author: Sankur, O

Searching in archive cs. Search in all archives.
.
  1. arXiv:2504.15960  [pdf, other

    cs.LO

    The Value Problem for Multiple-Environment MDPs with Parity Objective

    Authors: Krishnendu Chatterjee, Laurent Doyen, Jean-François Raskin, Ocan Sankur

    Abstract: We consider multiple-environment Markov decision processes (MEMDP), which consist of a finite set of MDPs over the same state space, representing different scenarios of transition structure and probability. The value of a strategy is the probability to satisfy the objective, here a parity objective, in the worst-case scenario, and the value of an MEMDP is the supremum of the values achievable by a… ▽ More

    Submitted 22 April, 2025; originally announced April 2025.

    Comments: Extended version of ICALP 2025 paper

  2. arXiv:2408.05190  [pdf, other

    cs.FL

    Parameterized Verification of Timed Networks with Clock Invariants

    Authors: Étienne André, Swen Jacobs, Shyam Lal Karra, Ocan Sankur

    Abstract: We consider parameterized verification problems for networks of timed automata (TAs) that communicate via disjunctive guards or lossy broadcast. To this end, we first consider disjunctive timed networks (DTNs), i.e., networks of TAs that communicate via location guards that enable a transition only if there is another process in a certain location. We solve for the first time the general case with… ▽ More

    Submitted 9 August, 2024; originally announced August 2024.

    Comments: 31 pages, 7 figures

    ACM Class: D.2.4; F.1.2

  3. arXiv:2407.18994  [pdf, other

    cs.AI cs.GT cs.LG

    Online Test Synthesis From Requirements: Enhancing Reinforcement Learning with Game Theory

    Authors: Ocan Sankur, Thierry Jéron, Nicolas Markey, David Mentré, Reiya Noguchi

    Abstract: We consider the automatic online synthesis of black-box test cases from functional requirements specified as automata for reactive implementations. The goal of the tester is to reach some given state, so as to satisfy a coverage criterion, while monitoring the violation of the requirements. We develop an approach based on Monte Carlo Tree Search, which is a classical technique in reinforcement le… ▽ More

    Submitted 26 July, 2024; originally announced July 2024.

  4. arXiv:2305.10546  [pdf, other

    cs.GT cs.FL cs.LO

    Games on Graphs

    Authors: Nathanaël Fijalkow, Nathalie Bertrand, Patricia Bouyer-Decitre, Romain Brenguier, Arnaud Carayol, John Fearnley, Hugo Gimbert, Florian Horn, Rasmus Ibsen-Jensen, Nicolas Markey, Benjamin Monmege, Petr Novotný, Mickael Randour, Ocan Sankur, Sylvain Schmitz, Olivier Serre, Mateusz Skomra

    Abstract: The objective of this collaborative textbook is to present the state of the art on games on graphs, which is part of a larger research topic called game theory. Games on graphs is the field concerned with games whose rules and evolution are represented by a graph.

    Submitted 17 May, 2023; originally announced May 2023.

    Comments: 490 pages. Coordinator: Nathanaël Fijalkow

  5. arXiv:2207.07479  [pdf, ps, other

    cs.LO

    Zone-based verification of timed automata: extrapolations, simulations and what next?

    Authors: Patricia Bouyer, Paul Gastin, Frédéric Herbreteau, Ocan Sankur, B. Srivathsan

    Abstract: Timed automata have been introduced by Rajeev Alur and David Dill in the early 90's. In the last decades, timed automata have become the de facto model for the verification of real-time systems. Algorithms for timed automata are based on the traversal of their state-space using zones as a symbolic representation. Since the state-space is infinite, termination relies on finite abstractions that yie… ▽ More

    Submitted 15 July, 2022; originally announced July 2022.

    Comments: Invited contribution at FORMATS'22

    MSC Class: 68Q60; 03B70 ACM Class: D.2.4; F.1.1

  6. arXiv:2207.01537  [pdf, ps, other

    cs.GT cs.FL

    Non-Blind Strategies in Timed Network Congestion Games

    Authors: Aline Goeminne, Nicolas Markey, Ocan Sankur

    Abstract: Network congestion games are a convenient model for reasoning about routing problems in a network: agents have to move from a source to a target vertex while avoiding congestion, measured as a cost depending on the number of players using the same link. Network congestion games have been extensively studied over the last 40 years, while their extension with timing constraints were considered more… ▽ More

    Submitted 4 July, 2022; originally announced July 2022.

  7. arXiv:2204.12280  [pdf, other

    math.OC cs.LO

    The variance-penalized stochastic shortest path problem

    Authors: Jakob Piribauer, Ocan Sankur, Christel Baier

    Abstract: The stochastic shortest path problem (SSPP) asks to resolve the non-deterministic choices in a Markov decision process (MDP) such that the expected accumulated weight before reaching a target state is maximized. This paper addresses the optimization of the variance-penalized expectation (VPE) of the accumulated weight, which is a variant of the SSPP in which a multiple of the variance of accumulat… ▽ More

    Submitted 21 April, 2022; originally announced April 2022.

    Comments: This is the extended version of the conference version accepted for publication at ICALP 2022

  8. arXiv:2204.11670  [pdf, other

    cs.FL cs.DC cs.LO

    Parameterized safety verification of round-based shared-memory systems

    Authors: Nathalie Bertrand, Nicolas Markey, Ocan Sankur, Nicolas Waldburger

    Abstract: We consider the parameterized verification problem for distributed algorithms where the goal is to develop techniques to prove the correctness of a given algorithm regardless of the number of participating processes. Motivated by an asynchronous binary consensus algorithm [J. Aspnes, Fast deterministic consensus in a noisy environment. Journal of Algorithms, 2002], we consider round-based distribu… ▽ More

    Submitted 25 April, 2022; originally announced April 2022.

  9. arXiv:2009.13632  [pdf, other

    cs.GT

    Dynamic network congestion games

    Authors: Nathalie Bertrand, Nicolas Markey, Suman Sadhukhan, Ocan Sankur

    Abstract: Congestion games are a classical type of games studied in game theory, in which n players choose a resource, and their individual cost increases with the number of other players choosing the same resource. In network congestion games (NCGs), the resources correspond to simple paths in a graph, e.g. representing routing options from a source to a target. In this paper, we introduce a variant of NCG… ▽ More

    Submitted 28 September, 2020; originally announced September 2020.

    Comments: Full version of a paper to appear at FSTTCS 2020

  10. arXiv:2007.01014  [pdf, other

    cs.FL cs.SE

    Incremental methods for checking real-time consistency

    Authors: Thierry Jéron, Nicolas Markey, David Mentré, Reiya Noguchi, Ocan Sankur

    Abstract: Requirements engineering is a key phase in the development process. Ensuring that requirements are consistent is essential so that they do not conflict and admit implementations. We consider the formal verification of rt-consistency, which imposes that the inevitability of definitive errors of a requirement should be anticipated, and that of partial consistency, which was recently introduced as a… ▽ More

    Submitted 8 July, 2020; v1 submitted 2 July, 2020; originally announced July 2020.

    Comments: 18 pages, published in Formats 2020

  11. arXiv:2006.03280  [pdf, other

    cs.AI cs.MA

    Conflict-Based Search for Connected Multi-Agent Path Finding

    Authors: Arthur Queffelec, Ocan Sankur, François Schwarzentruber

    Abstract: We study a variant of the multi-agent path finding problem (MAPF) in which agents are required to remain connected to each other and to a designated base. This problem has applications in search and rescue missions where the entire execution must be monitored by a human operator. We re-visit the conflict-based search algorithm known for MAPF, and define a variant where conflicts arise from disconn… ▽ More

    Submitted 5 June, 2020; originally announced June 2020.

  12. arXiv:1905.07365  [pdf, other

    cs.FL

    Abstraction Refinement Algorithms for Timed Automata

    Authors: Victor Roussanaly, Ocan Sankur, Nicolas Markey

    Abstract: We present abstraction-refinement algorithms for model checking safety properties of timed automata. The abstraction domain we consider abstracts away zones by restricting the set of clock constraints that can be used to define them, while the refinement procedure computes the set of constraints that must be taken into consideration in the abstraction so as to exclude a given spurious counterexamp… ▽ More

    Submitted 24 May, 2019; v1 submitted 17 May, 2019; originally announced May 2019.

  13. arXiv:1903.04300  [pdf, other

    cs.AI cs.DS cs.MA

    Reachability and Coverage Planning for Connected Agents: Extended Version

    Authors: Tristan Charrier, Arthur Queffelec, Ocan Sankur, François Schwarzentruber

    Abstract: Motivated by the increasing appeal of robots in information-gathering missions, we study multi-agent path planning problems in which the agents must remain interconnected. We model an area by a topological graph specifying the movement and the connectivity constraints of the agents. We study the theoretical complexity of the reachability and the coverage problems of a fleet of connected agents on… ▽ More

    Submitted 11 March, 2019; originally announced March 2019.

  14. arXiv:1804.11301  [pdf, other

    cs.LO

    Stochastic Shortest Paths and Weight-Bounded Properties in Markov Decision Processes

    Authors: Christel Baier, Nathalie Bertrand, Clemens Dubslaff, Daniel Gburek, Ocan Sankur

    Abstract: The paper deals with finite-state Markov decision processes (MDPs) with integer weights assigned to each state-action pair. New algorithms are presented to classify end components according to their limiting behavior with respect to the accumulated weights. These algorithms are used to provide solutions for two types of fundamental problems for integer-weighted MDPs. First, a polynomial-time algor… ▽ More

    Submitted 30 April, 2018; originally announced April 2018.

    MSC Class: 68Q87 ACM Class: G.3; F.4.1; D.2.4

  15. The 4th Reactive Synthesis Competition (SYNTCOMP 2017): Benchmarks, Participants & Results

    Authors: Swen Jacobs, Nicolas Basset, Roderick Bloem, Romain Brenguier, Maximilien Colange, Peter Faymonville, Bernd Finkbeiner, Ayrat Khalimov, Felix Klein, Thibaud Michaud, Guillermo A. Pérez, Jean-François Raskin, Ocan Sankur, Leander Tentrup

    Abstract: We report on the fourth reactive synthesis competition (SYNTCOMP 2017). We introduce two new benchmark classes that have been added to the SYNTCOMP library, and briefly describe the benchmark selection, evaluation scheme and the experimental setup of SYNTCOMP 2017. We present the participants of SYNTCOMP 2017, with a focus on changes with respect to the previous years and on the two completely new… ▽ More

    Submitted 28 November, 2017; originally announced November 2017.

    Comments: In Proceedings SYNT 2017, arXiv:1711.10224. arXiv admin note: text overlap with arXiv:1609.00507

    Journal ref: EPTCS 260, 2017, pp. 116-143

  16. arXiv:1702.06439  [pdf, ps, other

    cs.GT cs.LO

    Admissibility in Concurrent Games

    Authors: Nicolas Basset, Gilles Geeraerts, Jean-François Raskin, Ocan Sankur

    Abstract: In this paper, we study the notion of admissibility for randomised strategies in concurrent games. Intuitively, an admissible strategy is one where the player plays `as well as possible', because there is no other strategy that dominates it, i.e., that wins (almost surely) against a super set of adversarial strategies. We prove that admissible strategies always exist in concurrent games, and we ch… ▽ More

    Submitted 21 February, 2017; originally announced February 2017.

  17. arXiv:1611.08677  [pdf, other

    cs.LO cs.GT

    Admissibility in Quantitative Graph Games

    Authors: Romain Brenguier, Guillermo A. Pérez, Jean-François Raskin, Ocan Sankur

    Abstract: Admissibility has been studied for games of infinite duration with Boolean objectives. We extend here this study to games of infinite duration with quantitative objectives. First, we show that, un- der the assumption that optimal worst-case and cooperative strategies exist, admissible strategies are guaranteed to exist. Second, we give a characterization of admissible strategies using the no- tion… ▽ More

    Submitted 26 November, 2016; originally announced November 2016.

    Comments: This is the full version of an article that will be published in FSTTCS'16

    ACM Class: F.1.1; D.2.4

  18. The 3rd Reactive Synthesis Competition (SYNTCOMP 2016): Benchmarks, Participants & Results

    Authors: Swen Jacobs, Roderick Bloem, Romain Brenguier, Ayrat Khalimov, Felix Klein, Robert Könighofer, Jens Kreber, Alexander Legg, Nina Narodytska, Guillermo A. Pérez, Jean-François Raskin, Leonid Ryzhyk, Ocan Sankur, Martina Seidl, Leander Tentrup, Adam Walker

    Abstract: We report on the benchmarks, participants and results of the third reactive synthesis competition(SYNTCOMP 2016). The benchmark library of SYNTCOMP 2016 has been extended to benchmarks in the new LTL-based temporal logic synthesis format (TLSF), and 2 new sets of benchmarks for the existing AIGER-based format for safety specifications. The participants of SYNTCOMP 2016 can be separated according t… ▽ More

    Submitted 23 November, 2016; v1 submitted 2 September, 2016; originally announced September 2016.

    Comments: In Proceedings SYNT 2016, arXiv:1611.07178

    Journal ref: EPTCS 229, 2016, pp. 149-177

  19. Compositional Algorithms for Succinct Safety Games

    Authors: Romain Brenguier, Guillermo A. Pérez, Jean-François Raskin, Ocan Sankur

    Abstract: We study the synthesis of circuits for succinct safety specifications given in the AIG format. We show how AIG safety specifications can be decomposed automatically into sub specifications. Then we propose symbolic compositional algorithms to solve the synthesis problem compositionally starting for the sub-specifications. We have evaluated the compositional algorithms on a set of benchmarks includ… ▽ More

    Submitted 2 February, 2016; originally announced February 2016.

    Comments: In Proceedings SYNT 2015, arXiv:1602.00786

    ACM Class: F.3.1,B.1.2,B.6.3

    Journal ref: EPTCS 202, 2016, pp. 98-111

  20. The Second Reactive Synthesis Competition (SYNTCOMP 2015)

    Authors: Swen Jacobs, Roderick Bloem, Romain Brenguier, Robert Könighofer, Guillermo A. Pérez, Jean-François Raskin, Leonid Ryzhyk, Ocan Sankur, Martina Seidl, Leander Tentrup, Adam Walker

    Abstract: We report on the design and results of the second reactive synthesis competition (SYNTCOMP 2015). We describe our extended benchmark library, with 6 completely new sets of benchmarks, and additional challenging instances for 4 of the benchmark sets that were already used in SYNTCOMP 2014. To enhance the analysis of experimental results, we introduce an extension of our benchmark format with meta-i… ▽ More

    Submitted 2 February, 2016; originally announced February 2016.

    Comments: In Proceedings SYNT 2015, arXiv:1602.00786

    Journal ref: EPTCS 202, 2016, pp. 27-57

  21. arXiv:1512.05568  [pdf, ps, other

    cs.LO cs.FL cs.GT

    Non-Zero Sum Games for Reactive Synthesis

    Authors: Romain Brenguier, Lorenzo Clemente, Paul Hunter, Guillermo A. Pérez, Mickael Randour, Jean-François Raskin, Ocan Sankur, Mathieu Sassolas

    Abstract: In this invited contribution, we summarize new solution concepts useful for the synthesis of reactive systems that we have introduced in several recent publications. These solution concepts are developed in the context of non-zero sum games played on graphs. They are part of the contributions obtained in the inVEST project funded by the European Research Council.

    Submitted 17 December, 2015; originally announced December 2015.

    Comments: LATA'16 invited paper

  22. arXiv:1507.00623  [pdf, ps, other

    cs.LO cs.GT

    Assume-Admissible Synthesis

    Authors: Romain Brenguier, Jean-François Raskin, Ocan Sankur

    Abstract: In this paper, we introduce a novel rule for synthesis of reactive systems, applicable to systems made of n components which have each their own objectives. It is based on the notion of admissible strategies. We compare our novel rule with previous rules defined in the literature, and we show that contrary to the previous proposals, our rule defines sets of solutions which are rectangular. This pr… ▽ More

    Submitted 2 July, 2015; originally announced July 2015.

    Comments: 31 pages

    ACM Class: D.2.4; F.3.1; I.2.2

  23. The First Reactive Synthesis Competition (SYNTCOMP 2014)

    Authors: Swen Jacobs, Roderick Bloem, Romain Brenguier, Rüdiger Ehlers, Timotheus Hell, Robert Könighofer, Guillermo A. Pérez, Jean-François Raskin, Leonid Ryzhyk, Ocan Sankur, Martina Seidl, Leander Tentrup, Adam Walker

    Abstract: We introduce the reactive synthesis competition (SYNTCOMP), a long-term effort intended to stimulate and guide advances in the design and application of synthesis procedures for reactive systems. The first iteration of SYNTCOMP is based on the controller synthesis problem for finite-state systems and safety specifications. We provide an overview of this problem and existing approaches to solve it,… ▽ More

    Submitted 13 April, 2016; v1 submitted 29 June, 2015; originally announced June 2015.

    Comments: 24 pages, published in STTT

    Journal ref: International Journal on Software Tools for Technology Transfer, Online First, 2016, pp 1-24

  24. arXiv:1411.0835  [pdf, ps, other

    cs.LO cs.FL cs.GT math.OC

    Variations on the Stochastic Shortest Path Problem

    Authors: Mickael Randour, Jean-François Raskin, Ocan Sankur

    Abstract: In this invited contribution, we revisit the stochastic shortest path problem, and show how recent results allow one to improve over the classical solutions: we present algorithms to synthesize strategies with multiple guarantees on the distribution of the length of paths reaching a given target, rather than simply minimizing its expected value. The concepts and algorithms that we propose here are… ▽ More

    Submitted 4 November, 2014; originally announced November 2014.

    Comments: Invited paper for VMCAI 2015

  25. arXiv:1410.4801  [pdf, ps, other

    cs.LO

    Percentile Queries in Multi-Dimensional Markov Decision Processes

    Authors: Mickael Randour, Jean-François Raskin, Ocan Sankur

    Abstract: Markov decision processes (MDPs) with multi-dimensional weights are useful to analyze systems with multiple objectives that may be conflicting and require the analysis of trade-offs. We study the complexity of percentile queries in such MDPs and give algorithms to synthesize strategies that enforce such constraints. Given a multi-dimensional weighted MDP and a quantitative payoff function $f$, thr… ▽ More

    Submitted 7 December, 2016; v1 submitted 17 October, 2014; originally announced October 2014.

    Comments: Extended version of CAV 2015 paper

  26. AbsSynthe: abstract synthesis from succinct safety specifications

    Authors: Romain Brenguier, Guillermo A. Pérez, Jean-François Raskin, Ocan Sankur

    Abstract: In this paper, we describe a synthesis algorithm for safety specifications described as circuits. Our algorithm is based on fixpoint computations, abstraction and refinement, it uses binary decision diagrams as symbolic data structure. We evaluate our tool on the benchmarks provided by the organizers of the synthesis competition organized within the SYNT'14 workshop.

    Submitted 21 July, 2014; originally announced July 2014.

    Comments: In Proceedings SYNT 2014, arXiv:1407.4937

    ACM Class: F.3.1,B.1.2,B.6.3

    Journal ref: EPTCS 157, 2014, pp. 100-116

  27. arXiv:1405.4733  [pdf, ps, other

    cs.LO eess.SY

    Multiple-Environment Markov Decision Processes

    Authors: Jean-François Raskin, Ocan Sankur

    Abstract: We introduce Multi-Environment Markov Decision Processes (MEMDPs) which are MDPs with a set of probabilistic transition functions. The goal in a MEMDP is to synthesize a single controller with guaranteed performances against all environments even though the environment is unknown a priori. While MEMDPs can be seen as a special class of partially observable MDPs, we show that several verification p… ▽ More

    Submitted 3 December, 2014; v1 submitted 19 May, 2014; originally announced May 2014.

  28. arXiv:1001.0920  [pdf, ps, other

    cs.DS

    Online Correlation Clustering

    Authors: Claire Mathieu, Ocan Sankur, Warren Schudy

    Abstract: We study the online clustering problem where data items arrive in an online fashion. The algorithm maintains a clustering of data items into similarity classes. Upon arrival of v, the relation between v and previously arrived items is revealed, so that for each u we are told whether v is similar to u. The algorithm can create a new cluster for v and merge existing clusters. When the objective… ▽ More

    Submitted 3 February, 2010; v1 submitted 6 January, 2010; originally announced January 2010.

    Comments: 12 pages, 1 figure

    ACM Class: F.2.2