Publications
[192] |
Stavros Konstantinidis, António Machiavelo, Nelma Moreira, and Rogério
Reis.
Compressed structures for partial derivative automata constructions.
International Journal of Foundations of Computer Science,
0(0):1--23, 2025.
[ DOI ]
The partial derivative automaton (apd) is an elegant simulation of a regular expression. Although it is, in general, smaller than the position automaton (apos), the algorithms that build apd in quadratic worst-case time first compute apos. Asymptotically, and on average for the uniform distribution, the size of apd is half the size of apos, being both linear on the size of the expression. We address the construction of apd efficiently, on average, avoiding the computation of apos. The expression and the set of its partial derivatives are represented by a directed acyclic graph with shared common subexpressions. We develop an algorithm for building apds from expressions in strong star normal form of size n that runs, on average, in time that asymptotically behaves as n^(3/2)log(n)^(1/4), and space as n^(3/2)/(log(n))^(3/4). Empirical results corroborate its good practical performance. |
[191] |
Stavros Konstantinidis, Nelma Moreira, and Rogério Reis.
Language quotients revisited.
International Journal of Foundations of Computer Science,
36(3):371--391, 2025.
[ DOI |
.pdf ]
We revisit the basic concept of quotient of a regular language R by a language L that is not necessarily regular. |
[190] |
Guilherme Duarte, Nelma Moreira, Luca Prigioniero, and Rogério Reis.
On the representation of block languages.
CoRR, abs/2404.11746, 2024.
[ DOI |
arXiv ]
n this paper we consider block languages, namely sets of words having the same length, and we propose a new representation for these languages. In particular, given an alphabet of size k and a length l, these languages can be represented by bitmaps of size k^l, in which each bit indicates whether the correspondent word, according to the lexicographical order, belongs to the language (bit equal to 1) or not (bit equal to 0). This representation turns out to be a good tool for the investigation of several properties of block languages, making proofs simpler and reasoning clearer. After showing how to convert bitmaps into minimal deterministic and nondeterministic finite automata, we use this representation as a tool to study the deterministic and nondeterministic state complexity of block languages, as well as the costs of basic operations on block languages, in terms of the sizes of the equivalent finite automata. |
[189] |
Guilherme Duarte, Nelma Moreira, Luca Prigioniero, and Rogério Reis.
Operational state complexity of block languages.
In Giovanni Pighizzini and Florin Manea, editors, 14th
International Workshop on Non-Classical Models of Automata and Applications
(NCMA 2024), volume 407 of Electronic Proceedings in Theoretical
Computer Science, pages 59--16. Open Publishing Association, 2024.
[ DOI ]
In this paper we consider block languages, namely sets of words having the same length, and study the deterministic and nondeterministic state complexity of several operations on these languages. Being a subclass of finite languages, the upper bounds of operational state complexity known for finite languages apply for block languages as well. However, in several cases, smaller values were found. Block languages can be represented as bitmaps, which are a good tool to study their minimal finite automata and their operations, as we illustrate here. |
[188] |
Stavros Konstantinidis, Nelma Moreira, Rogério Reis, and Juraj Sebej.
On the difference set of two trasductions.
Theor. Comput. Sci., 1016:114780, 2024.
[ DOI |
.pdf ]
The difference set of two (nondeterministic, in general) transducers is the set of all input words for which the output sets of the two transducers are not equal. When the two transducers realize homomorphisms, their difference set is the complement of the well known equality set of the two morphisms. |
[187] |
Guilherme Duarte, Nelma Moreira, Luca Prigioniero, and Rogério Reis.
Block languages and their bitmap representations.
In Szilárd Zsolt Fazekas, editor, 28th Conference on
Implementation and Application of Automata (CIAA 2024), pages 124--137.
Springer Nature Switzerland, 2024.
[ DOI |
.pdf ]
In this paper we consider block languages, namely sets of words having the same length, and we propose a new representation for these languages. In particular, given an alphabet of size k and a length l, a block language can be represented by a bitmap of length k^l, where each bit indicates whether the corresponding word, according to the lexicographical order, belongs, or not, to the language (bit equal to 1 or 0, respectively). This representation turns out to be a good tool for the investigation of several properties of block languages, making proofs simpler and reasoning clearer. First, we show how to convert bitmaps into deterministic and nondeterministic finite automata. We then focus on the size of the machines obtained from the conversion and we prove that their size is minimal. Finally, we give an analysis of the maximum number of states sufficient to accept every block language in the deterministic and nondeterministic case. |
[186] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Regular expressions avoiding absorbing patterns and the significance
of uniform distribution.
International Journal of Foundations of Computer Science, 2024.
[ DOI |
.pdf ]
Although regular expressions do not correspond univocally to regular languages, it is still worthwhile to study their properties and algorithms. For the average case analysis one often relies on the uniform random generation using a specific grammar for regular expressions, that can represent regular languages with more or less redundancy. Generators that are uniform on the set of expressions are not necessarily uniform on the set of regular languages. Nevertheless, it is not straightforward that asymptotic estimates obtained by considering the whole set of regular expressions are different from those obtained using a more refined set that avoids some large class of equivalent expressions. In this paper we study a set of expressions that avoid a given absorbing pattern. It is shown that, although this set is significantly smaller than the standard one, the asymptotic average estimates for the size of the Glushkov automaton for these expressions does not differ from the standard case. Furthermore, for this set the asymptotic density of epsilon-accepting expressions is also the same as for the set of all standard regular expressions. |
[185] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Location based automata for expressions with shuffle and
intersection.
Information and Computation, 295(Part B):104917, 2023.
[ DOI |
.pdf ]
We define the notion of location for regular expressions with shuffle by extending the notion of position in standard regular expressions. Locations allow for the definition of the sets Follow, First, and Last with their usual semantics. From these, we construct an automaton for regular expressions with shuffle (apos), which generalises the standard position/Glushkov automaton. The sets mentioned above are also the foundation for other constructions, such as the Follow automaton, and automata based on pointed expressions. As a consequence, all these constructions can be generalised to the shuffle operator. We show that the partial derivative automaton is a right-quotient of apos. We relate apos with another automaton construction based on positions that has been previously studied (apartialpos). The prefix automaton is extended to the shuffle operator and shown not to be a quotient of apos. Locations are also used to define a position automaton for regular expressions with the intersection. |
[184] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Location automata for synchronized shuffle expressions.
Journal of Logical and Algebraic Methods in Programming,
(132):100847, 2023.
[ DOI |
.pdf ]
Several notions of synchronisation in concurrent systems can be modelled by regular shuffle operators. In this paper we consider regular expressions extended with three operators corresponding respectively to strong, arbitrary, and weak synchronisation. For these expressions, we define a location based position automaton. Furthermore, we show that the partial derivative automaton is still a quotient of the position automaton. |
[183] |
Stavros Konstantinidis, António Machiavelo, Nelma Moreira, and
Rogério Reis.
On the average complexity of partial derivative transducers.
Theoretical Computer Science, page 113830, 2023.
[ DOI ]
2D regular expressions represent rational relations over two alphabets Sigma and DElta. In standard 2D expressions (S2D-RE) the basic terms are generators of Sigma*xDelta*, while in generalised 2D expressions (2D-RE) the basic terms are pairs of (ordinary) regular expressions over one alphabet (1D). In this paper we study the average state complexity of partial derivative standard transducers (TPD) for both S2D-RE and 2D-RE. For S2D-RE we obtain the same asymptotic bounds as for partial derivative automata. For 2D-RE, while in the worst case the number of states of TPD can be O(n^2), where n is the size of the expression, asymptotically and on average that value is bounded from above by O(n^(3/2)). We also show that asymptotically and on average the alphabetic size of a 2D-RE is half of its size. All results are obtained in the framework of analytic combinatorics considering generating functions of parametrised combinatorial classes defined implicitly by algebraic curves. In particular, we generalise the methods developed in previous work to a broad class of analytic function |
[182] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Average complexity of partial derivatives for synchronised shuffle
expressions.
In Benedek Nagy, editor, Implementation and Application of
Automata - 27th International Conference, CIAA 2023, Famagusta, North
Cyprus, September 19-22, 2023, Proceedings, volume 14151 of Lecture
Notes in Computer Science, pages 103--115. Springer, 2023.
[ DOI |
.pdf ]
Synchronised shuffle operators allow to specify symbols on which the operands must or can synchronise instead of interleave. Recently, partial derivative and position based automata for regular expressions with synchronised shuffle operators were introduced. In this paper, using the framework of analytic combinatorics, we study the asymptotic average state complexity of partial derivative automata for regular expressions with strongly and arbitrarily synchronised shuffles. The new results extend and improve the ones previously obtained for regular expressions with shuffle and intersection. For intersection, asymptotically the average state complexity of the partial derivative automaton is 3, which significantly improves the known exponential upper-bound. |
[181] | Nelma Moreira and Rogério Reis. Special issue: 25th international conference on developments in language theory (DLT 2021) - preface. Int. J. Found. Comput. Sci., 34(2&3):81--83, 2023. [ DOI ] |
[180] |
Stavros Konstantinidis, Mitja Mastnak, Nelma Moreira, and Rogério Reis.
Approximate nfa universality and related problems motivated by
information theory.
Theoretical Computer Science, page 114076, 2023.
[ DOI |
http ]
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 whether a code is `approximately' maximal, which then boils down to whether a given NFA is `approximately' universal. Here we introduce the notion of a (1-epsilon)-universal automaton and present polynomial randomized approximation algorithms to test NFA universality and related hard automata problems, for certain natural probability distributions on the set of words. We also conclude that the randomization aspect is necessary, as approximate universality remains hard for any fixed polynomially computable epsilon. Keywords: NFA universality, approximation, randomized algorithm, PSPACE hard |
[179] |
Stavros Konstantinidis, António Machiavelo, Nelma Moreira, and
Rogério Reis.
On the average complexity of partial derivative transducers.
Theor. Comput. Sci., 956:113830, 2023.
[ DOI |
.pdf ]
2D regular expressions represent rational relations over two alphabets Sigma and Delta. In standard 2D expressions (S2D-RE) the basic terms are generators of Sigma^*xDelta^*, while in generalised 2D expressions (2D-RE) the basic terms are pairs of (ordinary) regular expressions over one alphabet (1D). In this paper we study the average state complexity of partial derivative standard transducers (TPD)) for both S2D-RE and 2D-RE. For S2D-RE we obtain the same asymptotic bounds as for partial derivative automata. For 2D-RE, while in the worst case the number of states of TPD can be O(n^2), where n is the size of the expression, asymptotically and on average that value is bounded from above by O(n^3/2). We also show that asymptotically and on average the alphabetic size of a 2D-RE is half of its size. All results are obtained in the framework of analytic combinatorics considering generating functions of parametrised combinatorial classes defined implicitly by algebraic curves. In particular, we generalise the methods developed in previous work to a broad class of analytic functions. |
[178] | Nelma Moreira and Rogério Reis. Special issue: 25th international conference on developments in language theory (DLT 2021) - preface. Int. J. Found. Comput. Sci., 34(2&3):81--83, 2023. [ DOI | http ] |
[177] |
Nelma Moreira and Rogério Reis.
Manipulation of regular expressions using derivatives: An overview.
In Pascal Caron and Ludovic Mignot, editors, Implementation and
Application of Automata - 26th International Conference, CIAA 2022, Rouen,
France, June 28 - July 1, 2022, Proceedings, volume 13266 of LNCS,
pages 19--33. Springer, 2022.
[ DOI |
.pdf ]
The notions of derivative and partial derivative of regular expressions revealed themselves to be very powerful and have been successfully extended to many other formal language classes and algebraic structures. Although the undisputed elegance of this formalism, its efficient practical use is still a challenging research topic. Here we give a brief historical overview and summarise some of these aspects. |
[176] |
Stavros Konstantinidis, Mitja Mastnak, Nelma Moreira, and Rogério Reis.
Approximate NFA universality motivated by information theory.
In Yo-Sub Han and György Vaszil, editors, Descriptional
Complexity of Formal Systems - 24th IFIP WG 1.02 International
Conference, DCFS 2022, Debrecen, Hungary, August 29-31, 2022, Proceedings,
volume 13439 of LNCS, pages 142--154. Springer, 2022.
[ DOI ]
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 whether a code is `approximately' maximal, which then boils down to whether a given NFA is `approximately' universal. Here we introduce the notion of a (1-e)-universal automaton and present polynomial randomized approximation algorithms to test NFA universality and related hard automata problems, for certain natural probability distributions on the set of words. We also conclude that the randomization aspect is necessary, as approximate universality remains hard for any fixed polynomially computable e. |
[175] |
Sabine Broda, Eva Maia, Nelma Moreira, and Rogério Reis.
The prefix automaton.
Journal of Automata, Languages and Combinatorics, 26:17--53,
2021.
[ DOI |
.pdf ]
There are many different constructions when converting regular expressions to finite automata. In this paper we focus on the prefix automaton APRE introduced by Yamamoto in 2014. We present two different methods for the construction of APRE. First, an inductive one, based on a system of expression equations. A second one using an iterative function for computing the states and transitions. We establish relationships between APRE and other constructions, such as the position automaton, partial derivative automaton and their double reversal (dual) counterparts. We study the average size of these constructions, both experimentally and from an analytic combinatorics point of view. Finally, we extend the construction of the prefix automaton to regular expressions with intersection and show that the relationships with the other automaton constructions also hold for these expressions. |
[174] |
Stavros Konstantinidis, Nelma Moreira, and Rogério Reis.
Partial derivatives of regular expressions over alphabet-invariant
and user-defined labels.
Theoretical Computer Science, 31(08):983--1019, 2021.
[ DOI |
.pdf ]
We are interested in regular expressions 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. Labelled graphs (transducers and automata) with alphabet-invariant and user-defined labels were considered in a recent paper. In this paper we study derivatives of regular expressions over labels (atomic objects) in some set B. These labels can be any strings as long as the strings represent subsets of a certain monoid. We show that the number of partial derivatives of any type B regular expression is linearly bounded, and that one can define partial derivative labelled graphs, whose transition labels can be elements of another label set X as long as X and B refer to the same monoid. We also show how to use derivatives directly to decide whether a given word is in the language of a regular expression over set specs. Set specs and pairing specs are label sets allowing one to express languages and relations over large alphabets in a natural and concise way such that many algorithms work directly on these labels without the need to expand these labels to linear or quadratic size expressions. |
[173] | Martin Kutrib, Nelma Moreira, Giovanni Pighizzini, and Rogério Reis. Hot current topics of descriptional complexity. In Michael Goedicke, Erich Neuhold, and Kai Rannenberg, editors, IFIP Anniversary AICTAdvancing Research in Information and Communication Technology - IFIP's Exciting First 60+ Years, Views from the Technical Committees and Working Groups, IFIP Advances in Information and Communication Technology, pages 3--28. Springer, 2021. [ DOI | .pdf ] |
[172] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Location based automata for expressions with shuffle.
In A. Leporati, C. Martín-Vide, D. Shapira, and C. Zandron,
editors, LATA 2021: 15th International Conference on Language and
Automata Theory and Applications, LATA 2021, Milan, Italy, March 1--5, 2021,
Proceedings, volume 12638 of Lecture Notes in Computer Science, pages
43--54. Springer, 2021.
[ DOI |
.pdf ]
We define the notion of location for regular expressions with shuffle by extending the notion of position in standard regular expressions. Locations allow for the definition of the sets Follow, First and Last with their usual semantics. From these, we construct an automaton for regular expressions with shuffle (apos), which generalises the standard position/Glushkov automaton. The sets mentioned above are also the foundation for other constructions, such as the Follow automaton, and automata based on pointed expressions. As a consequence, all these constructions can now be directly generalised to regular expressions with shuffle, as well as their known relationships. We also show that the partial derivative automaton (apd) is a (right) quotient of the new position automaton, apos. In previous work an automaton construction based on positions was studied (adpos), and here we relate apos and adpos. Finally, we extend the construction of the prefix automaton to the shuffle operator and show that it is not a quotient of apos. |
[171] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
On the uniform distribution of regular expressions.
CORR, abs/2102.07504, 2021.
[ arXiv |
http ]
Although regular expressions do not correspond univocally to regular languages, it is still worthwhile to study their properties and algorithms. For the average case analysis one often relies on the uniform random generation using a specific grammar for regular expressions, that can represent regular languages with more or less redundancy. Generators that are uniform on the set of expressions are not necessarily uniform on the set of regular languages. Nevertheless, it is not straightforward that asymptotic estimates obtained by considering the whole set of regular expressions are different from those obtained using a more refined set that avoids some large class of equivalent expressions. In this paper we study a set of expressions that avoid a given absorbing pattern. It is shown that, although this set is significantly smaller than the standard one, the asymptotic average estimates for the size of the Glushkov automaton for these expressions does not differ from the standard case. |
[170] |
Stavros Konstantinidis, António Machiavelo, Nelma Moreira, and Rogério
Reis.
On the size of partial derivatives and the word membership problem.
Acta Informatica, 58(4):357--375, 2021.
[ DOI |
.pdf ]
Partial derivatives are widely used to convert regular expressions to nondeterministic automata. For the word membership problem, it is not strictly necessary to build an automaton. In this paper, we study the size of partial derivatives on the average case. For expressions in strong star normal form, we show that on average and asymptotically the largest partial derivative is at most half the size of the expression. The results are obtained in the framework of analytic combinatorics considering generating functions of parametrised combinatorial classes defined implicitly by algebraic curves. Our average case estimates suggest that a detailed word membership algorithm based directly on partial derivatives should be analysed both theoretically and experimentally. |
[169] | Nelma Moreira and Rogério Reis, editors. Developments in Language Theory - 25th International Conference, DLT 2021, Porto, Portugal, August 16-20, 2021, Proceedings, volume 12811 of Lecture Notes in Computer Science. Springer, 2021. ISBN 978-3-030-81507-3. [ DOI ] |
[168] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
On the uniform distribution of regular expressions.
In YS. Yan and SK. Ko, editors, Proc. 23rd DCFS 2021, volume
13037 of LNCS, pages 13--25. Springer, 2021.
[ DOI ]
Although regular expressions do not correspond univocally to regular languages, it is still worthwhile to study their properties and algorithms. For the average case analysis one often relies on the uniform random generation using a specific grammar for regular expressions, that can represent regular languages with more or less redundancy. Generators that are uniform on the set of expressions are not necessarily uniform on the set of regular languages. Nevertheless, it is not straightforward that asymptotic estimates obtained by considering the whole set of regular expressions are different from those obtained using a more refined set that avoids some large class of equivalent expressions. In this paper we study a set of expressions that avoid a given absorbing pattern. It is shown that, although this set is significantly smaller than the standard one, the asymptotic average estimates for the size of the Glushkov automaton for these expressions does not differ from the standard case. |
[167] |
Stavros Konstantinidis, António Machiavelo, Nelma Moreira, and Rogério
Reis.
Partial derivative automaton by compressing regular expressions.
In YS. Yan and SK. Ko, editors, Proc. 23rd DCFS 2021, volume
13037 of LNCS, pages 100--112. Springer, 2021.
[ DOI |
.pdf ]
The partial derivative automaton (apd) is an elegant simulation of a regular expression. Although it is, in general, smaller than the position automaton (apos), the algorithms that build apd in quadratic worst-case time, first compute apos. Asymptotically, and on average for the uniform distribution, the size of apd is half the size of apos, being both linear on the size of the expression. We address the construction of apd efficiently, on average, avoiding the computation of apos. The expression and the set of its partial derivatives are represented by a directed acyclic graph with shared common subexpressions. We develop an algorithm for building apd's from expressions in strong star normal form of size n that runs in time O(n^3/2sqrt[4]log(n)) and space O(n^3/2/(log n)^3/4), on average. Empirical results corroborate its good practical performance. |
[166] |
Bruno Loff, Nelma Moreira, and Rogério Reis.
The computational power of parsing expression grammars.
Journal of Computer and System Sciences, 111:1--21, August
2020.
[ DOI |
.pdf ]
We study the computational power of parsing expression grammars (PEGs). We begin by constructing PEGs with unexpected behaviour, and surprising new examples of languages with PEGs, including the language of palindromes whose length is a power of two, and a binary-counting language. We then propose a new computational model, the scaffolding automaton, and prove that it exactly characterises the computational power of parsing expression grammars (PEGs). Several consequences will follow from this characterisation: (1) we show that PEGs are computationally “universal”, in a certain sense, which implies the existence of a PEG for a P-complete language; (2) we show that there can be no pumping lemma for PEGs; and (3) we show that PEGs are strictly more powerful than online Turing machines which do o(n/(log n)^2) steps of computation per input symbol. |
[165] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Analytic combinatorics and descriptional complexity of regular
languages on average.
ACM SIGACT News, 51(1):38--56, March 2020.
[ DOI |
http ]
Average-case complexity results provide important information about computational models and methods, as worst-case scenarios usually occur for a negligible amount of cases. The frame- work of analytic combinatorics provides an elegant tool for that analysis, completely avoiding the use of statistical methods, by relating combinatorial objects to algebraic properties of complex analytic generating functions. We have previously used this framework to study the average size of different nondeterministic finite automata simulations of regular expressions. In some cases it was not feasible to obtain explicit expressions for the generating functions involved, and we had to resort to Puiseux expansions. This is particularly important when dealing with families of generating functions indexed by a parameter, e.g. the size of underlying alphabets, and when the corresponding generating functions are obtained by algebraic curves of degree higher than two. In this paper we expound our approach in a tutorial pace, providing sufficient details to make it available to the reader. Corrigendum: In formula (7) a 4 is missing in the denominator; so 4 should be removed from (8). We thank M. Wallner fo hthe correction. |
[164] |
Stavros Konstantinidis, António Machiavelo, Nelma Moreira, and
Rogério Reis.
On the average state complexity of partial derivative transducers.
In Alexander Chatzigeorgiou, Riccardo Dondi, Herodotos Herodotou,
Christos A. Kapoutsis, Yannis Manolopoulos, George A. Papadopoulos, and
Florian Sikora, editors, SOFSEM 2020: 46th International Conference on
Current Trends in Theory and Practice of Informatics, SOFSEM 2020,
Limassol, Cyprus, January 20-24, 2020, Proceedings, volume 12011 of
Lecture Notes in Computer Science, pages 174--186. Springer, 2020.
[ DOI |
.pdf ]
2D regular expressions represent rational relations over two alphabets. In this paper we study the average state complexity of partial derivative standard transducers (tpd) that can be defined for (general) 2D expressions where basic terms are pairs of ordinary regular expressions (1D). While in the worst case the number of states of tpd can be O(n^2), where n is the size of the expression, asymptotically and on average that value is bounded from above by O(n^3/2). Moreover, asymptotically and on average the alphabetic size of a 2D expression is half of the size of that expression. All results are obtained in the framework of analytic combinatorics considering generating functions of parametrised combinatorial classes defined implicitly by algebraic curves. In particular, we generalise the methods developed in previous work to a broad class of analytic functions. |
[163] | Emil Sekerinski, Nelma Moreira, José N. Oliveira, Daniel Ratiu, Riccardo Guidotti, Marie Farrell, Matt Luckcuck, Diego Marmsoler, José Campos, Troy Astarte, Laure Gonnord, Antonio Cerone, Luis Couto, Brijesh Dongol, Martin Kutrib, Pedro Monteiro, and David Delmas, editors. Formal Methods. FM 2019 International Workshops - Porto, Portugal, October 7-11, 2019, Revised Selected Papers, Part II, volume 12233 of Lecture Notes in Computer Science. Springer, 2020. ISBN 978-3-030-54996-1. [ DOI | http ] |
[162] | Emil Sekerinski, Nelma Moreira, José N. Oliveira, Daniel Ratiu, Riccardo Guidotti, Marie Farrell, Matt Luckcuck, Diego Marmsoler, José Campos, Troy Astarte, Laure Gonnord, Antonio Cerone, Luis Couto, Brijesh Dongol, Martin Kutrib, Pedro Monteiro, and David Delmas, editors. Formal Methods. FM 2019 International Workshops - Porto, Portugal, October 7-11, 2019, Revised Selected Papers, Part I, volume 12232 of Lecture Notes in Computer Science. Springer, 2020. ISBN 978-3-030-54993-0. [ DOI | http ] |
[161] |
Stavros Konstantinidis, Nelma Moreira, Rogério Reis, and Joshua Young.
Regular expressions and transducers over alphabet-invariant and
user-defined labels.
International Journal of Foundations of Computer Science,
31(8):983--1019, 2020.
[ DOI |
.pdf ]
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 specifications, some of which are alphabet invariant. In fact, we give a more broad definition of automata-type objects, called labelled graphs, where each transition label can be any string, as long as that string represents a subset of a certain monoid. Then, the behaviour of the labelled graph is a subset of that monoid. We do the same for regular expressions. We obtain extensions of a few classic algorithmic constructions on ordinary regular expressions and transducers at the broad level of labelled graphs and in such a way that the computational efficiency of the extended constructions is not sacrificed. For transducers with set specs we obtain further algorithms that can be applied to questions about independent regular languages, |
[160] |
Sabine Broda, Markus Holzer, Eva Maia, Nelma Moreira, and Rogério Reis.
Mesh of automata.
Information and Computation, 265:94--111, 2019.
[ DOI |
.pdf ]
We contribute new relations to the taxonomy of different |
[159] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
On average behaviour of regular expressions in strong star normal
form.
International Journal of Foundations of Computer Science,
30(6--7):899--920, 2019.
[ DOI |
.pdf ]
For regular expressions in (strong) star normal form a large set of |
[158] |
Stavros Konstantinidis, Nelma Moreira, and Rogério Reis.
Randomized generation of error control codes with automata and
transducers.
RAIRO - Theoretical Informatics and Applications, 2019.
[ DOI |
.pdf ]
We introduce the concept of an f-maximal error-detecting block code, for some parameter f in (0,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 it is computationally hard to decide whether an error-detecting block code is maximal. We present an output-polynomial time randomized algorithm that takes as input two positive integers N,l and a specification of the errors permitted in some application, and generates an error-detecting, or error-correcting, block code of length l that is fp-maximal, or contains N words with a high likelihood. We model error specifications as (nondeterministic) transducers, which allow one to represent any rational combination of substitution and synchronization errors. We also present some elements of our implementation of various error-detecting properties and their associated methods. Then, we show several tests of the implemented randomized algorithm on various error specifications. A methodological contribution is the presentation of how various desirable error combinations can be expressed formally and processed algorithmically. |
[157] |
Stavros Konstantinidis, Nelma Moreira, João Pires, and Rogério
Reis.
Partial derivatives of regular expressions over alphabet-invariant
and user-defined labels.
In Michal Hospodár and Galina Jirásková, editors,
Implementation and Application of Automata - 24th International
Conference, CIAA 2019, Košice, Slovakia, July 22-25, 2019,
Proceedings, volume 11601 of Lecture Notes in Computer Science, pages
184--196. Springer, 2019.
[ DOI |
.pdf ]
We are interested in regular expressions 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. This is the second part of a recent paper on this topic which focused on labelled graphs (transducers and automata) with alphabet-invariant and user-defined labels. In this paper we study derivatives of regular expressions over labels (atomic objects) in some set B. These labels can be any strings as long as the strings represent subsets of a certain monoid. We show that one can define partial derivative labelled graphs of type B expressions, whose transition labels can be elements of another label set X as long as X and B refer to the same monoid. We also show how to use derivatives directly to decide whether a given word pair is in the relation of a regular expression over pairing specs. Set specs and pairing specs are useful label sets allowing one to express languages and relations over large alphabets in a natural and compact way. |
[156] |
Marcus V. M. Ramos, José Carlos Bacelar Almeida, Nelma Moreira, and Ruy
J. G. B. de Queiroz.
Some applications of the formalization of the pumping lemma for
context-free languages.
Electr. Notes Theor. Comput. Sci., 344:151--167, 2019.
[ DOI |
http ]
Context-free languages are highly important in computer language processing technology as well as in formal language theory. The Pumping Lemma for Context-Free Languages states a property that is valid for all context-free languages, which makes it a tool for showing the existence of non-context-free languages. This paper presents a formalization, extending the previously formalized Lemma, of the fact that several well-known languages are not context-free. Moreover, we build on those results to construct a formal proof of the well-known property that context-free languages are not closed under intersection. All the formalization has been mechanized in the Coq proof assistant. |
[155] |
Sabine Broda, António Machiavelo Nelma Moreira, and Rogério Reis.
Automata for regular expressions with shuffle.
Information and Computation, 259:162--173, 2018.
[ DOI |
.pdf ]
Descriptional complexity is the study of the conciseness of the various models representing formal languages. The state complexity of a regular language is the size, measured by the number of states of the smallest, either deterministic or nondeterministic, finite automaton that recognises it. Operational state complexity is the study of the state complexity of operations over languages. In this survey, we review the state complexities of individual regularity preserving language operations on regular and some subregular languages. Then we revisit the state complexities of the combination of individual operations. We also review methods of estimation and approximation of state complexity of more complex combined operations |
[154] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Position automata for semi-extended expressions.
Journal of Automata, Languages and Combinatorics,
23(1--3):39--65, 2018.
[ DOI |
.pdf ]
Positions and derivatives are two essential notions in the conversion methods from regular expressions to equivalent finite automata. Partial derivative based methods have recently been extended to regular expressions with intersection (semi-extended). In this paper, we present a position automaton construction for those expressions. This construction generalizes the notion of position, making it compatible with intersection. The resulting automaton is homogeneous and has the partial derivative automaton as a quotient. |
[153] |
Stavros Konstantinidis, Casey Meijer, Nelma Moreira, and Rogério Reis.
Symbolic manipulation of code properties.
Journal of Automata, Languages and Combinatorics,
23(1--3):243--269, 2018.
[ DOI |
.pdf ]
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 to define their own code properties and combine them between themselves or with fixed properties such as prefix codes, suffix codes, error detecting codes, etc. The satisfaction and maximality decision questions are solvable for any of the definable properties. The new online system LaSer allows to query about code properties and obtain the answer in a batch mode. Our work is founded on independence theory as well as the theory of rational relations and transducers, and contributes with improved algorithms on these objects. |
[152] |
Miguel Ferreira, Nelma Moreira, and Rogério Reis.
Forward injective finite automata: Exact and random generation of
nonisomorphic nfas.
In Stavros Konstantinidis and Giovanni Pighizzini, editors,
Descriptional Complexity of Formal Systems - 20th IFIP WG 1.02
International Conference, DCFS 2018, Halifax, NS, Canada, July 25-27, 2018,
Proceedings, volume 10952 of Lecture Notes in Computer Science, pages
88--100. Springer, 2018.
[ DOI |
.pdf ]
We define the class of forward injective finite automata (FIFA) and study some of their properties. Each FIFA has a unique canonical representation up to isomorphism. Using this representation an enumeration is given and an efficient uniform random generator is presented. We provide a conversion algorithm from a nondeterministic finite automaton or regular expression into an equivalent FIFA. Finally, we present some experimental results comparing the size of FIFA with other automata. |
[151] |
Bruno Loff, Nelma Moreira, and Rogério Reis.
The computational power of parsing expression grammars.
In Mizuho Hoshi and Shinnosuke Seki, editors, Developements in
Language Theory , 22nd International Conference, DLT 2018, number
491--502 in LNCS. Springer, 2018.
We study the computational power of parsing expression grammars (PEGs). We begin by constructing PEGs with unexpected behaviour, and surprising new examples of languages with PEGs, including the language of palindromes whose length is a power of two, and a binary-counting language. We then propose a new computational model, the scaffolding automaton, and prove that it exactly characterises the computational power of parsing expression grammars (PEGs). Several consequences will follow from this characterisation: (1) we show that PEGs are computationally “universal”, in a certain sense, which implies the existence of a PEG for a P-complete language; (2) we show that there can be no pumping lemma for PEGs; and (3) we show that PEGs are strictly more powerful than online Turing machines which do o(n/(log n)^2) steps of computation per input symbol. |
[150] | Stavros Konstantinidis, Nelma Moreira, Rogério Reis, and Joshua Young. Regular expressions and transducers over alphabet-invariant and user-defined labels. In Cezar Câmpeanu, editor, Implementation and Application of Automata - 23rd International Conference, CIAA 2018, Charlottetown, PE, Canada, July 30 - August 2, 2018, Proceedings, volume 10977 of Lecture Notes in Computer Science, pages 4--27. Springer, 2018. [ DOI | .pdf ] |
[149] |
Nelma Moreira, Giovanni Pighizzini, and Rogério Reis.
Optimal state reductions of automata with partially specified
behaviors.
Theoretical Computer Science, 658:235--245, January 2017.
[ DOI |
.pdf ]
Nondeterministic finite automata with don't care states, namely states which neither accept nor reject, are considered. A characterization of deterministic automata compatible with such a device is obtained. Furthermore, an optimal state bound for the smallest compatible deterministic automata is provided. It is proved that the problem of minimizing deterministic don't care automata is NP-complete and PSPACE-hard in the nondeterministic case. The restriction to the unary case is also considered. Keywords: Finite automata; Nondeterminism; Don't care automata; Descriptional complexity |
[148] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
On the average complexity of strong star normal form.
In Cezar Câmpeanu and Giovanni Pighizzini, editors,
Description Complexity of Formal Systems (DCFS 2017), volume 10316 of
LNCS, pages 77--88. Springer, 2017.
[ DOI |
.pdf ]
For regular expressions in (strong) star normal form a large set of |
[147] |
Yuan Gao, Nelma Moreira, Rogério Reis, and Sheng Yu.
A survey on operational state complexity.
Journal of Automata, Languages and Combinatorics,
21(4):251--310, 2017.
[ DOI |
.pdf ]
Descriptional complexity is |
[146] | Stavros Konstantinidis, Nelma Moreira, Rogério Reis, and Jeffrey Shallit, editors. The Role of Theory in Computer Science: Essays Dedicated to Janusz Brzozowski. World Scientific, 2017. ISBN 978-981-3148-19-2. [ http ] |
[145] |
Sabine Broda, Markus Holzer, Eva Maia, Nelma Moreira, and Rogério Reis.
On the mother of all automata: The position automaton.
In Émilie Charlier, Julien Leroy, and Michel Rigo, editors,
21st DLT 2017, volume 10396 of LNCS, pages 134--146. Springer,
2017.
[ DOI |
.pdf ]
We contribute new relations to the taxonomy of different conversions |
[144] |
Rafaela Bastos, Sabine Broda, António Machiavelo, Nelma Moreira, and
Rogério Reis.
On the state complexity of partial derivative automata for
semi-extended expressions.
Journal of Automata, Languages and Combinatorics,
22(1-3):5--28, 2017.
[ DOI |
.pdf ]
Extended regular expressions (with complement and intersection) are used in many applications due to their succinctness. In particular, regular expressions extended with intersection only (also called semi-extended) can already be exponentially smaller than standard regular expressions |
[143] |
Stavros Konstantinidis, Nelma Moreira, and Rogério Reis.
Channels with synchronization/substitution errors and computation of
error control codes.
Preprint, 2016.
[ http ]
We present a randomized algorithm that takes as input two positive |
[142] |
Rafaela Bastos, Sabine Broda, António Machiavelo, Nelma Moreira, and
Rogério Reis.
On the state complexity of partial derivative automata for regular
expressions with intersection.
In Proceedings of the 18th Int. Workshop on Descriptional
Complexity of Formal Systems (DCFS16), volume 9777 of LNCS, pages
45--59. Springer, 2016.
[ DOI |
.pdf ]
Extended regular expressions (with complement and intersection) are used in many applications due to their succinctness. In particular, regular expressions extended with intersection only (also called semi-extended) can already be exponentially smaller than standard regular expressions |
[141] |
Stavros Konstantinidis, Casey Meijer, Nelma Moreira, and Rogério Reis.
Implementation of code properties via transducers.
In Implementation and Application of Automata, 21th
International Conference (CIAA 2016), 2016.
[ DOI |
.pdf ]
The FAdo system is a symbolic manipulator of formal language 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 |
[140] |
Marcus Ramos, Ruy De Queiroz, Nelma Moreira, and José Bacelar Almeida.
On the formalization of some results of context-free language theory.
In Jouko A. Väänänen, Åsa Hirvonen, and Ruy J.
G. B. de Queiroz, editors, Workshop on Logic, Language, Information and
Computation (WoLLIC 2016), volume 9803 of LNCS, pages 338--357.
Springer, 2016.
[ DOI ]
This work describes a formalization effort, using the Coq proof assistant, of fundamental results related to the classical theory of context-free grammars and languages. These include closure properties (union, concatenation and Kleene star), grammar simplification (elimi- nation of useless symbols, inaccessible symbols, empty rules and unit rules), the existence of a Chomsky Normal Form for context-free gram- mars and the Pumping Lemma for context-free languages. The result is an important set of libraries covering the main results of context-free language theory, with more than 500 lemmas and theorems fully proved and checked. This is probably the most comprehensive formalization of the classical context-free language theory in the Coq proof assistant done to the present date, and includes the important result that is the formal- ization of the Pumping Lemma for context-free languages. |
[139] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Position automaton construction for regular expressions with
intersection.
In Srecko Brlek and Christophe Reutenauer, editors, Developments
in Language Theory - 20th International Conference, DLT 2016,
Montréal, Canada, July 25-28, 2016, Proceedings, volume 9840, pages
51--63, 2016.
[ DOI |
.pdf ]
Positions and derivatives are two essential notions |
[138] |
Miguel Ferreira, Nelma Moreira, and Rogério Reis.
Automata Serialization for Manipulation and Drawing.
In Marjan Mernik, José Paulo Leal, and Hugo Gonçalo
Oliveira, editors, 5th Symposium on Languages, Applications and
Technologies (SLATE'16), volume 51 of OpenAccess Series in Informatics
(OASIcs), pages 1--7, Dagstuhl, Germany, 2016. Schloss
Dagstuhl--Leibniz-Zentrum fuer Informatik.
[ DOI |
http ]
GUItar is a GPL-licensed, cross-platform, graphical |
[137] |
Stavros Konstantinidis, Nelma Moreira, and Rogério Reis.
Generating error control codes with automata and transducers.
In Henning Bordihn, Rudolf Freund, Benedek Nagy, and György Vaszil,
editors, Eighth Workshop on Non-Classical Models of Automata and
Applications (NCMA 2016), volume 321, pages 211--226. Ãsterreichische
Computer Gesellschaft, 2016.
[ .pdf ]
We introduce the concept of an f-maximal |
[136] |
Cezar Câmpeanu, Nelma Moreira, and Rogério Reis.
On the dissimilarity operation on finite languages.
In Henning Bordihn, Rudolf Freund, Benedek Nagy, and György Vaszil,
editors, Eighth Workshop on Non-Classical Models of Automata and
Applications (NCMA 2016), volume 321, pages 105--120. Österreichische
Computer Gesellschaft, 2016.
[ .pdf ]
The distinguishability language of a regular |
[135] |
Marcus Vinícius Midena Ramos, José Carlos Bacelar Almeida, Nelma
Moreira, and Ruy José Guerra Barretto de Queiroz.
Formalization of the pumping lemma for context-free languages.
J. Formalized Reasoning, 9(2):53--68, 2016.
[ DOI |
http ]
Context-free languages are highly important in computer language processing technology as well as in formal language theory. The Pumping Lemma is a property that is valid for all context-free languages, and is used to show the existence of non context-free languages. This paper presents a formalization, using the Coq proof assistant, of the Pumping Lemma for context-free languages. |
[134] |
Cezar Câmpeanu, Nelma Moreira, and Rogério Reis.
Distinguishability operations and closures.
Fundamenta Informaticae, 148(3--4):243--266, 2016.
[ DOI |
.pdf ]
Given a language L, we study the language of words D(L), that distinguish between pairs of different left quotients of L. We characterize this distinguishability operation, show that its iteration has always a fixed point, and we generalize this result to operations derived from closure operators and Boolean operators. For the case of regular languages, we give an upper bound for the state complexity of the distinguishability operation, and prove its tightness. We show that the set of minimal words that can be used to distinguish between different left quotients of a regular language L has at most n -- 1 elements, where n is the state complexity of L, and we also study the properties of its iteration. We generalize the results for the languages of words that distinguish between pairs of different right quotients and two-sided quotients of a language L. Keywords: Distinguishability, regular languages |
[133] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Average size of automata constructions from regular expressions.
Bulletin of the European Association for Theoretical Computer
Science, 116:167--192, June 2015.
[ http ]
Because of their succinctness and clear syntax, regular expressions are the common choice to represent regular languages. Deterministic finite au- tomata are an excellent representation for testing equivalence, containment or membership, as these problems are easily solved for this model. How- ever, minimal deterministic finite automata can be exponentially larger than the associated regular expression, while the corresponding nondeterministic finite automata can be linearly larger. The worst case of both the complexity of the conversion algorithms, and of the size of the resulting automata, are well studied. However, for practical purposes, estimates for the average case can provide much more useful information. In this paper we review recent results on the average size of automata resulting from several constructions and suggest several directions of research. Most results were obtained within the framework of analytic combinatorics. |
[132] |
Nelma Moreira, David Pereira, and Sim ao Melo de Sousa.
Deciding Kleene algebra terms (in)equivalence in Coq.
Journal of Logical and Algebraic Methods in Programming,
84(3):377--401, 2015.
[ DOI ]
This paper presents a mechanically verified implementation of an algorithm for deciding the equivalence of Kleene algebra terms within the Coq proof assistant. The algorithm decides equivalence of two given regular expressions through an iterated process of testing the equivalence of their partial derivatives and does not require the construction of the corresponding automata. Recent theoretical and experimental research provides evidence that this method is, on average, more efficient than the classical methods based on automata. We present some performance tests, comparisons with similar approaches, and also introduce a generalization of the algorithm to decide the equivalence of terms of Kleene algebra with tests. The motivation for the work presented in this paper is that of using the libraries developed as trusted frameworks for carrying out certified program verification. |
[131] |
Nelma Moreira, Giovanni Pighizzini, and Rogério Reis.
Optimal state reductions of automata with partially specified
behaviors.
In 41st SOFSEM - the International Conference on Current Trends
in Theory and Practice of Computer Science, number 8939 in LNCS, pages
339--351. Springer, 2015.
[ DOI |
http ]
Nondeterministic finite automata with don't care states, namely states which neither accept nor reject, are considered. |
[130] |
Eva Maia, Nelma Moreira, and Rogério Reis.
Prefix and right-partial derivative automata.
In Mariya Soskova and Victor Mitrana, editors, Computability in
Europe (CiE 2015), number 9136 in LNCS, pages 258--267. Springer, 2015.
[ DOI |
http ]
Recently, Yamamoto presented a new method for the conversion from regular expressions (REs) to non-deterministic finite automata (NFA) based on the Thompson ε-NFA (AT). The AT automaton has two quotients considered: the suffix automaton Asuf and the prefix automaton, Apre. Eliminating ε-transitions in AT, the Glushkov automaton (Apos) is obtained. Thus, it is easy to see that Asuf and the partial derivative automaton are the same. In this paper, we characterise the Apre automaton as a solution of a system of left RE equations and express it as a quotient of Apos by a specific left-invariant equivalence relation. We define and characterise the right-partial derivative automaton. Finally, we study the average size of all these constructions both experimentally and from an analytic combinatorics point of view. |
[129] |
Nelma Moreira, Giovanni Pighizzini, and Rogério Reis.
Universal disjunctive concatenation and star.
In Jeffrey Shallit and Alexander Okhotin, editors, Proceedings
of the 17th Int. Workshop on Descriptional Complexity of Formal Systems
(DCFS15), number 9118 in LNCS, pages 197--208. Springer, 2015.
[ DOI |
http ]
Two language operations that can be expressed by suitable combining complement with |
[128] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
Partial derivative automaton for regular expressions with shuffle.
In Jeffrey Shallit and Alexander Okhotin, editors, Proceedings
of the 17th Int. Workshop on Descriptional Complexity of Formal Systems
(DCFS15), number 9118 in LNCS, pages 21--32. Springer, 2015.
[ DOI |
http ]
We generalize the partial derivative automaton to regular expressions with shuffle and study its size in the worst and in the average case. The number of states of the partial derivative automata is in the worst case at most 2m, where m is the number of letters in the expression, while asymptotically and on average it is no more than (4/3)m. |
[127] |
Stavros Konstantinidis, Casey Meijer, Nelma Moreira, and Rogério Reis.
Symbolic manipulation of code properties.
Preprint, 2015.
[ http ]
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 to define their own code properties and combine them between themselves or with fixed properties such as prefix codes, suffix codes, error detecting codes, etc. The satisfaction and maximality decision questions are solvable for any of the definable properties. The new online system LaSer allows to query about code properties and obtain the answer in a batch mode. Our work is founded on independence theory as well as the theory of rational relations and transducers and contributes with improveded algorithms on these objects. |
[126] |
Sabine Broda, Sílvia Cavadas, Miguel Ferreira, and Nelma Moreira.
Deciding synchronous kleene algebra with derivatives.
In Frank Drewes, editor, Implementation and Application of
Automata, 20th International Conference (CIAA 2015), volume 9223 of
LNCS, pages 49--62. Springer-Verlag, 2015.
[ DOI |
.pdf ]
Synchronous Kleene algebra (ska) is a decidable framework that |
[125] |
Eva Maia, Nelma Moreira, and Rogério Reis.
Incomplete transition complexity on finite and infinite regular
languages.
Information and Computation, 244:1--22, 2015.
[ DOI |
http ]
The state complexity of basic operations on regular languages considering complete deterministic finite automata (DFA) has been extensively studied in the literature. But, if incomplete DFAs are considered, transition complexity is also an significant measure. In this paper we study the incomplete (deterministic) state and transition complexity of boolean operations, concatenation, star, and reversal for regular languages and finite languages. For all operations we give tight upper bounds for both descriptional measures. For regular languages we give a new tight upper bound for the transition complexity of the union, which refutes the conjecture presented by Y. Gao et al.. For finite languages, we correct the published state complexity of concatenation for complete DFAs and provide a tight upper bound for the case when the right operand is larger than the left one. In general the operational complexities depend not only on the complexities of the operands but also on other refined measures. For both families of languages we present some experimental results to test the behaviour of those operations on the average case, and we conjecture that for many operations and in practical applications the worst-case complexity is seldom reached. |
[124] | Rudolf Freund, Markus Holzer, Nelma Moreira, and Rogério Reis, editors. Seventh Workshop on Non-Classical Models of Automata and Applications (NCMA 2015). Ãsterreichische Computer Gesellschaft, 2015. ISBN 978-3-903035-07-2. |
[123] |
Marcus V. M. Ramos, Ruy J. G. B. de Queiroz, Nelma Moreira, and José
Carlos Bacelar Almeida.
Formalization of the pumping lemma for context-free languages.
Preprint, 2015.
[ http ]
Context-free languages (CFLs) are highly important in computer language processing technology as well as in formal language theory. The Pumping Lemma is a property that is valid for all context-free languages, and is used to show the existence of non context-free languages. This paper presents a formalization, using the Coq proof assistant, of the Pumping Lemma for context-free languages. |
[122] |
Marcus V. M. Ramos, Ruy J. G. B. de Queiroz, Nelma Moreira, and José
Carlos Bacelar Almeida.
Formalization of context-free language theory.
Preprint, 2015.
[ http ]
Context-free language theory is a subject of high importance in computer language processing technology as well as in formal language theory. This paper presents a formalization, using the Coq proof assistant, of fundamental results related to context-free grammars and languages. These include closure properties (union, concatenation and Kleene star), grammar simplification (elimination of useless symbols inaccessible symbols, empty rules and unit rules) and the existence of a Chomsky Normal Form for context-free grammars. |
[121] | Sabine Broda, Sílvia Cavadas, and Nelma Moreira. Kleene algebra completeness. Technical Report DCC-2014-07, DCC-FC & CMUP, Universidade do Porto, July 2014. [ .pdf ] |
[120] | Sabine Broda, Sílvia Cavadas, and Nelma Moreira. Derivative based methods for deciding ska and skat. Technical Report DCC-2014-10, DCC-FC & CMUP, Universidade do Porto, May 2014. [ .pdf ] |
[119] |
Marco Almeida, Nelma Moreira, and Rogério Reis.
Incremental dfa minimisation.
RAIRO - Theoretical Informatics and Applications,
48(2):173--186, 2014.
[ DOI |
http ]
We present a new incremental algorithm for |
[118] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
A hitchhiker's guide to descriptional complexity through analytic
combinatorics.
Theoretical Computer Science, 528(0):85 -- 100, 2014.
[ DOI |
http ]
Nowadays, increasing attention is being given to the study of the descrip- tional complexity in the average case. Although the underlying theory for such a study seems intimidating, one can obtain interesting results in this area without too much effort. In this gentle introduction we take the reader on a journey through the basic analytical tools of that theory, giving some illustrative examples using regular expressions. Additionally, new asymptotic average-case results for several ε-NFA constructions are presented, in a unified framework. It turns out that, asymptotically, and in the average case, the complexity gap between the several constructions is significantly larger than in the worst case. Furthermore, one of the ε-NFA constructions approaches the corresponding ε-free NFA construction, asymptotically and on average. |
[117] |
Jason Bell, Janusz Brzozowski, Nelma Moreira, and Rogério Reis.
Symmetric groups and quotient complexity of boolean operations.
In Javier Esparza, Pierre Fraigniaud, Thore Husfeldt, and Elias
Koutsoupias, editors, Automata, Languages, and Programming - 41st
International Colloquium, ICALP 2014, Copenhagen, Denmark, July 8-11, 2014,
Proceedings, Part II, volume 8573 of Lecture Notes on Computer
Science, pages 1--12, 2014.
[ DOI |
.pdf ]
The quotient complexity of a regular language L is the |
[116] | Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis. Automata for KAT Expressions. Technical Report DCC-2014-01, DCC-FC, Universidade do Porto, January 2014. [ .pdf ] |
[115] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
On the Equivalence of Automata for KAT-expressions.
In Arnold Beckmann, Erzsébet Csuhaj-Varjú, and Klaus Meer,
editors, Language, Life, Limits - 10th Conference on Computability in
Europe, CiE 2014, Budapest, Hungary, June 23-27, 2014. Proceedings, volume
8493 of LNCS, pages 73--83. Springer-Verlag, 2014.
[ DOI |
.pdf ]
Kleene algebra with tests (KAT) is a decidable equational system |
[114] |
Eva Maia, Nelma Moreira, and Rogério Reis.
Partial derivative and position bisimilarity automata.
In Markus Holzer and Martin Kutrib, editors, Implementation and
Application of Automata, 19th International Conference (CIAA 2014), volume
8587 of LNCS, pages 264--277. Springer-Verlag, 2014.
[ DOI |
.pdf ]
Minimization of nondeterministic finite automata (NFA) is a hard problem (PSPACE-complete). Bisimulations are then an attrac- tive alternative for reducing the size of NFAs, as even bisimilarity (the largest bisimulation) is almost linear using the Paige and Tarjan algo- rithm. NFAs obtained from REs can have the number of states linear with respect to (w.r.t) the size of the REs and conversion methods from REs to equivalent NFAs can produce NFAs without or with transitions labelled with the empty word (ε-NFA). The standard conversion without ε-transitions is the position automaton, Apos. Other conversions, such as partial derivative (Apd ) automata or follow automata (Af ), were proved to be quotients of the position automata (by some bisimulations). Recent experimental results suggested that for REs in (normalized) star normal form (snf) the position bisimilarity almost coincide with the Apd automaton. Our goal is to have a better characterization of Apd au- tomata and their relation with the bisimilarity of the position automata. In this paper, we consider Apd automata for regular expressions without Kleene star and establish under which conditions it is isomorphic to the bisimilarity of Apos. |
[113] |
Cezar Câmpeanu, Nelma Moreira, and Rogério Reis.
The distinguishability operation on regular languages.
In Suna Bensch, Rudolf Freund, and Friedrich Otto, editors,
Non-Classical Models of Automata and Applications (NCMA 2014), pages
85--100. Oesterreichische Computer Gesellschaft, 2014.
[ .pdf ]
In this paper we study the language of the words that, for a given language L, distinguish between pairs of different left-quotients of L. We characterize this distinguishability operation, show that its iteration has always a fixed point, and we generalize this result to operations derived from closure operators and Boolean operators. We give an upper bound for the state complexity of the distinguishability, and prove its tightness. We show that the set of minimal words that can be used to distinguish between different quotients of a language L is n - 1, where n is the state complexity of L. For this operation, we also study the properties of its iteration. |
[112] | Nelma Moreira and Rogério Reis. Preface. Special Issue - Implementation and Application of Automata (CIAA 2012). International Journal of Fundations of Computer Science, 24(06):689--690, September 2013. [ DOI ] |
[111] | Rafaela Bastos, Nelma Moreira, and Rogério Reis. Manipulation of extended regular expressions with derivatives. Technical Report DCC-2013-11, DCC-FC, Universidade do Porto, September 2013. [ .pdf ] |
[110] | Davide Nabais, Nelma Moreira, and Rogério Reis. Desco: a knowledge based system for descriptional complexity of formal languages. Technical Report DCC-2013-12, DCC-FC Universidade do Porto, July 2013. [ .pdf ] |
[109] | Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis. Glushkov and Equation Automata for KAT Expressions. Technical Report DCC-2013-07, DCC-FC, Universidade do Porto, July 2013. [ .pdf ] |
[108] | Ricardo Almeida, Sabine Broda, and Nelma Moreira. Kat and Hoare logic with derivatives. Technical Report DCC-2013-04, DCC - FC & CMUP, Universidade do Porto, February 2013. [ .pdf ] |
[107] | Nelma Moreira, Davide Nabais, and Rogério Reis. Desco: a web based information system for descriptional complexity results. Technical Report DCC-2013-03, DCC-FC, Universidade do Porto, 2013. [ .pdf ] |
[106] |
Nelma Moreira, David Pereira, and Sim ao Melo de Sousa.
On the mechanisation of rely-guarantee in Coq.
Technical Report DCC-2013-03, DCC - FC & LIACC, Universidade do
Porto, January 2013.
[ .pdf ]
In this report we describe the formalisation of a |
[105] |
Eva Maia, Nelma Moreira, and Rogério Reis.
Incomplete transition complexity of some basic operations.
In Peter van Emde Boas, Frans C.A. Groen, Giuseppe F. Italiano, Jerzy
Nawrocki, and Harald Sack, editors, SOFSEM 2013: Theory and Practice of
Computer Science, number 7741 in Lecture Notes on Computer Science, pages
319--330. Springer-Verlag, 2013.
MR3074101.
[ DOI |
.pdf ]
Y. Gao et al. studied for the first time the |
[104] |
Eva Maia, Nelma Moreira, and Rogério Reis.
Incomplete transition complexity of basic operations on finite
languages.
In Stavros Konstantinidis, editor, Implementation and
Application of Automata, 18th International Conference (CIAA 2013), number
7982 in LNCS, pages 349--356. Springer-Verlag, 2013.
[ DOI |
.pdf ]
The state complexity of basic operations on finite |
[103] | Eva Maia, Nelma Moreira, and Rogério Reis. The operational incomplete transition complexity on finite languages. Technical Report DCC-2013-02, DCC - FC & CMUP, Universidade do Porto, January 2013. [ .pdf ] |
[102] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
On the average size of Glushkov and equation automata for KAT
expressions.
In 19th International Symposium on Fundamentals of Computation
Theory, number 8070 in LNCS, pages 72--83. Springer-Verlag, 2013.
[ DOI |
.pdf ]
Kleene algebra with tests (kat) is an equational |
[101] | Yuan Gao, Nelma Moreira, Rogério Reis, and Sheng Yu. A survey on state complexity. (Submitted), 2013. [ http ] |
[100] | Marco Almeida, Nelma Moreira, and Rogério Reis. Finite automata minimization algorithms. In Jiacun Wang, editor, Handbook of Finite State Based Models and Applications, Discrete Mathematics and Its Applications, pages 145--170. Chapman and Hall/CRC Press, November 2012. MR3014621. [ http ] |
[99] |
Ricardo Almeida, Sabine Broda, and Nelma Moreira.
Deciding KAT and Hoare logic with derivatives.
In 3rd International Symposium on Games, Automata, Logics, and
Formal Verification, Proceedings, volume 96, page 127?140, Napoli, Italy,
September 2012. Electronic Proceedings in Theoretical Computer Science.
[ DOI |
.pdf ]
Kleene algebra with tests (KAT) is an equational |
[98] | Martin Kutrib, Nelma Moreira, and Rogério Reis, editors. Descriptional Complexity of Formal Systems, 14th International Workshop (DCFS 2012), volume 7386 of LNCS, Braga, Portugal, July 2012. Springer. ISBN 978-3-642-31622-7. MR3087301. [ DOI | http ] |
[97] | Nelma Moreira and Rogério Reis, editors. Implementation and Application of Automata, 17th International Conference (CIAA 2012), volume 7381 of LNCS, Porto, Portugal, July 2012. Springer. ISBN 978-3-642-31605-0. MR3059553. [ DOI | http ] |
[96] | Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis. An introduction to descriptional complexity of regular languages through analytic combinatorics. Technical Report DCC-2012-05, DCC - FC, Universidade do Porto, July 2012. [ .pdf ] |
[95] | Nelma Moreira, David Pereira, and Sim ao Melo de Sousa. Mechanization of an algorithm for deciding KAT terms equivalence. Technical Report DCC-2012-04, DCC-FC, Universidade do Porto, May 2012. [ .pdf ] |
[94] | Eva Maia, Nelma Moreira, and Rogério Reis. On the incomplete transition complexity of some basic operations on regular languages. Technical Report DCC-2012-02, DCC-FC, Universidade do Porto, April 2012. [ .pdf ] |
[93] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
On the average size of Glushkov and partial derivative automata.
International Journal of Foundations of Computer Science,
23(5):969--984, 2012.
MR2983363.
[ DOI |
.pdf ]
In this paper, the relation between the Glushkov |
[92] |
David Pereira Nelma Moreira and Sim ao Melo de Sousa.
Deciding regular expressions (in-)equivalence in Coq.
In T. G. Griffin and W. Kahl, editors, 13th International
Conference on Relational and Algebraic Methods in Computer Science (RAMiCS
13). Proceedings, volume 7560 of Lecture Notes on Computer Science,
pages 98--113. Springer-Verlag, 2012.
MR3040160.
[ DOI |
.pdf ]
This work presents a mechanically verified |
[91] | Jürgen Dassow, Martin Kutrib, Nelma Moreira, and Rogério Reis. Preface. Selected papers of DCFS 2012. Journal of Automata, Languages and Combinatorics, 17(2--4):59--60, 2012. [ .html ] |
[90] | Rizó Isrof, Nelma Moreira, and Rogério Reis. GUITAR: Graphical User Interface Tool for Automata Representation. In Actas do IJUP. Universidade do Porto, 2012. [ .pdf ] |
[89] | Yuan Gao, Nelma Moreira, Rogério Reis, and Sheng Yu. A review on state complexity of individual operations. Technical Report dcc-2011-08, DCC - FC, Universidade do Porto,, December 2011. [ .pdf ] |
[88] |
José Bacelar Almeida, Nelma Moreira, David Pereira, and Sim ao Melo de
Sousa.
Partial derivative automata formalized in Coq.
In Michael Domaratzki and Kai Salomaa, editors, Proceedings of
the 15th International Conference on Implementation and Application of
Automata (CIAA 2010), number 6482 in Lecture Notes on Computer Science,
pages 59--68, Winnipeg, MA, Canada, August 2011. Springer-Verlag.
MR2776277.
[ DOI |
.pdf ]
In this paper we present a computer assisted proof |
[87] | Marco Almeida, Nelma Moreira, and Rogério Reis. Incremental dfa minimisation. In Michael Domaratzki and Kai Salomaa, editors, Proceedings of the 15th International Conference on Implementation and Application of Automata (CIAA 2010), number 6482 in Lecture Notes on Computer Science, pages 39--48, Winnipeg, MA, Canada, August 2011. Springer-Verlag. MR2776275. [ DOI | .pdf ] |
[86] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
The average transition complexity of Glushkov and partial
derivative automata.
In G. Mauri and A. Leporati, editors, Developments in Language
Theory, 15th International Conference, DLT 2011, Milano, Italy, July 2011.
Proceedings, volume 6795 of Lecture Notes on Computer Science, pages
93--104, Milano, Italy, July 2011. Springer-Verlag.
MR2862718.
[ DOI |
.pdf ]
In this paper, the relation between the Glushkov |
[85] | Nelma Moreira, Davide Nabais, and Rogério Reis. DesCo: a web based information system for descriptional complexity results. Technical Report DCC-2011-10, DCC-FC, Universidade do Porto, 2011. [ .pdf ] |
[84] | Nelma Moreira, David Pereira, and Sim ao Melo de Sousa. Deciding regular expressions (in-)equivalence in coq. Technical Report DCC-2011-06, DCC-FC, Universidade do Porto, 2011. |
[83] |
Eva Maia, Nelma Moreira, and Rogério Reis.
A static type inference for Python.
In Proc. of DYLA'11, 5th Workshop on Dynamic Languages and
Applications, co-located with 49th Intl Conf on Objects, Models, Components
and Patterns (TOOLS 2011) July 1, 2011, Zürich, Switzerland, 2011.
[ .pdf ]
Dynamic languages, like Python, are attractive |
[82] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
On the average state complexity of partial derivative automata: an
analytic combinatorics approach.
International Journal of Foundations of Computer Science,
22(7):1593--1606, 2011.
MR2865339.
[ DOI |
.pdf ]
The partial derivative automaton Apd is usually |
[81] | Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis. Study of the average size of Glushkov and partial derivative automata. Technical Report DCC-2011-03, DCC-FC, Universidade do Porto, 2011. [ .pdf ] |
[80] |
Cezar Câmpeanu, Nelma Moreira, and Rogério Reis.
Expected compression ratio for dfca: experimental average case.
Technical Report DCC-2011-07, DCC-FC, Universidade do Porto, January
2011.
[ .pdf ]
In this paper we investigate from a statistical Keywords: cover automata, automata theory, compression |
[79] | André Almeida, Nelma Moreira, and Rogério Reis. GUItar and FAgoo: Graphical interface for automata visualization, editing, and interaction. In Luís S. Barbosa and Miguel P. Correia, editors, Inforum, Simpósio de Informática, pages 317--328, Braga, Portugal, September 2010. |
[78] | Eva Maia, Nelma Moreira, and Rogério Reis. Inferência de tipos em Python. In Luís S. Barbosa and Miguel P. Correia, editors, Inforum, Simpósio de Informática, pages 515--518, Braga,Portugal, September 2010. Also at http://inforum.org.pt/INForum2010/papers/especificacao-verificacao-e-teste-sistemas-criticos/Paper040.pdf. [ .pdf ] |
[77] |
André Almeida, Nelma Moreira, and Rogério Reis.
GUItar and FAgoo: Graphical interface for automata visualization,
editing, and interaction.
In Luís S. Barbosa and Miguel P. Correia, editors, Inforum,
Simpósio de Informática, pages 317--328, Braga,Portugal, September
2010.
Also at
http://inforum.org.pt/INForum2010/papers/computacao-grafica/Paper038.pdf.
[ .pdf ]
GUItar is a graphical environment for graph |
[76] |
Nelma Moreira, Davide Nabais, and Rogério Reis.
State elimination ordering strategies: Some experimental results.
In I. MacQuillan, G. Pighizzini, and B. Trost, editors, Proc. of
11th Workshop on Descriptional Complexity of Formal Systems (DCFS10), pages
169--180, Saskatoon, Saskatchewan,Canada, August 2010.
[ DOI |
.pdf ]
Recently, the problem of obtaining a short regular |
[75] |
Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis.
On the average number of states of partial derivative automata.
In Yuan Gao, Hanlin Lu, Shinnosuke Seki, and Sheng Yu, editors,
Developments in Language Theory, 14th International Conference, DLT 2010,
London, ON, Canada, August 17-20, 2010. Proceedings, volume 6224 of
Lecture Notes on Computer Science, pages 112--123, London, ON, Canada,
August 2010. Springer-Verlag.
MR2725637.
[ DOI |
.pdf ]
The partial derivative automaton (NFA_Pd) is |
[74] |
Hugo Gouveia, Nelma Moreira, and Rogério Reis.
Small nfas from regular expressions: Some experimental results.
In Fernando Ferreira, Hélia Guerra, Elvira Mayordomo, and Jo ao
Rasga, editors, Proceedings of 6th Conference on Computability in Europe
(CIE 2010), pages 194--203, Ponta Delgada, Azores, Portugal, June 2010.
CMATI.
Also at ArXiv: http://arxiv.org/abs/1009.3599.
[ .pdf ]
Regular expressions (RES), because of their |
[73] | André Carvalho, Nuno Silva, Sim ao Melo de Sousa, and Nelma Moreira. A tool for automatic model extraction of Ada/SPARK programs. Technical Report DCC-2010-05, DCC-FC, Universidade do Porto, 2010. [ .html ] |
[72] | Sabine Broda, António Machiavelo, Nelma Moreira, and Rogério Reis. On the average size of pd automata: an analytic combinatorics approach. Technical Report DCC-2010-04, DCC-FC, Universidade do Porto, 2010. [ .html ] |
[71] |
José Alves, Nelma Moreira, and Rogério Reis.
XML description for automata manipulations.
In Alberto Sim oes, Daniela Cruz, and José Carlos Ramalho,
editors, Actas XATA 2010, XML: aplicações e tecnologias
associadas, pages 77--88, ESEIG, Vila do Conde, 2010.
Also in http://hdl.handle.net/1822/10637.
[ .pdf ]
GUItar is a visualization software tool for various |
[70] |
Marco Almeida, Nelma Moreira, and Rogério Reis.
Testing equivalence of regular languages.
Journal of Automata, Languages and Combinatorics,
15(1/2):7--25, 2010.
[ .pdf ]
The minimal deterministic finite automaton is |
[69] | Marco Almeida, Nelma Moreira, and Rogério Reis. Antimirov and Mosses' rewrite system revisited. International Journal of Foundations of Computer Science, 20(4):669--684, August 2009. MR2555761. [ DOI | .pdf ] |
[68] | Marco Almeida, Nelma Moreira, and Rogério Reis. Testing equivalence of regular languages. In Workshop on Descriptional Complexity of Formal Systems (DCFS09), Magdeburg, Germany, July 2009. Also in Electronic Proceedings in Theoretical Computer Science (eptcs 3) https://www.eptcs.org. [ DOI | .pdf ] |
[67] |
André Almeida, Marco Almeida, José Alves, Nelma Moreira, and Rogério
Reis.
Fado and guitar: tools for automata manipulation and visualization.
In S. Maneth, editor, CIAA 2009: Fourteenth International
Conference on Implementation and Application of Automata, volume 5642 of
Lecture Notes on Computer Science, pages 65--74, Sydney, Australia,
July 2009. Springer-Verlag.
[ DOI |
.pdf ]
FAdo is an ongoing project which aims to provide a |
[66] |
Nelma Moreira and Rogério Reis.
Series-parallel automata and short regular expressions.
Fundamenta Informaticae, 91(3-4):611--629, 2009.
MR2518215.
[ DOI |
.pdf ]
Computing short regular expressions equivalent to a |
[65] | Nelma Moreira, David Pereira, and Sim ao Melo de Sousa. On the Mechanization of Kleene Algebra in Coq. Technical Report Dcc-2009-03, DCC-FC&LIACC, Universidade do Porto, 2009. [ .html ] |
[64] |
Nelma Moreira and Rogério Reis.
Series-parallel automata and short regular expressions.
Fundamenta Informaticae, 91(3-4):611--629, 2009.
[ DOI |
.pdf ]
Computing short regular expressions equivalent to a |
[63] | Marco Almeida, Nelma Moreira, and Rogério Reis. Testing equivalence of regular languages. Technical Report DCC-2009-01, DCC-FC&LIACC, Universidade do Porto, 2009. [ .html ] |
[62] |
David Pereira and Nelma Moreira.
KAT and PHL in COQ.
Computer Science and Information Systems, 05(02), December
2008.
ISSN: 1820-0214.
[ .pdf ]
In this article we describe an implementation of |
[61] |
Marco Almeida, Nelma Moreira, and Rogério Reis.
Exact generation of minimal acyclic deterministic finite automata.
International Journal of Foundations of Computer Science,
19(4):751--765, August 2008.
MR2437812.
[ DOI |
.pdf ]
We give a canonical representation for minimal |
[60] | David Pereira and Nelma Moreira. KAT and PHL in COQ. In Corta 08, Bragança, Portugal, July 2008. [ .pdf ] |
[59] |
Marco Almeida, Nelma Moreira, and Rogério Reis.
Exact generation of acyclic deterministic finite automata.
In Workshop on Descriptional Complexity of Formal Systems
(DCFS08), Charlottetown, Canada, July 2008.
[ .pdf ]
We give a canonical representation for trim acyclic |
[58] |
André Almeida, José Alves, Nelma Moreira, and Rogério Reis.
Cgm: A context-free grammar manipulator.
In Corta 08, Bragança, Portugal, July 2008.
[ .pdf ]
We present an interactive graphical environment for |
[57] |
Marco Almeida, Nelma Moreira, and Rogério Reis.
Antimirov and Mosses's rewrite system revisited.
In O. Ibarra and B. Ravikumar, editors, CIAA 2008: Thirteenth
International Conference on Implementation and Application of Automata,
Lecture Notes on Computer Science, pages 46--56, San Francisco, CA, USA, July
2008. Springer-Verlag.
MR2504697.
[ DOI |
.pdf ]
Antimirov and Mosses proposed a rewrite system for |
[56] |
David Pereira, Eugénio Oliveira, and Nelma Moreira.
Formal modelling of emotions in bdi agents.
In F. Sadri and K. Satoh, editors, Eighth Workshop on
Computational Logic in Multi-Agent Systems (CLIMA-VIII), number 5056 in
LNAI, pages 62--81, Porto, Portugal, 2008. Springer-Verlag.
[ .pdf ]
Emotional-BDI agents are BDI agents whose behaviour |
[55] | Silvestre Lacerda, Norberto Lopes, Nelma Moreira, and Rogério Reis. A toolkit for an oral history digital archive. In José Carlos Ramalho and Jo ao Correia Lopes, editors, Actas XATA 2008, XML: aplicações e tecnologias associadas, pages 40--51, Universidade de Évora, 2008. [ .pdf ] |
[54] | Marco Almeida, Nelma Moreira, and Rogério Reis. On the performance of automata minimization algorithms. In Arnold Beckmann, Costas Dimitracopoulos, and Benedikt Löwe, editors, CiE 2008: Abstracts and extended abstracts of unpublished papers., 2008. [ .pdf ] |
[53] | Marco Almeida, Nelma Moreira, and Rogério Reis. Testing regular expressions equivalence. Technical Report DCC-2007-07, DCC - FC, Universidade do Porto, October 2007. [ .pdf ] |
[52] | David Pereira, Eugénio Oliveira, and Nelma Moreira. Formal modelling of emotions in bdi agents. In Eighth Workshop on Computational Logic in Multi-Agent Systems (CLIMA-VIII), Porto, Portugal, September 2007. For a extended version see Technical Report [50]. [ .pdf ] |
[51] | Marco Almeida, Nelma Moreira, and Rogério Reis. Exact generation of minimal acyclic deterministic finite automata. In Workshop on Descriptional Complexity of Formal Systems (DCFS07), pages 57--68, High Tatras, Slovakia, July 2007. [ .pdf ] |
[50] | David Pereira, Eugénio Oliveira, and Nelma Moreira. Formal modelling of emotions in bdi agents. Technical Report DCC-2007-04, DCC - FC & LIACC, Universidade do Porto, June 2007. [ .pdf ] |
[49] | Marco Almeida, Nelma Moreira, and Rogério Reis. Exact generation of minimal acyclic deterministic finite automata. Technical Report DCC-2007-05, DCC - FC & LIACC, Universidade do Porto, June 2007. [ .pdf ] |
[48] | Marco Almeida, Nelma Moreira, and Rogério Reis. On the performance of automata minimization algorithms. Technical Report DCC-2007-03, DCC - FC & LIACC, Universidade do Porto, June 2007. [ .pdf ] |
[47] | Silvestre Lacerda, Norberto Lopes, Nelma Moreira, and Rogério Reis. Ferramentas para a construção de arquivos digitais de história oral. In Luís Carriço José Carlos Ramalho, João Correia Lopes, editor, Actas XATA 2007, XML: aplicações e tecnologias associadas. Universidade de Lisboa, February 2007. |
[46] | J. Barbosa, J. Caramelo, J. Cunha, A. Ferreira, S. Lacerda, N. Lopes, M. Loff, M. Matias, T. Medina, B. Monteiro, N. Moreira, C. Nogueira, R. Reis, I. Ribeiro, J. Rocha, C. F. Silva, and C. R. Silva. Education and language in memories of labour. Poster in “Investugação Científica na Pré-Graduação”, Universidade do Porto, 2007. |
[45] |
Marco Almeida, Nelma Moreira, and Rogério Reis.
Enumeration and generation with a string automata representation.
Theoretical Computer Science, 387(2):93--102, 2007.
MR2362181.
[ DOI |
.pdf ]
The representation of combinatorial objects is |
[44] | Marco Almeida, Nelma Moreira, and Rogério Reis. Enumeration and generation of initially connected deterministic finite automata. Technical Report DCC-2006-07, DCC-FC & LIACC, Universidade do Porto, December 2006. [ .pdf ] |
[43] |
Marco Almeida, Nelma Moreira, and Rogério Reis.
Aspects of enumeration and generation with a string automata
representation.
In H. Leung and G.Pighizzini, editors, Proceedings of the 8th
Int. Workshop on Descriptional Complexity of Formal Systems (DCFS06), number
NMSU-CS-2006-001 in Computer Science Technical Report, pages 58--69, Las
Cruces, New Mexico, June 2006. NMSU.
[ .pdf ]
In general, the representation of combinatorial |
[42] |
David Pereira, Eugénio Oliveira, and Nelma Moreira.
Modelling emotional bdi agents.
In Workshop on Formal Approaches to Multi-Agent Systems (FAMAS
2006), Riva del Garda, Italy, 2006.
[ .pdf ]
Emotional-BDI agents are agents whose behaviour is |
[41] |
Ana Paula Tomás, Nelma Moreira, and Nuno Pereira.
Designing a solver for arithmetic constraints to support education in
mathematics.
In IFIP Conference on Artificial Intelligence Applications &
Innovations (AIAI) 2006. Springer-Verlag, 2006.
IFIP Conference on Artificial Intelligence Applications &
Innovations (AIAI) 2006 , Athens, Greece.
[ .pdf ]
We present a conditional rewrite system for |
[40] | David Pereira, Eugénio Oliveira, Nelma Moreira, and Luís Sarmento. Towards an architecture for emotional bdi agents. In Amílcar Cardoso Carlos Bento and Gaël Dias, editors, EPIA05 -- 12th Portuguese Conference on Artificial Intelligence, pages 40--46. Universidade da Beira Interior, IEEE, December 2005. ISBN 0-7803-9365-1. [ .pdf ] |
[39] | David Pereira, Eugénio Oliveira, and Nelma Moreira. Towards an architecture for emotional bdi agents. Technical Report DCC-2005-09, DCC - FC & LIACC, Universidade do Porto, July 2005. [ .pdf ] |
[38] | Rogério Reis, Nelma Moreira, and Marco Almeida. On the representation of finite automata. In G. Pighizzini C. Mereghetti, B. Palano and D. Wotschkes, editors, Proceedings of the 7th Int. Workshop on Descriptional Complexity of Formal Systems (DCFS05), pages 269--276, Como, Italy, June 2005. For a extended version see Technical Report [34]. [ .pdf ] |
[37] | José João Morais, Nelma Moreira, and Rogério Reis. Acyclic automata with easy-to-find short regular expressions. In Igor Litovshy Jacques Farré and Sylvain Schmitz, editors, CIAA 2005, Tenth International Conference on Implementation and Application of Automata, volume 3845 of Lecture Notes on Computer Science, pages 349--350, Sophia-Anthiopolis, France, June 2005. Springer-Verlag. Also in Pre-proceedings of Tenth International Conference on Implementation and Application of Automata (CIAA05). [ .pdf ] |
[36] | Ana Paula Tomás, Nelma Moreira, and Nuno Pereira. Designing a symbolic solver for arithmetic constraints for computer assisted learning. Technical Report DCC-2005-06, DCC - FC & LIACC, Universidade do Porto, May 2005. [ .pdf ] |
[35] | José João Morais, Nelma Moreira, and Rogério Reis. Acyclic automata with easy-to-find short regular expressions. Technical Report DCC-2005-03, ,DCC-FC& LIACC, Universidade do Porto, April 2005. [ .pdf ] |
[34] | Marco Almeida, Nelma Moreira, and Rogério Reis. On the representation of finite automata. Technical Report DCC-2005-04, DCC - FC & LIACC, Universidade do Porto, April 2005. [ .pdf ] |
[33] |
Ângela Oliveira and Nelma Moreira.
Gerexa: Plataforma integrada para a organização,
geração e avaliação de exercícios e testes.
In Actas da 3a Conferência Nacional XML: Aplicações e
Tecnologias Associadas. Universidade do Minho, 2005.
[ .pdf ]
Keywords: e-learning,XML, integrated knowledge |
[32] |
Nelma Moreira and Rogério Reis.
Interactive manipulation of regular objects with FAdo.
In Proceedings of 2005 Innovation and Technology in Computer
Science Education (ITiCSE 2005). ACM, 2005.
Based on Technical Report [25].
[ .pdf ]
FAdo is an ongoing project which aims the Keywords: Automata theory, Interactive visual tools, |
[31] | Nelma Moreira and Rogério Reis. Fado:interactive tools for learning formal computational models. In Encontro Nacional de Visualização Científica, Centro Multimeios de Espinho, 2005. http://envc2005.multimeios.pt. [ .pdf ] |
[30] | Nelma Moreira and Rogério Reis. On the density of languages representing finite set partitions. Journal of Integer Sequences, 8(05.2.8), 2005. MR2152288. [ .html ] |
[29] | Nelma Moreira and Rogério Reis. On the density of languages representing finite set partitions. Technical Report DCC-2004-07, DCC-FC& LIACC, Universidade do Porto, August 2004. [ .pdf ] |
[28] | Rogério Reis, Nelma Moreira, and Jo ao Pedro Pedroso. Educated brute-force to get h(4). Technical Report DCC-2004-04, DCC-FC& LIACC, Universidade do Porto, July 2004. [ .pdf ] |
[27] |
Jo ao Pedro Pedroso, Nelma Moreira, and Rogério Reis.
A web-based system for multi-agent interactive timetabling.
In ICKEDS 2004, First International Conference on Knowledge
Engineering and Decision Support, Porto,21-23 of July, 2004.
[ .pdf ]
We propose a web-based timetabling system for a |
[26] | Rogério Reis and Nelma Moreira. Yappy: Yet another LR(1) parser generator for Python. DCC-FC & LIACC, Universidade do Porto, Portugal, 2003. http://www.ncc.up.pt/fado/Yappy/. [ .pdf ] |
[25] |
Rogério Reis and Nelma Moreira.
FAdo:tools for finite automata and regular expressions
manipulation.
Technical Report DCC-2002-2, DCC-FC& LIACC, Universidade do Porto,
August 2002.
[ .pdf ]
Keywords: Automata theory, Interactive visual tools, |
[24] | Rogério Reis and Nelma Moreira. Apoo: an environment for a first course in assembly language programming. SIGCSE Bulletin (ACM Special Interest Group on Computer Science Education), 33(2), December 2001. Extended version available as Technical Report [18]. |
[23] | Nelma Moreira José Paulo Leal and Pedro Ribeiro. EDIC: Uma abordagem para apresentação de conteúdos pedagógicos na web. Technical Report DCC-2001-5, DCC - FC & LIACC, Universidade do Porto, July 2001. [ .ps.gz ] |
[22] | Nelma Moreira José Paulo Leal and Pedro Ribeiro. Edic: Uma abordagem para apresentação de conteúdos pedagógicos na web. In Proceedings of the International Conference on New Technologies in Science Education (resumos), CINTEC 2001, page 86, Aveiro, 2001. Extended version available as Technical Report [23]. |
[21] | José Paulo Leal and Nelma Moreira. Using matching for automatic assessment in computer science learning environments. In Francisco Restivo and Lígia Ribeiro, editors, Web-Based Lerning Environments, pages 70--72. Merlin 2000 Project, FEUP Edições, June 2000. Extended version available as Technical Report [20]. |
[20] | José Paulo Leal and Nelma Moreira. Using matching for automatic assessment in computer science learning environments. Technical Report DCC-2000-3, DCC - FC & LIACC, Universidade do Porto, 2000. [ .ps.gz ] |
[19] | José Paulo Leal and Nelma Moreira. Automatic grading of programming exercises. Technical Report DCC-98-4, DCC - FC & LIACC, Universidade do Porto, 1998. [ .ps.gz ] |
[18] |
Rogério Reis and Nelma Moreira.
Apoo: an environment for a first course in assembly language
programming.
Technical Report DCC-98-9, DCC-FC& LIACC, Universidade do Porto,
1998.
[ .pdf.gz ]
Teaching the very basic concepts of a computer Keywords: teaching, assembly language |
[17] |
Nelma Moreira.
Resolution of Complex Constraints on Trees and Applications in
Logic Grammars.
PhD thesis, Universidade do Porto, 1997.
(In Portuguese).
[ .ps.gz ]
In recent years, symbolic constraints have raised a |
[16] |
Luís Damas and Nelma Moreira.
Constraint categorial grammars.
In Nuno Mamede and Carlos Pinto-Fereira, editors, EPIA 95,
volume 990 of Lecture Notes in Artificial Intelligence.
Springer-Verlag, 1995.
MR1390070.
[ .ps.gz ]
Although unification can be used to implement a weak |
[15] | Luís Damas, Nelma Moreira, and Giovanni B. Varile. The formal and computational theory of complex constraint solution. In C. Rupp, M. A. Rosner, and R. L. Johnson, editors, Constraints, Language, and Computation, Computation in Cognitive Science, pages 149--166. Academic Press, London, 1994. [ .pdf ] |
[14] | Luís Damas and Nelma Moreira. CC(L)G: constraint categorial grammars. In Rolf Backofen, Hans-Ulrich Krieger, S. Spackman, and Hans Uszkoreit, editors, Report of the EAGLES workshop on implemented formalisms at DFKI, pages 26--28. DFKI, Saarbrücken, March 1993. |
[13] | Luís Damas, Nelma Moreira, and Giovanni Varile. CLG: Constraint logic grammar. In Rolf Backofen, Hans-Ulrich Krieger, S. Spackman, and Hans Uszkoreit, editors, Report of the EAGLES workshop on implemented formalisms at DFKI, pages 40--41. DFKI, Saarbrücken, March 1993. |
[12] |
Luís Damas, Nelma Moreira, and Sabine Broda.
Resolution of constraints in algebras of rational trees.
In Miguel Filgueiras and Luís Damas, editors, Progress in
Artificial Intelligence --- 6th Portuguese Conference on Artificial
Intelligence (EPIA 93), volume 727 of Lecture Notes in Artificial
Intelligence, pages 61--76. Springer-Verlag, 1993.
MR1291450.
[ .pdf ]
This work presents a constraint solver for the |
[11] |
Luís Damas and Nelma Moreira.
A quantifier elimination algorithm for a first order logic with
equality.
Technical report, Centro de Informática da Universidade do Porto,
July 1991.
[ .pdf ]
We present an algorithm for decidibility of formulas |
[10] | Miguel Filgueiras, L. Damas, N. Moreira, and A. P. Tomás, editors. Natural Language Processing -- EAIA '90 Proceedings. Number 476 in Lecture Notes in Artificial Intelligence. Springer-Verlag, 1991. Reviewed in Math Reviews, 91k:68015; 03B65 68S05. Reviewed in Zentralblatt für Mathematik, 875.00077; 00B25, 68-06, 68S05, 68T99. |
[9] | Miguel Filgueiras, N. Moreira, and A. P. Tomás. General introduction. In Filgueiras et al. [10], pages 1--3. MR1102026. |
[8] | José Paulo Leal, Luís Damas, and Nelma Moreira. A history based interface. In Proceedings of the ICLP preconference Workshop on Logic Programming Environments, Paris, 1991. |
[7] | Luís Damas, Nelma Moreira, and Giovanni B. Varile. The formal and processing models of CLG. In Fifth Conference of the European Chapter of the Association for Computational Linguistics, pages 173--178, Berlin, 1991. [ .pdf ] |
[6] | M. Filgueiras, A.P. Tomás, N. Moreira, J.P. Leal, and R.Reis. Natural language and natural menus interfaces. In Preprints of the TC-7 IFIP International Conference Modelling the Innovation, Roma, March 1990. Also in M. Carnevale, M. Lucërtini, S. Nicosia (eds.), “Modelling the Innovation: Communications, Automation and Information Systems”, North-Holland, 1990. |
[5] | Sergio Balari, Luís Damas, Nelma Moreira, and Giovanni B. Varile. CLG(n): Constraint logic grammars. In H.Karlgren, editor, Proceedings of the 13th International Conference on Computational Linguistics (COLING), volume 3, pages 7--12, Helsinki, 1990. [ .pdf ] |
[4] |
Nelma Moreira.
Semantic analysis of time and tense in natural language: an
implementation.
In J.P Martins and E.M. Morgado, editors, Proceedings of the 4th
Portuguese Conference of Artificial Inteligence, number 390 in LNAI, Berlin,
1989. Springer-Verlag.
[ .pdf ]
In this paper a model for temporal references in Keywords: Natural Language Understanding |
[3] | Nelma Moreira. Representação de semântica de referências temporais em linguagem natural. Master's thesis, Universidade do Porto, October 1988. Apresentado à Universidade do Porto no âmbito das Provas de Aptidão Pedagógica e Capacidade Científica. |
[2] | Isabel Labouriau and Nelma Moreira. Third order derivative of degenerate Hopf bifurcation in normal form. Technical report, Grupo de Matemática Aplicada da Faculdade de Ciências da Universidade do Porto, 1986. |
[1] | Isabel Labouriau e Nelma Moreira. Soluções periódicas das equações de Fitzhugh para o impulso nervoso. In Actas do VII Congresso do Grupo de Matemáticos de Expressão Latina, 1985. |
This file was generated by bibtex2html 1.99.