Skip to main content

Showing 1–9 of 9 results for author: Konstantinidis, S

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.08707  [pdf, ps, other

    cs.DS cs.FL

    Improved Randomized Approximation of Hard Universality and Emptiness Problems

    Authors: Pantelis Andreou, Stavros Konstantinidis, Taylor J. Smith

    Abstract: We build on recent research on polynomial randomized approximation (PRAX) algorithms for the hard problems of NFA universality and NFA equivalence. Loosely speaking, PRAX algorithms use sampling of infinite domains within any desired accuracy $δ$. In the spirit of experimental mathematics, we extend the concept of PRAX algorithms to be applicable to the emptiness and universality problems in any d… ▽ More

    Submitted 13 March, 2024; originally announced March 2024.

    MSC Class: 68W25 (primary); 68W20; 68Q45 (secondary)

  2. arXiv:2202.01594  [pdf, ps, other

    cs.FL

    Approximate NFA Universality and Related Problems Motivated by Information Theory

    Authors: Stavros Konstantinidis, Mitja Mastnak, Nelma Moreira, Rogério Reis

    Abstract: In coding and information theory, it is desirable to construct maximal codes that can be either variable length codes or error control codes of fixed length. However deciding code maximality boils down to deciding whether a given NFA is universal, and this is a hard problem (including the case of whether the NFA accepts all words of a fixed length). On the other hand, it is acceptable to know whet… ▽ More

    Submitted 11 April, 2022; v1 submitted 3 February, 2022; originally announced February 2022.

    Comments: 23 pages

    MSC Class: 68Q45 (Primary) 68W25 (Secondary) ACM Class: F.1.1; F.4.3

  3. arXiv:1903.10740  [pdf, ps, other

    cs.FL

    Partitioning a Symmetric Rational Relation into Two Asymmetric Rational Relations

    Authors: Stavros Konstantinidis, Mitja Mastnak, Juraj Sebej

    Abstract: We consider the problem of partitioning effectively a given symmetric (and irreflexive) rational relation R into two asymmetric rational relations. This problem is motivated by a recent method of embedding an R-independent language into one that is maximal R-independent, where the method requires to use an asymmetric partition of R. We solve the problem when R is realized by a zero-avoiding transd… ▽ More

    Submitted 26 March, 2019; originally announced March 2019.

    Comments: 19 pages, 4 figures. Submitted to the 24th International Conference on Implementation and Application of Automata, July 22-25, 2019, Kosice, Slovakia

  4. arXiv:1805.01829  [pdf, ps, other

    cs.FL

    Regular Expressions and Transducers over Alphabet-invariant and User-defined Labels

    Authors: Stavros Konstantinidis, Nelma Moreira, Rogerio Reis, Joshua Young

    Abstract: We are interested in regular expressions and transducers that represent word relations in an alphabet-invariant way---for example, the set of all word pairs u,v where v is a prefix of u independently of what the alphabet is. Current software systems of formal language objects do not have a mechanism to define such objects. We define transducers in which transition labels involve what we call set s… ▽ More

    Submitted 4 May, 2018; originally announced May 2018.

  5. arXiv:1601.06312  [pdf, ps, other

    cs.IT

    Channels with Synchronization/Substitution Errors and Computation of Error Control Codes

    Authors: Stavros Konstantinidis, Nelma Moreira, Rogerio Reis

    Abstract: We introduce the concept of an \ff-maximal error-detecting block code, for some parameter \ff{} between 0 and 1, in order to formalize the situation where a block code is close to maximal with respect to being error-detecting. Our motivation for this is that constructing a maximal error-detecting code is a computationally hard problem. We present a randomized algorithm that takes as input two posi… ▽ More

    Submitted 28 July, 2016; v1 submitted 23 January, 2016; originally announced January 2016.

    MSC Class: 94B; 68P30 ACM Class: E.4

  6. arXiv:1507.00600  [pdf, ps, other

    cs.FL

    Embedding rationally independent languages into maximal ones

    Authors: Stavros Konstantinidis, Mitja Mastnak

    Abstract: We consider the embedding problem in coding theory: given an independence (a code-related property) and an independent language $L$, find a maximal independent language containing $L$. We consider the case where the code-related property is defined via a rational binary relation that is decreasing with respect to any fixed total order on the set of words. Our method works by iterating a max-min op… ▽ More

    Submitted 2 July, 2015; originally announced July 2015.

    Comments: 20 pages, 5 figures

    MSC Class: 68Q45; 94A45; 94B99 ACM Class: F.4.3; E.4

  7. arXiv:1504.04715  [pdf, other

    cs.FL

    Symbolic Manipulation of Code Properties

    Authors: Stavros Konstantinidis, Casey Meijer, Nelma Moreira, Rogério Reis

    Abstract: The FAdo system is a symbolic manipulator of formal languages objects, implemented in Python. In this work, we extend its capabilities by implementing methods to manipulate transducers and we go one level higher than existing formal language systems and implement methods to manipulate objects representing classes of independent languages (widely known as code properties). Our methods allow users t… ▽ More

    Submitted 1 August, 2016; v1 submitted 18 April, 2015; originally announced April 2015.

    Comments: Extended version of the CIAA 2016 paper, "Implementation of Code Properties via Transducers", LNCS 9705, pp. 189-201, Springer, 2016

  8. arXiv:1503.00035  [pdf, ps, other

    cs.FL cs.CC

    Transducer Descriptions of DNA Code Properties and Undecidability of Antimorphic Problems

    Authors: Lila Kari, Stavros Konstantinidis, Steffen Kopecki

    Abstract: This work concerns formal descriptions of DNA code properties, and builds on previous work on transducer descriptions of classic code properties and on trajectory descriptions of DNA code properties. This line of research allows us to give a property as input to an algorithm, in addition to any regular language, which can then answer questions about the language and the property. Here we define DN… ▽ More

    Submitted 27 February, 2015; originally announced March 2015.

  9. arXiv:1406.1041  [pdf, ps, other

    cs.FL

    An efficient algorithm for computing the edit distance of a regular language via input-altering transducers

    Authors: Lila Kari, Stavros Konstantinidis, Steffen Kopecki, Meng Yang

    Abstract: We revisit the problem of computing the edit distance of a regular language given via an NFA. This problem relates to the inherent maximal error-detecting capability of the language in question. We present an efficient algorithm for solving this problem which executes in time $O(r^2n^2d)$, where $r$ is the cardinality of the alphabet involved, $n$ is the number of transitions in the given NFA, and… ▽ More

    Submitted 4 June, 2014; originally announced June 2014.

    MSC Class: 68Q45