中文
相关论文

相关论文: VASS reachability in three steps

200 篇论文

Vectors addition systems with states (VASS), or equivalently Petri nets, are arguably one of the most studied formalisms for the modeling and analysis of concurrent systems. A central decision problem for VASS is reachability: whether there…

计算机科学中的逻辑 · 计算机科学 2025-07-01 Clotilde Bizière , Thibault Hilaire , Jérôme Leroux , Grégoire Sutre

Reachability in pushdown vector addition systems with states (PVASS) is among the longest standing open problems in Theoretical Computer Science. We show that the problem is decidable in full generality. Our decision procedure is similar in…

计算机科学中的逻辑 · 计算机科学 2026-02-19 Roland Guttenberg , Eren Keskin , Roland Meyer

The reachability problem is a central decision problem for formal verification based on vector addition systems with states (VASS), which are equivalent to Petri nets and form one of the most studied and applied models of concurrency.…

形式语言与自动机理论 · 计算机科学 2020-05-12 Wojciech Czerwiński , Sławomir Lasota , Ranko Lazić , Jérôme Leroux , Filip Mazowiecki

Determining the complexity of the reachability problem for vector addition systems with states (VASS) is a long-standing open problem in computer science. Long known to be decidable, the problem to this day lacks any complexity upper bound…

形式语言与自动机理论 · 计算机科学 2017-03-20 Michael Blondin , Alain Finkel , Stefan Göller , Christoph Haase , Pierre McKenzie

The reachability problem in 3-dimensional vector addition systems with states (3-VASS) is known to be PSpace-hard, and to belong to Tower. We significantly narrow down the complexity gap by proving the problem to be solvable in…

形式语言与自动机理论 · 计算机科学 2025-04-29 Wojciech Czerwiński , Ismaël Jecker , Sławomir Lasota , Łukasz Orlikowski

More than 30 years after their inception, the decidability proofs for reachability in vector addition systems (VAS) still retain much of their mystery. These proofs rely crucially on a decomposition of runs successively refined by Mayr,…

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

Vector addition system with states (VASS) is a popular model for the verification of concurrent systems. VASS consists of finitely many control states and a set of counters which can be incremented and decremented, but not tested for zero.…

计算机科学中的逻辑 · 计算机科学 2024-05-21 A. R. Balasubramanian

Pushdown Vector Addition Systems with States (PVASS) consist of finitely many control states, a pushdown stack, and a set of counters that can be incremented and decremented, but not tested for zero. Whether the reachability problem is…

形式语言与自动机理论 · 计算机科学 2023-11-01 A. R. Balasubramanian , Rupak Majumdar , Ramanathan S. Thinniyam , Georg Zetzsche

Vector addition systems with states (VASS) are widely used for the formal verification of concurrent systems. Given their tremendous computational complexity, practical approaches have relied on techniques such as reachability relaxations,…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Michael Blondin , Mikhail Raskin

The geometric dimension of a Vector Addition System with States (VASS), emerged in Leroux and Schmitz (2019) and formalized by Fu, Yang, and Zheng (2024), quantifies the dimension of the vector space spanned by cycle effects in the system.…

形式语言与自动机理论 · 计算机科学 2024-12-20 Yangluo Zheng

Vector addition systems (VAS) constitute an important model of computation and concurrency that is equally expressive as the Petri net model. Recently, a lot of research has been conducted on vector addition systems with states (VASS),…

形式语言与自动机理论 · 计算机科学 2026-04-28 Weijun Chen , Yuxi Fu , Yangluo Zheng

The reachability problem for vector addition systems with states (VASS) has been shown to be \textsc{Ackermann}-complete. For every $k\geq 3$, a completeness result for the $k$-dimensional VASS reachability problem is not yet available. It…

形式语言与自动机理论 · 计算机科学 2023-08-22 Qizhe Yang , Yuxi Fu

The reachability problem for Vector Addition Systems (VASs) is a central problem of net theory. The general problem is known to be decidable by algorithms exclusively based on the classical Kosaraju-Lambert-Mayr-Sacerdote-Tenney…

计算机科学中的逻辑 · 计算机科学 2015-07-01 leroux jerome

Vector addition system with states is an ubiquitous model of computation with extensive applications in computer science. The reachability problem for vector addition systems is central since many other problems reduce to that question. The…

计算机科学中的逻辑 · 计算机科学 2020-07-20 Jérôme Leroux , Grégoire Sutre

Despite recent progress which settled the complexity of the reachability problem for Vector Addition Systems with States (VASSes) as being Ackermann-complete we still lack much understanding for that problem. A striking example is the…

形式语言与自动机理论 · 计算机科学 2022-09-14 Wojciech Czerwiński , Adam Jędrych

An $\mathsf{F}_{d}$ upper bound for the reachability problem in vector addition systems with states (VASS) in fixed dimension is given, where $\mathsf{F}_d$ is the $d$-th level of the Grzegorczyk hierarchy of complexity classes. The new…

计算机科学中的逻辑 · 计算机科学 2024-04-24 Yuxi Fu , Qizhe Yang , Yangluo Zheng

A pushdown vector addition system with states (PVASS) extends the model of vector addition systems with a pushdown stack. The algorithmic analysis of PVASS has applications such as static analysis of recursive programs manipulating integer…

计算机科学中的逻辑 · 计算机科学 2024-02-21 Guillermo A. Perez , Shrisha Rao

We study the complexity of the reachability problem for Vector Addition Systems with States (VASSes) in fixed dimensions. We provide four lower bounds improving the currently known state-of-the-art: 1) \np-hardness for unary flat $4$-VASSes…

形式语言与自动机理论 · 计算机科学 2022-03-09 Wojciech Czerwiński , Łukasz Orlikowski

Vector addition systems with states (VASS) are a classic model in concurrency theory. Grammar vector addition systems (GVAS), equivalently, pushdown VASS, extend VASS by using a context-free grammar to control addition. In this paper, our…

计算机科学中的逻辑 · 计算机科学 2026-02-06 Chengfeng Xue , Yuxi Fu

Reachability of vector addition systems with states (VASS) is Ackermann complete~\cite{leroux2021reachability,czerwinski2021reachability}. For $d$-dimensional VASS reachability it is known that the problem is…

计算复杂性 · 计算机科学 2025-04-18 Yuxi Fu , Yangluo Zheng , Qizhe Yang
‹ 上一页 1 2 3 10 下一页 ›