Skip to main content

Showing 1–39 of 39 results for author: Szykuła, M

.
  1. arXiv:2312.14121  [pdf, ps, other

    cs.AI

    Fast and Knowledge-Free Deep Learning for General Game Playing (Student Abstract)

    Authors: Michał Maras, Michał Kępa, Jakub Kowalski, Marek Szykuła

    Abstract: We develop a method of adapting the AlphaZero model to General Game Playing (GGP) that focuses on faster model generation and requires less knowledge to be extracted from the game rules. The dataset generation uses MCTS playing instead of self-play; only the value network is used, and attention layers replace the convolutional ones. This allows us to abandon any assumptions about the action space… ▽ More

    Submitted 21 December, 2023; originally announced December 2023.

    Comments: AAAI-24 Student Abstracts

  2. arXiv:2309.08321  [pdf

    cs.FL

    Reset thresholds of transformation monoids

    Authors: Igor Rystsov, Marek Szykuła

    Abstract: Motivated by the Černý conjecture for automata, we introduce the concept of monoidal automata, which allows the formulation of the Černý conjecture for monoids. We show upper bounds on the reset threshold of monoids with certain properties. In particular, we obtain a quadratic upper bound if the transformation monoid contains a primitive group of permutations and a singular of maximal rank with on… ▽ More

    Submitted 15 September, 2023; originally announced September 2023.

  3. arXiv:2307.01302  [pdf, other

    cs.FL

    Primitive Automata that are Synchronizing

    Authors: Igor Rystsov, Marek Szykuła

    Abstract: A deterministic finite (semi)automaton is primitive if its transition monoid (semigroup) acting on the set of states has no non-trivial congruences. It is synchronizing if it contains a constant map (transformation). In analogy to synchronizing groups, we study the possibility of characterizing automata that are synchronizing if primitive. We prove that the implication holds for several classes of… ▽ More

    Submitted 3 July, 2023; originally announced July 2023.

    Comments: Note: The weak variant of our conjecture in a stronger form has been recently solved by Mikhail Volkov arXiv:2306.13317, together with several new results concerning our problem

  4. arXiv:2208.05956  [pdf, ps, other

    cs.FL

    Completely reachable automata: a quadratic decision algorithm and a quadratic upper bound on the reaching threshold

    Authors: Robert Ferens, Marek Szykuła

    Abstract: A complete deterministic finite (semi)automaton (DFA) with a set of states $Q$ is \emph{completely reachable} if every nonempty subset of $Q$ is the image of the action of some word applied to $Q$. The concept of completely reachable automata appeared, in particular, in connection with synchronizing automata; the class contains the Čern{ý} automata and covers several independently investigated sub… ▽ More

    Submitted 11 June, 2024; v1 submitted 11 August, 2022; originally announced August 2022.

    Comments: Revision and new results. This is the extended version of https://doi.org/10.4230/LIPIcs.ICALP.2023.59

  5. arXiv:2207.05495  [pdf, other

    cs.FL cs.DS

    An Improved Algorithm for Finding the Shortest Synchronizing Words

    Authors: Marek Szykuła, Adam Zyzik

    Abstract: 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 automata and is applied in other areas such as model-based testing and the theory of codes. Because the problem of finding a shortest synchronizing word is comput… ▽ More

    Submitted 3 July, 2022; originally announced July 2022.

    Comments: Full version of ESA 2022 paper

  6. arXiv:2112.07761  [pdf, other

    cs.AI

    Split Moves for Monte-Carlo Tree Search

    Authors: Jakub Kowalski, Maksymilian Mika, Wojciech Pawlik, Jakub Sutowicz, Marek Szykuła, Mark H. M. Winands

    Abstract: In many games, moves consist of several decisions made by the player. These decisions can be viewed as separate moves, which is already a common practice in multi-action games for efficiency reasons. Such division of a player move into a sequence of simpler / lower level moves is called \emph{splitting}. So far, split moves have been applied only in forementioned straightforward cases, and further… ▽ More

    Submitted 14 December, 2021; originally announced December 2021.

    Comments: AAAI 2022

  7. arXiv:2101.05057  [pdf, other

    cs.FL math.CO

    Synchronizing Strongly Connected Partial DFAs

    Authors: Mikhail V. Berlinkov, Robert Ferens, Andrew Ryzhikov, Marek Szykuła

    Abstract: We study synchronizing partial DFAs, which extend the classical concept of synchronizing complete DFAs and are a special case of synchronizing unambiguous NFAs. A partial DFA is called synchronizing if it has a word (called a reset word) whose action brings a non-empty subset of states to a unique state and is undefined for all other states. While in the general case the problem of checking whethe… ▽ More

    Submitted 13 January, 2021; originally announced January 2021.

    Comments: Full version of the paper at STACS 2021

  8. arXiv:2006.08295  [pdf, ps, other

    cs.AI

    Efficient Reasoning in Regular Boardgames

    Authors: Jakub Kowalski, Radosław Miernik, Maksymilian Mika, Wojciech Pawlik, Jakub Sutowicz, Marek Szykuła, Andrzej Tkaczyk

    Abstract: We present the technical side of reasoning in Regular Boardgames (RBG) language -- a universal General Game Playing (GGP) formalism for the class of finite deterministic games with perfect information, encoding rules in the form of regular expressions. RBG serves as a research tool that aims to aid in the development of generalized algorithms for knowledge inference, analysis, generation, learning… ▽ More

    Submitted 15 June, 2020; originally announced June 2020.

    Comments: IEEE Conference on Games 2020

  9. arXiv:2003.03410  [pdf, ps, other

    cs.AI

    Experimental Studies in General Game Playing: An Experience Report

    Authors: Jakub Kowalski, Marek Szykuła

    Abstract: We describe nearly fifteen years of General Game Playing experimental research history in the context of reproducibility and fairness of comparisons between various GGP agents and systems designed to play games described by different formalisms. We think our survey may provide an interesting perspective of how chaotic methods were allowed when nothing better was possible. Finally, from our experie… ▽ More

    Submitted 6 March, 2020; originally announced March 2020.

    Journal ref: The AAAI 2020 Workshop on Reproducible AI - RAI2020

  10. arXiv:1910.00309  [pdf, ps, other

    cs.AI

    A note on the empirical comparison of RBG and Ludii

    Authors: Jakub Kowalski, Maksymilian Mika, Jakub Sutowicz, Marek Szykuła

    Abstract: We present an experimental comparison of the efficiency of three General Game Playing systems in their current versions: Regular Boardgames (RBG 1.0), Ludii~0.3.0, and a Game Description Language (GDL) propnet. We show that in general, RBG is currently the fastest GGP system. For example, for chess, we demonstrate that RBG is about 37 times faster than Ludii, and Ludii is about 3 times slower than… ▽ More

    Submitted 4 October, 2019; v1 submitted 1 October, 2019; originally announced October 2019.

  11. The Frobenius and factor universality problems of the Kleene star of a finite set of words

    Authors: Maksymilian Mika, Marek Szykuła

    Abstract: We solve open problems concerning the Kleene star $L^*$ of a finite set $L$ of words over an alphabet $Σ$. The \emph{Frobenius monoid} problem is the question for a given finite set of words $L$, whether the language $L^*$ is cofinite. We show that it is PSPACE-complete. We also exhibit an infinite family of sets $L$ such that the length of the longest words not in $L^*$ (when $L^*$ is cofinite) i… ▽ More

    Submitted 1 April, 2021; v1 submitted 18 February, 2019; originally announced February 2019.

    Comments: The final published version plus appendix with a generator of examples

    Journal ref: Journal of the ACM, 68(3), 18:1--18:22, 2021

  12. arXiv:1806.06299  [pdf, other

    cs.FL cs.CC

    Finding Short Synchronizing Words for Prefix Codes

    Authors: Andrew Ryzhikov, Marek Szykuła

    Abstract: We study the problems of finding a shortest synchronizing word and its length for a given prefix code. This is done in two different settings: when the code is defined by an arbitrary decoder recognizing its star and when the code is defined by its literal decoder (whose size is polynomially equivalent to the total length of all words in the code). For the first case for every $\varepsilon > 0$ we… ▽ More

    Submitted 16 June, 2018; originally announced June 2018.

    Comments: Accepted to MFCS 2018

  13. arXiv:1710.06000  [pdf, ps, other

    cs.FL

    State Complexity of Overlap Assembly

    Authors: Janusz Brzozowski, Lila Kari, Bai Li, Marek Szykuła

    Abstract: The \emph{state complexity} of a regular language $L_m$ is the number $m$ of states in a minimal deterministic finite automaton (DFA) accepting $L_m$. The state complexity of a regularity-preserving binary operation on regular languages is defined as the maximal state complexity of the result of the operation where the two operands range over all languages of state complexities $\le m$ and… ▽ More

    Submitted 11 December, 2018; v1 submitted 16 October, 2017; originally announced October 2017.

  14. arXiv:1706.02462  [pdf, ps, other

    cs.AI

    Regular Boardgames

    Authors: Jakub Kowalski, Maksymilian Mika, Jakub Sutowicz, Marek Szykuła

    Abstract: We propose a new General Game Playing (GGP) language called Regular Boardgames (RBG), which is based on the theory of regular languages. The objective of RBG is to join key properties as expressiveness, efficiency, and naturalness of the description in one GGP formalism, compensating certain drawbacks of the existing languages. This often makes RBG more suitable for various research and practical… ▽ More

    Submitted 13 November, 2018; v1 submitted 8 June, 2017; originally announced June 2017.

    Comments: AAAI 2019

  15. Preimage problems for deterministic finite automata

    Authors: Mikhail V. Berlinkov, Robert Ferens, Marek Szykuła

    Abstract: Given a subset of states $S$ of a deterministic finite automaton and a word $w$, the preimage is the subset of all states mapped to a state in $S$ by the action of $w$. We study three natural problems concerning words giving certain preimages. The first problem is whether, for a given subset, there exists a word \emph{extending} the subset (giving a larger preimage). The second problem is whether… ▽ More

    Submitted 19 September, 2020; v1 submitted 26 April, 2017; originally announced April 2017.

    Journal ref: Journal of Computer and System Sciences, 115:214--234, 2021

  16. Improving the upper bound on the length of the shortest reset words

    Authors: Marek Szykuła

    Abstract: We improve the best known upper bound on the length of the shortest reset words of synchronizing automata. The new bound is slightly better than $114 n^3 / 685 + O(n^2)$. The Černý conjecture states that $(n-1)^2$ is an upper bound. So far, the best general upper bound was $(n^3-n)/6-1$ obtained by J.-E.~Pin and P.~Frankl in 1982. Despite a number of efforts, it remained unchanged for about 35 yea… ▽ More

    Submitted 29 March, 2018; v1 submitted 17 February, 2017; originally announced February 2017.

    Comments: STACS 2018 version with the open problems section extended

    Journal ref: In Symposium on Theoretical Aspects of Computer Science (STACS 2018), volume 96 of LIPIcs, pages 56:1--56:13, 2018

  17. arXiv:1702.03961  [pdf, other

    cs.FL

    Existential length universality

    Authors: Paweł Gawrychowski, Martin Lange, Narad Rampersad, Jeffrey Shallit, Marek Szykuła

    Abstract: We study the following natural variation on the classical universality problem: given a language $L(M)$ represented by $M$ (e.g., a DFA/RE/NFA/PDA), does there exist an integer $\ell \geq 0$ such that $Σ^\ell \subseteq L(M)$? In the case of an NFA, we show that this problem is NEXPTIME-complete, and the smallest such $\ell$ can be doubly exponential in the number of states. This particular case wa… ▽ More

    Submitted 9 March, 2020; v1 submitted 13 February, 2017; originally announced February 2017.

    Comments: This is the full version of the conference paper https://doi.org/10.4230/LIPIcs.STACS.2020.16

  18. arXiv:1701.03768  [pdf, ps, other

    cs.FL

    Complexity of regular bifix-free languages

    Authors: Robert Ferens, Marek Szykuła

    Abstract: We study descriptive complexity properties of the class of regular bifix-free languages, which is the intersection of prefix-free and suffix-free regular languages. We show that there exist a single ternary universal (stream of) bifix-free languages that meet all the bounds for the state complexity basic operations (Boolean operations, product, star, and reversal). This is in contrast with suffix-… ▽ More

    Submitted 13 January, 2017; originally announced January 2017.

    Comments: 20 pages, 1 figure, 4 tables

  19. Synchronizing Automata with Extremal Properties

    Authors: Andrzej Kisielewicz, Marek Szykuła

    Abstract: We present a few classes of synchronizing automata exhibiting certain extremal properties with regard to synchronization. The first is a series of automata with subsets whose shortest extending words are of length $\varTheta(n^2)$, where $n$ is the number of states of the automaton. This disproves a conjecture that every subset in a strongly connected synchronizing automaton is $cn$-extendable, fo… ▽ More

    Submitted 3 August, 2016; originally announced August 2016.

    Comments: The final publication is available at Springer via doi below. arXiv admin note: text overlap with arXiv:1404.3311

    Journal ref: Mathematical Foundations of Computer Science (MFCS 2015), volume 9234 of LNCS, pages 331--343, 2015

  20. Experiments with Synchronizing Automata

    Authors: Andrzej Kisielewicz, Jakub Kowalski, Marek Szykuła

    Abstract: We have improved an algorithm generating synchronizing automata with a large length of the shortest reset words. This has been done by refining some known results concerning bounds on the reset length. Our improvements make possible to consider a number of conjectures and open questions concerning synchronizing automata, checking them for automata with a small number of states and discussing the r… ▽ More

    Submitted 14 July, 2016; originally announced July 2016.

    Comments: CIAA 2016. The final publication available at http://link.springer.com/chapter/10.1007/978-3-319-40946-7_15

    Journal ref: In Implementation and Application of Automata (CIAA 2016), volume 9705 of LNCS, pages 176--188, 2016

  21. arXiv:1606.02645  [pdf, other

    cs.AI

    Simplified Boardgames

    Authors: Jakub Kowalski, Jakub Sutowicz, Marek Szykuła

    Abstract: We formalize Simplified Boardgames language, which describes a subclass of arbitrary board games. The language structure is based on the regular expressions, which makes the rules easily machine-processable while kee** the rules concise and fairly human-readable.

    Submitted 15 July, 2016; v1 submitted 8 June, 2016; originally announced June 2016.

  22. arXiv:1604.06936  [pdf, ps, other

    cs.FL

    Syntactic complexity of bifix-free languages

    Authors: Marek Szykuła, John Wittnebel

    Abstract: We study the properties of syntactic monoids of bifix-free regular languages. In particular, we solve an open problem concerning syntactic complexity: We prove that the cardinality of the syntactic semigroup of a bifix-free language with state complexity $n$ is at most $(n-1)^{n-3}+(n-2)^{n-3}+(n-3)2^{n-3}$ for $n\ge 6$. The main proof uses a large construction with the method of injective functio… ▽ More

    Submitted 6 October, 2018; v1 submitted 23 April, 2016; originally announced April 2016.

  23. An Extremal Series of Eulerian Synchronizing Automata

    Authors: Marek Szykuła, Vojtěch Vorel

    Abstract: We present an infinite series of $n$-state Eulerian automata whose reset words have length at least $(n^2-3)/2$. This improves the current lower bound on the length of shortest reset words in Eulerian automata. We conjecture that $(n^2-3)/2$ also forms an upper bound for this class and we experimentally verify it for small automata by an exhaustive computation.

    Submitted 3 August, 2016; v1 submitted 11 April, 2016; originally announced April 2016.

    Comments: The final publication is available at Springer via http://dx.doi.org/10.1007/978-3-662-53132-7_31

    Journal ref: Developments in Language Theory (DLT 2016), volume 9840 of LNCS, pages 380--392, 2016

  24. On the State Complexity of the Shuffle of Regular Languages

    Authors: Janusz Brzozowski, Galina Jirásková, Bo Liu, Aayush Rajasekaran, Marek Szykuła

    Abstract: We investigate the shuffle operation on regular languages represented by complete deterministic finite automata. We prove that $f(m,n)=2^{mn-1} + 2^{(m-1)(n-1)}(2^{m-1}-1)(2^{n-1}-1)$ is an upper bound on the state complexity of the shuffle of two regular languages having state complexities $m$ and $n$, respectively. We also state partial results about the tightness of this bound. We show that the… ▽ More

    Submitted 15 July, 2016; v1 submitted 3 December, 2015; originally announced December 2015.

    Comments: The final publication is available at Springer via http://dx.doi.org/10.1007/978-3-319-41114-9_6

    Journal ref: In Descriptional Complexity of Formal Systems (DCFS 2016), volume 9777 of LNCS, pages 73--86, 2016

  25. arXiv:1509.06032  [pdf, ps, other

    cs.FL

    Syntactic complexity of regular ideals

    Authors: Janusz A. Brzozowski, Marek Szykuła, Yuli Ye

    Abstract: The state complexity of a regular language is the number of states in a minimal deterministic finite automaton accepting the language. The syntactic complexity of a regular language is the cardinality of its syntactic semigroup. The syntactic complexity of a subclass of regular languages is the worst-case syntactic complexity taken as a function of the state complexity $n$ of languages in that cla… ▽ More

    Submitted 13 January, 2017; v1 submitted 20 September, 2015; originally announced September 2015.

    Comments: 26 pages, 13 figures, 1 table. arXiv admin note: text overlap with arXiv:1403.2090

  26. On the Number of Synchronizing Colorings of Digraphs

    Authors: Vladimir V. Gusev, Marek Szykuła

    Abstract: We deal with $k$-out-regular directed multigraphs with loops (called simply \emph{digraphs}). The edges of such a digraph can be colored by elements of some fixed $k$-element set in such a way that outgoing edges of every vertex have different colors. Such a coloring corresponds naturally to an automaton. The road coloring theorem states that every primitive digraph has a synchronizing coloring.… ▽ More

    Submitted 10 August, 2015; originally announced August 2015.

    Comments: CIAA 2015. The final publication is available at http://link.springer.com/chapter/10.1007/978-3-319-22360-5_11

    Journal ref: In Implementation and Application of Automata (CIAA 2015), volume 9223 of LNCS, pages 127-139, Springer, 2015

  27. arXiv:1508.00212  [pdf, ps, other

    cs.AI

    Procedural Content Generation for GDL Descriptions of Simplified Boardgames

    Authors: Jakub Kowalski, Marek Szykuła

    Abstract: We present initial research towards procedural generation of Simplified Boardgames and translating them into an efficient GDL code. This is a step towards establishing Simplified Boardgames as a comparison class for General Game Playing agents. To generate playable, human readable, and balanced chess-like games we use an adaptive evolutionary algorithm with the fitness function based on simulated… ▽ More

    Submitted 2 August, 2015; originally announced August 2015.

  28. arXiv:1504.05159  [pdf, ps, other

    cs.FL

    Complexity of Suffix-Free Regular Languages

    Authors: Janusz Brzozowski, Marek Szykuła

    Abstract: We study various complexity properties of suffix-free regular languages. The quotient complexity of a regular language $L$ is the number of left quotients of $L$; this is the same as the state complexity of $L$. A regular language $L'$ is a dialect of a regular language $L$ if it differs only slightly from $L$. The quotient complexity of an operation on regular languages is the maximal quotient co… ▽ More

    Submitted 12 December, 2016; v1 submitted 20 April, 2015; originally announced April 2015.

    Comments: 27 pages, 7 figures, 2 tables

  29. arXiv:1412.8363  [pdf, ps, other

    cs.FL

    Algebraic synchronization criterion and computing reset words

    Authors: Mikhail Berlinkov, Marek Szykuła

    Abstract: We refine a uniform algebraic approach for deriving upper bounds on reset thresholds of synchronizing automata. We express the condition that an automaton is synchronizing in terms of linear algebra, and obtain upper bounds for the reset thresholds of automata with a short word of a small rank. The results are applied to make several improvements in the area. We improve the best general upper bo… ▽ More

    Submitted 18 December, 2015; v1 submitted 29 December, 2014; originally announced December 2014.

    Comments: 18 pages, 2 figures

    ACM Class: F.4.3

  30. arXiv:1412.2281  [pdf, ps, other

    cs.FL

    Syntactic Complexity of Suffix-Free Languages

    Authors: Janusz Brzozowski, Marek Szykuła

    Abstract: We solve an open problem concerning syntactic complexity: We prove that the cardinality of the syntactic semigroup of a suffix-free language with $n$ left quotients (that is, with state complexity $n$) is at most $(n-1)^{n-2}+n-2$ for $n\ge 6$. Since this bound is known to be reachable, this settles the problem. We also reduce the alphabet of the witness languages reaching this bound to five lette… ▽ More

    Submitted 15 October, 2015; v1 submitted 6 December, 2014; originally announced December 2014.

    Comments: 22 pages, 12 figures

  31. Checking Whether an Automaton Is Monotonic Is NP-complete

    Authors: Marek Szykuła

    Abstract: An automaton is monotonic if its states can be arranged in a linear order that is preserved by the action of every letter. We prove that the problem of deciding whether a given automaton is monotonic is NP-complete. The same result is obtained for oriented automata, whose states can be arranged in a cyclic order. Moreover, both problems remain hard under the restriction to binary input alphabets.

    Submitted 10 August, 2015; v1 submitted 18 July, 2014; originally announced July 2014.

    Comments: 13 pages, 4 figures. CIAA 2015. The final publication is available at http://link.springer.com/chapter/10.1007/978-3-319-22360-5_23

    Journal ref: In Implementation and Application of Automata, volume 9223 of LNCS, pages 279-291, Springer, 2015

  32. arXiv:1404.3311  [pdf, ps, other

    cs.FL

    Generating Synchronizing Automata with Large Reset Lengths

    Authors: Andrzej Kisielewicz, Marek Szykuła

    Abstract: We study synchronizing automata with the shortest reset words of relatively large length. First, we refine the Frankl-Pin result on the length of the shortest words of rank $m$, and the Béal, Berlinkov, Perrin, and Steinberg results on the length of the shortest reset words in one-cluster automata. The obtained results are useful in computation aimed in extending the class of small automata for wh… ▽ More

    Submitted 28 March, 2018; v1 submitted 12 April, 2014; originally announced April 2014.

  33. arXiv:1403.2090  [pdf, ps, other

    cs.FL

    Upper Bounds on Syntactic Complexity of Left and Two-Sided Ideals

    Authors: Janusz Brzozowski, Marek Szykuła

    Abstract: We solve two open problems concerning syntactic complexity: We prove that the cardinality of the syntactic semigroup of a left ideal or a suffix-closed language with $n$ left quotients (that is, with state complexity $n$) is at most $n^{n-1}+n-1$, and that of a two-sided ideal or a factor-closed language is at most $n^{n-2}+(n-2)2^{n-2}+1$. Since these bounds are known to be reachable, this settle… ▽ More

    Submitted 3 July, 2014; v1 submitted 9 March, 2014; originally announced March 2014.

    Comments: 15 pages, 7 figures

  34. arXiv:1401.0157  [pdf, ps, other

    cs.FL

    Large Aperiodic Semigroups

    Authors: Janusz Brzozowski, Marek Szykuła

    Abstract: The syntactic complexity of a regular language is the size of its syntactic semigroup. This semigroup is isomorphic to the transition semigroup of the minimal deterministic finite automaton accepting the language, that is, to the semigroup generated by transformations induced by non-empty words on the set of states of the automaton. In this paper we search for the largest syntactic semigroup of a… ▽ More

    Submitted 18 June, 2014; v1 submitted 31 December, 2013; originally announced January 2014.

    Comments: 22 pages, 1 figure, 2 tables

  35. arXiv:1308.1978  [pdf, ps, other

    cs.FL cs.DS

    A New Heuristic Synchronizing Algorithm

    Authors: Jakub Kowalski, Marek Szykuła

    Abstract: We present a new heuristic algorithm finding reset words. The algorithm called CutOff-IBFS is based on a simple idea of inverse breadth-first-search in the power automaton. We perform an experimental investigation of effectiveness compared to other algorithms existing in literature, which yields that our method generally finds a shorter word in an average case and works well in practice.

    Submitted 8 August, 2013; originally announced August 2013.

  36. arXiv:1301.2092  [pdf, ps, other

    cs.FL

    The Černý conjecture for small automata: experimental report

    Authors: Jakub Kowalski, Marek Szykuła

    Abstract: We present a report from a series of experiments involving computation of the shortest reset words for automata with small number of states. We confirm that the Černý conjecture is true for all automata with at most 11 states on 2 letters. Also some new interesting results were obtained, including the third gap in the distribution of the shortest reset words and new slowly synchronizing classes of… ▽ More

    Submitted 10 January, 2013; originally announced January 2013.

  37. A Fast Algorithm Finding the Shortest Reset Words

    Authors: Andrzej Kisielewicz, Jakub Kowalski, Marek Szykuła

    Abstract: 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 and it works well in practice. The main idea is to use a bidirectional BFS and radix (Patricia) tries to store and compare resulted subsets. We give both theor… ▽ More

    Submitted 12 December, 2014; v1 submitted 13 March, 2012; originally announced March 2012.

    Comments: COCOON 2013. The final publication is available at http://link.springer.com/chapter/10.1007%2F978-3-642-38768-5_18

    Journal ref: In Computing and Combinatorics, volume 7936 of LNCS, pages 182-196, 2013

  38. arXiv:1201.5340  [pdf, ps, other

    cs.DM math.CO

    Rainbow Induced Subgraphs in Replication Graphs

    Authors: Marek Szykuła, Andrzej Kisielewicz

    Abstract: A graph $G$ is called a replication graph of a graph $H$ if $G$ is obtained from $H$ by replacing vertices of $H$ by arbitrary cliques of vertices and then replacing each edge in $H$ by all the edges between corresponding cligues. For a given graph $H$ the $ρ_R(H)$ is the minimal number of vertices of a replication graph $G$ of $H$ such that every proper vertex coloring of $G$ contains a rainbow i… ▽ More

    Submitted 25 January, 2012; originally announced January 2012.

  39. arXiv:1105.3712  [pdf, ps, other

    math.CO

    Rainbow induced subgraphs in proper vertex colorings

    Authors: Andrzej Kisielewicz, Marek Szykuła

    Abstract: For a given graph $H$ we define $ρ(H)$ to be the minimum order of a graph $G$ such that every proper vertex coloring of $G$ contains a rainbow induced subgraph isomorphic to $H$. We give upper and lower bounds for $ρ(H)$, compute the exact value for some classes of graphs, and consider an interesting combinatorial problem connected with computation of $ρ(H)$ for paths. This research is motivated b… ▽ More

    Submitted 18 May, 2011; originally announced May 2011.

    MSC Class: 05C15