中文
相关论文

相关论文: Precise estimation on the order of local testabili…

200 篇论文

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 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 threshold testable language L is a language with the property that for some non negative integers k and l and for some word u from L, a word v belongs to L if and only if (1) the prefixes [suffixes] of length k-1 of words u and v…

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

A locally testable semigroup S is a semigroup with the property that for some nonnegative integer k, called the order or level of local testability, two words u and v in some set of generators for semigroup S are equal in the semigroup if…

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

A regular tree language L is locally testable if membership of a tree in L depends only on the presence or absence of some fix set of neighborhoods in the tree. In this paper we show that it is decidable whether a regular tree language is…

形式语言与自动机理论 · 计算机科学 2015-07-01 Thomas Place , Luc Segoufin

A right [left] locally testable language S is a language with the property that for some non negative integer k two words u and v in alphabet S are equal in the semi group if (1) the prefix and suffix of the words of length k coincide, (2)…

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

A classical result (often credited to Y. Medvedev) states that every language recognized by a finite automaton is the homomorphic image of a local language, over a much larger so-called local alphabet, namely the alphabet of the edges of…

形式语言与自动机理论 · 计算机科学 2011-08-19 Stefano Crespi Reghizzi , Pierluigi San Pietro

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 regular set of words is ($k$-)locally testable if membership of a word in the set is determined by the nature of its subwords of some bounded length $k$. In this article we study groups for which the set of all geodesic words with respect…

群论 · 数学 2011-11-04 S. Hermiller , Derek F. Holt , Sarah Rees

We implement a set of procedures for deciding whether or not a language given by its minimal automaton or by its syntactic semigroup is locally testable, right or left locally testable, threshold locally testable, strictly locally testable,…

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

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

We show that for any two distinct words $ s_1, s_2 $ over an arbitrary alphabets, there exists a deterministic finite automaton with $ O(\log^2 n) $ states that accepts $ s_1 $ and rejects $ s_2 $. This improves the previous upper bound of…

形式语言与自动机理论 · 计算机科学 2025-04-03 Bogdan C. Dumitru

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

This paper studies the complexity of operations on finite automata and the complexity of their decision problems when the alphabet is unary. Let $n$ denote the maximum of the number of states of the input finite automata considered in the…

形式语言与自动机理论 · 计算机科学 2024-12-16 Wojciech Czerwiński , Maciej Dębski , Tomasz Gogasz , Gordon Hoi , Sanjay Jain , Michał Skrzypczak , Frank Stephan , Christopher Tan

A deterministic finite automaton in which every non-empty set of states occurs as the image of the whole state set under the action of a suitable input word is called completely reachable. It was conjectured that in each completely…

形式语言与自动机理论 · 计算机科学 2024-03-20 David Casas , Mikhail V. Volkov

Finite automata whose computations can be reversed, at any point, by knowing the last k symbols read from the input, for a fixed k, are considered. These devices and their accepted languages are called k-reversible automata and k-reversible…

形式语言与自动机理论 · 计算机科学 2017-08-23 Giovanna J. Lavado , Giovanni Pighizzini , Luca Prigioniero

A separator for two languages is a third language containing the first one and disjoint from the second one. We investigate the following decision problem: given two regular input languages, decide whether there exists a locally testable…

形式语言与自动机理论 · 计算机科学 2015-07-01 Thomas Place , Lorijn van Rooijen , Marc Zeitoun

A regular language $L$ is said to be prime, if it is not the product of two non-trivial languages. Martens et al. settled the exact complexity of deciding primality for deterministic finite automata in 2010. For finite languages, Mateescu…

形式语言与自动机理论 · 计算机科学 2019-02-19 Philip Sieder

We study the task, for a given language $L$, of enumerating the (generally infinite) sequence of its words, without repetitions, while bounding the delay between two consecutive words. To allow for delay bounds that do not depend on the…

形式语言与自动机理论 · 计算机科学 2023-01-10 Antoine Amarilli , Mikaël Monet

The height of a piecewise-testable language $L$ is the maximum length of the words needed to define $L$ by excluding and requiring given subwords. The height of $L$ is an important descriptive complexity measure that has not yet been…

计算机科学中的逻辑 · 计算机科学 2023-06-22 Prateek Karandikar , Philippe Schnoebelen
‹ 上一页 1 2 3 10 下一页 ›