中文
相关论文

相关论文: An Extremal Series of Eulerian Synchronizing Autom…

200 篇论文

We prove that a uniformly random automaton with $n$ states on a 2-letter alphabet has a synchronizing word of length $O(n^{1/2}\log n)$ with high probability (w.h.p.). That is to say, w.h.p. there exists a word $\omega$ of such length, and…

形式语言与自动机理论 · 计算机科学 2023-07-04 Guillaume Chapuy , Guillem Perarnau

In this paper we present a new fast algorithm finding minimal reset words for finite synchronizing automata. The problem is know to be computationally hard, and our algorithm is exponential. Yet, it is faster than the algorithms used so far…

形式语言与自动机理论 · 计算机科学 2014-12-15 Andrzej Kisielewicz , Jakub Kowalski , Marek Szykuła

The \v{C}ern\'y conjecture states that every $n$-state synchronizing automaton has a reset word of length at most $(n-1)^2$. We study the hardness of finding short reset words. It is known that the exact version of the problem, i.e.,…

形式语言与自动机理论 · 计算机科学 2015-06-10 Pawel Gawrychowski , Damian Straszak

The \v{C}ern\'y's conjecture states that for every synchronizing automaton with n states there exists a reset word of length not exceeding (n-11)^2. We prove this conjecture for a class of automata preserving certain properties of intervals…

形式语言与自动机理论 · 计算机科学 2012-07-12 M. Grech , A. Kisielewicz

We study the computational complexity of various problems related to synchronization of weakly acyclic automata, a subclass of widely studied aperiodic automata. We provide upper and lower bounds on the length of a shortest word…

形式语言与自动机理论 · 计算机科学 2017-12-08 Andrew Ryzhikov

We follow language theoretic approach to synchronizing automata and \v{C}ern\'{y}'s conjecture initiated in a series of recent papers. We find a precise lower bound for the reset complexity of a principal ideal languages. Also we show a…

形式语言与自动机理论 · 计算机科学 2014-12-23 Marina Maslennikova , Emanuele Rodaro

It was conjectured by \v{C}ern\'y in 1964, that a synchronizing DFA on $n$ states always has a synchronizing word of length at most $(n-1)^2$, and he gave a sequence of DFAs for which this bound is reached. Until now a full analysis of all…

形式语言与自动机理论 · 计算机科学 2018-09-18 Michiel de Bondt , Henk Don , Hans Zantema

In this paper we investigate careful synchronization of one-cluster partial automata. First we prove that in general case the shortest carefully synchronizing word for such automata is of length $2^\frac{n}{2} + 1$, where $n$ is the number…

形式语言与自动机理论 · 计算机科学 2023-11-28 Jakub Ruszil

The largest known reset thresholds for DFAs are equal to $(n-1)^2$, where $n$ is the number of states. This is conjectured to be the maximum possible. PFAs (with partial transition function) can have exponentially large reset thresholds.…

形式语言与自动机理论 · 计算机科学 2023-04-18 Stijn Cambie , Michiel de Bondt , Henk Don

It was conjectured by \v{C}ern\'y in 1964 that a synchronizing DFA on $n$ states always has a shortest synchronizing word of length at most $(n-1)^2$, and he gave a sequence of DFAs for which this bound is reached. In this paper, we…

形式语言与自动机理论 · 计算机科学 2017-12-15 Michiel de Bondt , Henk Don , Hans Zantema

Instead of looking at the lengths of synchronizing words as in \v{C}ern\'y's conjecture, we look at the switch count of such words, that is, we only count the switches from one letter to another. Where the synchronizing words of the…

形式语言与自动机理论 · 计算机科学 2018-12-12 Henk Don , Hans Zantema

A deterministic finite automaton is synchronizing if there exists a word that sends all states of the automaton to the same state. \v{C}ern\'y conjectured in 1964 that a synchronizing automaton with $n$ states has a synchronizing word of…

组合数学 · 数学 2016-09-23 Henk Don

We use a semigroup-theoretic construction by Peter Higgins in order to produce, for each even $n$, an $n$-state and 3-letter synchronizing automaton with the following two features: 1) all its input letters act as idempotent selfmaps of…

形式语言与自动机理论 · 计算机科学 2019-04-03 Mikhail Volkov

We show that any one-counter automaton with $n$ states, if its language is non-empty, accepts some word of length at most $O(n^2)$. This closes the gap between the previously known upper bound of $O(n^3)$ and lower bound of $\Omega(n^2)$.…

形式语言与自动机理论 · 计算机科学 2023-06-22 Dmitry Chistikov , Wojciech Czerwiński , Piotr Hofman , Michał Pilipczuk , Michael Wehar

We present a new characteristic of a regular ideal language called reset complexity. We find some bounds on the reset complexity in terms of the state complexity of a given language. We also compare the reset complexity and the state…

形式语言与自动机理论 · 计算机科学 2014-04-11 Marina Maslennikova

We consider Rote words, which are infinite binary words with factor complexity $2n$. We prove that the repetition threshold for this class is $5/2$. Our technique is purely computational, using the Walnut theorem prover and a new technique…

组合数学 · 数学 2024-07-02 Nicolas Ollinger , Jeffrey Shallit

A synchronizing word of a deterministic finite complete automaton is a word whose action maps every state to a single one. Finding a shortest or a short synchronizing word is a central computational problem in the theory of synchronizing…

形式语言与自动机理论 · 计算机科学 2022-07-13 Marek Szykuła , Adam Zyzik

Finite automata on infinite words ($\omega$-automata) proved to be a powerful weapon for modeling and reasoning infinite behaviors of reactive systems. Complementation of $\omega$-automata is crucial in many of these applications. But the…

计算机科学中的逻辑 · 计算机科学 2011-09-20 Yang Cai , Ting Zhang

In this paper, we propose a procedure that given an integer reset timed automaton (IRTA) ${\cal A}$, produces a language equivalent deterministic one clock IRTA ${\cal B}$ whose size is at most doubly exponential in the size of ${\cal A}$.…

形式语言与自动机理论 · 计算机科学 2010-01-11 Lakshmi Manasa , Krishna. S

This paper establishes a lower bound on the number of states necessary in the worst case to simulate an $n$-state two-way nondeterministic finite automaton (2NFA) by a one-way unambiguous finite automaton (UFA). It is proved that for every…

形式语言与自动机理论 · 计算机科学 2024-12-10 Semyon Petrov , Alexander Okhotin