中文
相关论文

相关论文: On the Complexity of Equivalence and Minimisation …

200 篇论文

The question if a deterministic finite automaton admits a software reset in the form of a so-called synchronizing word can be answered in polynomial time. In this paper, we extend this algorithmic question to deterministic automata beyond…

形式语言与自动机理论 · 计算机科学 2020-12-23 Henning Fernau , Petra Wolf , Tomoyuki Yamakami

We consider the value 1 problem for probabilistic automata over finite words: it asks whether a given probabilistic automaton accepts words with probability arbitrarily close to 1. This problem is known to be undecidable. However, different…

形式语言与自动机理论 · 计算机科学 2017-09-12 Nathanaël Fijalkow

Register automata are a basic model of computation over infinite alphabets. Fresh-register automata extend register automata with the capability to generate fresh symbols in order to model computational scenarios involving name creation.…

计算机科学中的逻辑 · 计算机科学 2025-02-12 Andrzej S. Murawski , Steven J. Ramsay , Nikos Tzevelekos

We consider a classical scheduling problem on $m$ identical machines. For an arbitrary constant $q>1$, the aim is to assign jobs to machines such that $\sum_{i=1}^m C_i^q$ is minimized, where $C_i$ is the total processing time of jobs…

计算复杂性 · 计算机科学 2021-07-14 Lin Chen , Liangde Tao , José Verschae

This paper is about reachability analysis in a restricted subclass of multi-pushdown automata. We assume that the control states of an automaton are partially ordered, and all transitions of an automaton go downwards with respect to the…

计算机科学中的逻辑 · 计算机科学 2015-07-01 Wojciech Czerwiński , Piotr Hofman , SŁawomir Lasota

We present efficient algorithms to reduce the size of nondeterministic B\"uchi word automata (NBA) and nondeterministic finite word automata (NFA), while retaining their languages. Additionally, we describe methods to solve PSPACE-complete…

形式语言与自动机理论 · 计算机科学 2023-06-22 Lorenzo Clemente , Richard Mayr

A central approach to algorithmic derandomization is to construct probability distributions with small support that "fool" randomized algorithms, often enabling efficient parallel (NC) implementations. An abstraction of this idea is fooling…

数据结构与算法 · 计算机科学 2026-01-27 Jeff Giliberti , David G. Harris

This paper connects the classes of weighted alternating finite automata (WAFA), weighted finite tree automata (WFTA), and polynomial automata (PA). First, we investigate the use of trees in the run semantics for weighted alternating…

计算机科学中的逻辑 · 计算机科学 2024-02-14 Gustav Grabolle

We develop a generic reduction procedure for active learning problems. Our approach is inspired by a recent polynomial-time reduction of the exact learning problem for weighted automata over integers to that for weighted automata over…

形式语言与自动机理论 · 计算机科学 2025-10-14 Quentin Aristote , Sam van Gool , Daniela Petrişan , Mahsa Shirmohammadi

VQ (Vendor Qualification) and IOQ (Installation and Operation Qualification) audits are implemented in warehouses to ensure all equipment being turned over in the fulfillment network meets the quality standards. Audit checks are likely to…

机器学习 · 计算机科学 2022-09-30 Farouq Halawa , Majid Abdul , Raashid Mohammed

Weighted automata are non-deterministic automata where the transitions are equipped with weights. They can model quantitative aspects of systems like costs or energy consumption. The value of a run can be computed, for example, as the…

计算机科学中的逻辑 · 计算机科学 2015-06-22 Manfred Droste , Vitaly Perevoshchikov

Complexity classes such as $\#\mathbf{P}$, $\oplus\mathbf{P}$, $\mathbf{GapP}$, $\mathbf{OptP}$, $\mathbf{NPMV}$, or the class of fuzzy languages realised by polynomial-time fuzzy nondeterministic Turing machines, can all be described in…

形式语言与自动机理论 · 计算机科学 2024-08-20 Peter Kostolányi

Equilibrium logic is an approach to nonmonotonic reasoning that extends the stable-model and answer-set semantics for logic programs. In particular, it includes the general case of nested logic programs, where arbitrary Boolean combinations…

计算机科学中的逻辑 · 计算机科学 2009-12-30 David Pearce , Hans Tompits , Stefan Woltran

Semiautomata form a rich class of sequence-processing algorithms with applications in natural language processing, robotics, computational biology, and data mining. We establish the first Statistical Query hardness result for semiautomata…

机器学习 · 计算机科学 2025-10-07 George Giapitzakis , Kimon Fountoulakis , Eshaan Nichani , Jason D. Lee

We consider the precedence-constrained scheduling problem to minimize the total weighted completion time. For a single machine several $2$-approximation algorithms are known, which are based on linear programming and network flows. We show…

数据结构与算法 · 计算机科学 2023-09-22 Sven Jäger , Philipp Warode

In coding and information theory, it is desirable to construct maximal codes that can be either variable length codes or error control codes of fixed length. However deciding code maximality boils down to deciding whether a given NFA is…

形式语言与自动机理论 · 计算机科学 2022-04-13 Stavros Konstantinidis , Mitja Mastnak , Nelma Moreira , Rogério Reis

Automata networks are a versatile model of finite discrete dynamical systems composed of interacting entities (the automata), able to embed any directed graph as a dynamics on its space of configurations (the set of vertices, representing…

离散数学 · 计算机科学 2025-09-24 Aliénor Goubault-Larrecq , Kévin Perrot

This paper examines several measures of space complexity of variants of stack automata: non-erasing stack automata and checking stack automata. These measures capture the minimum stack size required to accept every word in the language of…

形式语言与自动机理论 · 计算机科学 2022-12-05 Oscar H. Ibarra , Jozef Jirásek , Ian McQuillan , Luca Prigioniero

Limit-average automata are weighted automata on infinite words that use average to aggregate the weights seen in infinite runs. We study approximate learning problems for limit-average automata in two settings: passive and active. In the…

形式语言与自动机理论 · 计算机科学 2019-06-27 Jakub Michaliszyn , Jan Otop

In probabilistic programming, the inference problem asks to determine a program's posterior distribution conditioned on its "observe" instructions. Inference is challenging, especially when exact rather than approximate results are…

形式语言与自动机理论 · 计算机科学 2025-11-26 Dominik Geißler , Tobias Winkler