中文
相关论文

相关论文: VASS reachability in three steps

200 篇论文

We investigate the dimension-parametric complexity of the reachability problem in vector addition systems with states (VASS) and its extension with pushdown stack (pushdown VASS). Up to now, the problem is known to be $\mathcal{F}_k$-hard…

形式语言与自动机理论 · 计算机科学 2023-11-14 Wojciech Czerwiński , Ismaël Jecker , Sławomir Lasota , Jérôme Leroux , Łukasz Orlikowski

We consider the model of one-dimensional Pushdown Vector Addition Systems (1-PVAS), a fundamental computational model simulating both recursive and concurrent behaviours. Our main result is decidability of the reachability problem for…

形式语言与自动机理论 · 计算机科学 2024-11-05 Clotilde Bizière , Wojciech Czerwiński

A pushdown vector addition system with states (PVASS) extends the model of vector addition systems with a pushdown store. A PVASS is said to be \emph{bidirected} if every transition (pushing/popping a symbol or modifying a counter) has an…

形式语言与自动机理论 · 计算机科学 2022-04-26 Moses Ganardi , Rupak Majumdar , Andreas Pavlogiannis , Lia Schütze , Georg Zetzsche

Vector Addition Systems with States (VASS), equivalent to Petri nets, are a well-established model of concurrency. The central algorithmic challenge in VASS is the reachability problem: is there a run from a given starting state and counter…

形式语言与自动机理论 · 计算机科学 2024-12-24 Dmitry Chistikov , Wojciech Czerwiński , Filip Mazowiecki , Łukasz Orlikowski , Henry Sinclair-Banks , Karol Węgrzycki

Branching VASS (BVASS) generalise vector addition systems with states by allowing for special branching transitions that can non-deterministically distribute a counter value between two control states. A run of a BVASS consequently becomes…

形式语言与自动机理论 · 计算机科学 2016-05-09 Stefan Göller , Christoph Haase , Ranko Lazić , Patrick Totzke

We investigate the reachability problem in symmetric vector addition systems with states (VASS), where transitions are invariant under a group of permutations of coordinates. One extremal case, the trivial groups, yields general VASS. In…

形式语言与自动机理论 · 计算机科学 2026-01-12 Łukasz Kamiński , Sławomir Lasota

Vector addition systems with states (VASS) are a popular model for concurrent systems. However, many decision problems have prohibitively high complexity. Therefore, it is sometimes useful to consider overapproximating semantics in which…

计算机科学中的逻辑 · 计算机科学 2023-09-14 Pascal Baumann , Khushraj Madnani , Filip Mazowiecki , Georg Zetzsche

We study the geometry of reachability sets of continuous vector addition systems with states (VASS). In particular we establish that they are almost Minkowski sums of convex cones and zonotopes generated by the vectors labelling the…

计算机科学中的逻辑 · 计算机科学 2022-11-15 Shaull Almagor , Arka Ghosh , Tim Leys , Guillermo A. Perez

This paper studies reachability, coverability and inclusion problems for Integer Vector Addition Systems with States (ZVASS) and extensions and restrictions thereof. A ZVASS comprises a finite-state controller with a finite number of…

形式语言与自动机理论 · 计算机科学 2014-10-01 Christoph Haase , Simon Halfon

The reachability problem in vector addition systems is a central question, not only for the static verification of these systems, but also for many inter-reducible decision problems occurring in various fields. The currently best known…

计算机科学中的逻辑 · 计算机科学 2019-08-20 Jérôme Leroux , Sylvain Schmitz

In this paper we consider the reachability problem for bounded branching VASS. Bounded VASS are a variant of the classic VASS model where all values in all configurations are upper bounded by a fixed natural number, encoded in binary in the…

形式语言与自动机理论 · 计算机科学 2019-08-20 Filip Mazowiecki , Michał Pilipczuk

We consider the problems of language inclusion and language equivalence for Vector Addition Systems with States (VASS) with the acceptance condition defined by the set of accepting states (and more generally by some upward-closed…

形式语言与自动机理论 · 计算机科学 2025-03-26 Wojciech Czerwiński , Piotr Hofman

The reachability problem for vector addition systems is a central problem of net theory. This problem is known to be decidable but the complexity is still unknown. Whereas the problem is EXPSPACE-hard, no elementary upper bounds complexity…

计算机科学中的逻辑 · 计算机科学 2016-08-11 Jérôme Leroux

We show that the regular separability problem of VASS reachability languages is decidable and $\mathbf{F}_{\omega}$-complete. At the heart of our decision procedure are doubly-marked graph transition sequences, a new proof object that…

形式语言与自动机理论 · 计算机科学 2025-08-12 Eren Keskin , Roland Meyer

We consider a variant of reachability in Vector Addition Systems (VAS) dubbed \emph{box reachability}, whereby a vector $v\in \mathbb{N}^d$ is box-reachable from $0$ in a VAS $V$ if $V$ admits a path from $0$ to $v$ that not only stays in…

形式语言与自动机理论 · 计算机科学 2025-08-19 Shaull Almagor , Itay Hasson , Michał Pilipczuk , Michael Zaslavski

A complete characterization of the complexity of the reachability problem for vector addition system has been open for a long time. The problem is shown to be Tower complete.

计算机科学中的逻辑 · 计算机科学 2020-03-24 Yuxi Fu , Qizhe Yang

We investigate the parameterised complexity of the classic coverability problem for vector addition systems (VAS): given a finite set of vectors $V \subseteq\mathbb{Z}^d$, an initial configuration $s\in\mathbb{N}^d$, and a target…

计算复杂性 · 计算机科学 2025-12-16 Michał Pilipczuk , Sylvain Schmitz , Henry Sinclair-Banks

We study a class of reachability problems in weighted graphs with constraints on the accumulated weight of paths. The problems we study can equivalently be formulated in the model of vector addition systems with states (VASS). We consider a…

计算机科学中的逻辑 · 计算机科学 2020-09-08 Shaull Almagor , Nathann Cohen , Guillermo A. Pérez , Mahsa Shirmohammadi , James Worrell

We consider a variant of VASS extended with integer counters, denoted VASS+Z. These are automata equipped with N and Z counters; the N-counters are required to remain nonnegative and the Z-counters do not have this restriction. We study the…

Seminal results establish that the coverability problem for Vector Addition Systems with States (VASS) is in EXPSPACE (Rackoff, '78) and is EXPSPACE-hard already under unary encodings (Lipton, '76). More precisely, Rosier and Yen later…

形式语言与自动机理论 · 计算机科学 2023-05-03 Marvin Künnemann , Filip Mazowiecki , Lia Schütze , Henry Sinclair-Banks , Karol Węgrzycki