中文
相关论文

相关论文: On the decidability of $k$-Block determinism

200 篇论文

A regular language is $k$-lookahead deterministic (resp. $k$-block deterministic) if it is specified by a $k$-lookahead deterministic (resp. $k$-block deterministic) regular expression. These two subclasses of regular languages have been…

形式语言与自动机理论 · 计算机科学 2015-12-18 Pascal Caron , Ludovic Mignot , Clément Miklarz

In this paper, we consider block languages, namely sets of words having the same length, and we propose a new representation for these languages. In particular, given an alphabet of size $k$ and a length $\ell$, a block language can be…

形式语言与自动机理论 · 计算机科学 2025-05-19 Guilherme Duarte , Nelma Moreira , Luca Prigioniero , Rogério Reis

An automaton is unambiguous if for every input it has at most one accepting computation. An automaton is k-ambiguous (for k > 0) if for every input it has at most k accepting computations. An automaton is boundedly ambiguous if it is…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Alexander Rabinovich , Doron Tiferet

We exhibit the construction of a deterministic automaton that, given k > 0, recognizes the (regular) language of k-differentiable words. Our approach follows a scheme of Crochemore et al. based on minimal forbidden words. We extend this…

离散数学 · 计算机科学 2015-03-18 Jean-Marc Fédou , Gabriele Fici

We study the class of languages that have membership proofs which can be verified by real-time finite-state machines using only a constant number of random bits, regardless of the size of their inputs. Since any further restriction on the…

计算复杂性 · 计算机科学 2022-06-03 Özdeniz Dolu , Nevzat Ersoy , M. Utkan Gezer , A. C. Cem Say

In this paper, we present a proof of the NP-completeness of computing the smallest Deterministic Finite Automaton (DFA) that distinguishes two given regular languages as DFAs. A distinguishing DFA is an automaton that recognizes a language…

形式语言与自动机理论 · 计算机科学 2023-06-07 Jan Martens

A regular language $L$ is union-free if it can be represented by a regular expression without the union operation. A union-free language is deterministic if it can be accepted by a deterministic one-cycle-free-path finite automaton; this is…

形式语言与自动机理论 · 计算机科学 2018-01-04 Janusz A. Brzozowski , Sylvie Davies

Unambiguous non-deterministic finite automata have intermediate expressive power and succinctness between deterministic and non-deterministic automata. It has been conjectured that every unambiguous non-deterministic one-way finite…

计算复杂性 · 计算机科学 2018-02-15 Michael Raskin

The class of Boolean combinations of tree languages recognized by deterministic top-down tree automata (also known as deterministic root-to-frontier automata) is studied. The problem of determining for a given regular tree language whether…

形式语言与自动机理论 · 计算机科学 2024-01-15 Christof Löding , Wolfgang Thomas

A regular language is $k$-piecewise testable if it is a finite boolean combination of languages of the form $\Sigma^* a_1 \Sigma^* \cdots \Sigma^* a_n \Sigma^*$, where $a_i\in\Sigma$ and $0\le n \le k$. Given a DFA $A$ and $k\ge 0$, it is…

形式语言与自动机理论 · 计算机科学 2016-09-07 Tomáš Masopust

A locally testable language L is a language with the property that for some non negative integer k, called the order of local testability, whether or not a word u is in the language L depends on (1) the prefix and suffix of the word u of…

形式语言与自动机理论 · 计算机科学 2021-06-07 A. N. Trahtman

A locally testable language L is a language with the property that for some non negative integer k, called the order or the level of local testable, whether or not a word u in the language L depends on (1) the prefix and the suffix of the…

形式语言与自动机理论 · 计算机科学 2020-11-13 A. N. Trahtman

For a non-negative integer $k$, a language is $k$-piecewise test\-able ($k$-PT) if it is a finite boolean combination of languages of the form $\Sigma^* a_1 \Sigma^* \cdots \Sigma^* a_n \Sigma^*$ for $a_i\in\Sigma$ and $0\le n \le k$. We…

形式语言与自动机理论 · 计算机科学 2015-06-10 Tomáš Masopust , Michaël Thomazo

A locally threshold testable language L is a language with the property that for some non negative integers k and l, whether or not a word u is in the language L depends on (1) the prefix and suffix of the word u of length k > 1 and (2) the…

形式语言与自动机理论 · 计算机科学 2021-05-25 A. N. Trahtman

A class of languages C is perfect if it is closed under Boolean operations and the emptiness problem is decidable. Perfect language classes are the basis for the automata-theoretic approach to model checking: a system is correct if the…

形式语言与自动机理论 · 计算机科学 2012-08-28 Javier Esparza , Pierre Ganty , Rupak Majumdar

A nondeterministic automaton is semantically deterministic (SD) if different nondeterministic choices in the automaton lead to equivalent states. Semantic determinism is interesting as it is a natural relaxation of determinism, and as some…

形式语言与自动机理论 · 计算机科学 2023-05-26 Bader Abu Radi , Orna Kupferman

It is an open problem to characterize the class of languages recognized by quantum finite automata (QFA). We examine some necessary and some sufficient conditions for a (regular) language to be recognizable by a QFA. For a subclass of…

量子物理 · 物理学 2007-05-23 Andris Ambainis , Arnolds Kikusts , Maris Valdats

We define a class of languages of infinite words over infinite alphabets, and the corresponding automata. The automata used for recognition are a generalisation of deterministic Muller automata to the setting of nominal sets. Remarkably,…

形式语言与自动机理论 · 计算机科学 2013-10-16 Vincenzo Ciancia , Matteo Sammartino

The class of Unambiguous Star-Free Regular Languages (UL) was defined by Schutzenberger as the class of languages defined by Unambiguous Polynomials. UL has been variously characterized (over finite words) by logics such as TL[X_a,Y_a],…

形式语言与自动机理论 · 计算机科学 2014-01-14 Paritosh K. Pandya , Simoni S. Shah

A language is dense if the set of all infixes (or subwords) of the language is the set of all words. Here, it is shown that it is decidable whether the language accepted by a nondeterministic Turing machine with a one-way read-only input…

形式语言与自动机理论 · 计算机科学 2019-03-08 Oscar H. Ibarra , Ian McQuillan
‹ 上一页 1 2 3 10 下一页 ›