We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.FL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Formal Languages and Automata Theory

Title: Practical Aspects of Membership Problem of Watson-Crick Context-free Grammars

Abstract: This paper focuses on Watson-Crick languages inspired by DNA computing, their models, and algorithms for deciding the language membership. It analyzes a recently introduced algorithm called WK-CYK and introduces a state space search algorithm that is based on regular Breadth-first search but uses a number of optimizations and heuristics to be efficient in practical use and able to analyze longer inputs. The key parts are the heuristics for pruning the state space (detecting dead ends) and heuristics for choosing the most promising branches to continue the search.
These two algorithms have been tested with 20 different Watson-Crick grammars (40 including their Chomsky normal form versions). While WK-CYK is able to decide the language membership in a reasonable time for inputs of the length of roughly 30-50 symbols and its performance is very consistent for all kinds of grammars and inputs, the state space search is usually (89-98 % of cases) more efficient and able to do the computation for inputs with lengths of hundreds or even thousands of symbols. Thus, the state space search has the potential to be a good tool for practical Watson-Crick membership testing and is a good basis for improvement the efficiency of the algorithm in the future.
Comments: In Proceedings NCMA 2022, arXiv:208.13015
Subjects: Formal Languages and Automata Theory (cs.FL)
MSC classes: 68Q45
ACM classes: F.4
Journal reference: EPTCS 367, 2022, pp. 88-111
DOI: 10.4204/EPTCS.367.7
Cite as: arXiv:2209.03655 [cs.FL]
  (or arXiv:2209.03655v1 [cs.FL] for this version)

Submission history

From: Zbyněk Křivka [view email]
[v1] Thu, 8 Sep 2022 09:05:49 GMT (724kb)

Link back to: arXiv, form interface, contact.