
TL;DR
This paper presents a polynomial-time algorithm for the road coloring problem, which involves finding a synchronizing coloring for a directed graph with uniform outdegree, based on a recent solution to the problem.
Contribution
It introduces an efficient $O(n^3)$ algorithm for the road coloring problem, advancing the computational methods for synchronizing automata.
Findings
Algorithm runs in $O(n^3)$ worst-case time
Implementation available in TESTAS package
Works for strongly connected graphs with uniform outdegree
Abstract
A coloring of edges of a finite directed graph turns the graph into finite-state automaton. The synchronizing word of a deterministic automaton is a word in the alphabet of colors (considered as letters) of its edges that maps the automaton to a single state. A coloring of edges of a directed graph of uniform outdegree (constant outdegree of any vertex) is synchronizing if the coloring turns the graph into a deterministic finite automaton possessing a synchronizing word. The road coloring problem is the problem of synchronizing coloring of a directed finite strongly connected graph of uniform outdegree if the greatest common divisor of the lengths of all its cycles is one. The problem posed in 1970 had evoked a noticeable interest among the specialists in the theory of graphs, automata, codes, symbolic dynamics as well as among the wide mathematical community. A polynomial time…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topicssemigroups and automata theory · Cellular Automata and Applications · DNA and Biological Computing
