中文
相关论文

相关论文: A Note on the Parameterised Complexity of Coverabi…

200 篇论文

Does the trace language of a given vector addition system (VAS) intersect with a given context-free language? This question lies at the heart of several verification questions involving recursive programs with integer parameters. In…

形式语言与自动机理论 · 计算机科学 2015-04-30 Jérôme Leroux , Grégoire Sutre , Patrick Totzke

The VC-dimension is a well-studied and fundamental complexity measure of a set system (or hypergraph) that is central to many areas of machine learning. We establish several new results on the complexity of computing the VC-dimension. In…

计算复杂性 · 计算机科学 2025-10-24 Florent Foucaud , Harmender Gahlawat , Fionn Mc Inerney , Prafullkumar Tale

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

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

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 with states (VASS), also known as Petri nets, are a popular model of concurrent systems. Many problems from many areas reduce to the reachability problem for VASS, which consists of deciding whether a target…

形式语言与自动机理论 · 计算机科学 2025-05-20 Roland Guttenberg , Wojciech Czerwiński , Sławomir Lasota

We study the language universality problem for One-Counter Nets, also known as 1-dimensional Vector Addition Systems with States (1-VASS), parameterized either with an initial counter value, or with an upper bound on the allowed counter…

形式语言与自动机理论 · 计算机科学 2020-07-07 Shaull Almagor , Udi Boker , Piotr Hofman , Patrick Totzke

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

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 classical problem of computing geometric thickness, i.e., finding a straight-line drawing of an input graph and a partition of its edges into as few parts as possible so that each part is crossing-free. Since the problem is…

计算复杂性 · 计算机科学 2024-11-26 Thomas Depian , Simon Dominik Fink , Alexander Firbas , Robert Ganian , Martin Nöllenburg

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 parameterized complexity of problems is often studied with respect to the size of their optimal solutions. However, for a maximization problem, the size of the optimal solution can be very large, rendering algorithms parameterized by it…

数据结构与算法 · 计算机科学 2015-03-24 Meirav Zehavi

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

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

We consider the problem of finding a 1-planar drawing for a general graph, where a 1-planar drawing is a drawing in which each edge participates in at most one crossing. Since this problem is known to be NP-hard we investigate the…

数据结构与算法 · 计算机科学 2018-12-18 Michael J. Bannister , Sergio Cabello , David Eppstein

The recent years have seen remarkable progress in establishing the complexity of the reachability problem for vector addition systems with states (VASS), equivalently known as Petri nets. Existing work primarily considers the case in which…

形式语言与自动机理论 · 计算机科学 2023-10-26 Andrei Draghici , Christoph Haase , Andrew Ryzhikov

Vector Addition Systems (VAS), aka Petri nets, are a popular model of concurrency. The reachability set of a VAS is the set of configurations reachable from the initial configuration. Leroux has studied the geometric properties of VAS…

形式语言与自动机理论 · 计算机科学 2023-07-25 Roland Guttenberg , Mikhail Raskin , Javier Esparza

We study languages of unambiguous VASS, that is, Vector Addition Systems with States, whose transitions read letters from a finite alphabet, and whose acceptance condition is defined by a set of final states (i.e., the coverability…

形式语言与自动机理论 · 计算机科学 2020-07-22 Wojciech Czerwiński , Diego Figueira , Piotr Hofman

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

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
‹ 上一页 1 2 3 10 下一页 ›