中文
相关论文

相关论文: Fly-automata for checking MSO 2 graph properties

200 篇论文

Traditionally, graph algorithms get a single graph as input, and then they should decide if this graph satisfies a certain property $\Phi$. What happens if this question is modified in a way that we get a possibly infinite family of graphs…

形式语言与自动机理论 · 计算机科学 2021-10-13 Volker Diekert , Henning Fernau , Petra Wolf

For some geometric graph classes, tractability of testing first-order formulas is precisely characterised by the graph parameter twin-width. This was first proved for interval graphs among others in [BCKKLT, IPEC '22], where the equivalence…

离散数学 · 计算机科学 2025-12-29 Colin Geniet , Gunwoo Kim , Lucas Meijer

Many hard graph problems can be solved efficiently when restricted to graphs of bounded treewidth, and more generally to graphs of bounded clique-width. But there is a price to be paid for this generality, exemplified by the four problems…

数据结构与算法 · 计算机科学 2014-05-01 Sigve Hortemo Sæther , Jan Arne Telle

Regular word grammars are restricted context-free grammars that define all the recognizable languages of words. This paper generalizes regular grammars from words to certain classes of graphs, by defining regular grammars for unordered…

形式语言与自动机理论 · 计算机科学 2025-06-17 Marius Bozga , Radu Iosif , Florian Zuleger

Treewidth (tw) is an important parameter that, when bounded, yields tractability for many problems. For example, graph problems expressible in Monadic Second Order (MSO) logic and QUANTIFIED SAT or, more generally, QUANTIFIED CSP, are FPT…

计算复杂性 · 计算机科学 2025-03-18 Florent Foucaud , Esther Galby , Liana Khazaliya , Shaohua Li , Fionn Mc Inerney , Roohani Sharma , Prafullkumar Tale

We investigate crossing minimization for 1-page and 2-page book drawings. We show that computing the 1-page crossing number is fixed-parameter tractable with respect to the number of crossings, that testing 2-page planarity is…

数据结构与算法 · 计算机科学 2018-12-18 Michael J. Bannister , David Eppstein

We introduce the branching transitive closure operator on weighted monadic second-order logic formulas where the branching corresponds in a natural way to the branching inherent in trees. For arbitrary commutative semirings, we prove that…

形式语言与自动机理论 · 计算机科学 2015-04-30 Zoltán Fülöp , Heiko Vogler

This research studies graph-based approaches for Answer Sentence Selection (AS2), an essential component for retrieval-based Question Answering (QA) systems. During offline learning, our model constructs a small-scale relevant training…

计算与语言 · 计算机科学 2023-04-25 Roshni G. Iyer , Thuy Vu , Alessandro Moschitti , Yizhou Sun

We study trees where each successor set is equipped with some additional structure. We introduce a family of automaton models for such trees and prove their equivalence to certain fixed-point logics. As a consequence we obtain…

计算机科学中的逻辑 · 计算机科学 2025-02-24 Achim Blumensath

Finite automata (FA) are a fundamental computational abstraction that is widely used in practice for various tasks in computer science, linguistics, biology, electrical engineering, and artificial intelligence. Given an input word, an FA…

人工智能 · 计算机科学 2026-04-22 Jaime Cuartas Granada , Alexey Ignatiev , Peter J. Stuckey

We propose $\omega$MSO$\Join$BAPA, an expressive logic for describing countable structures, which subsumes and transcends both Counting Monadic Second-Order Logic (CMSO) and Boolean Algebra with Presburger Arithmetic (BAPA). We show that…

计算机科学中的逻辑 · 计算机科学 2023-11-27 Luisa Herrmann , Vincent Peth , Sebastian Rudolph

In this paper we present the first algorithm in the streaming model to characterize completely the biconnectivity properties of undirected networks: articulation points, bridges, and connected and biconnected components. The motivation of…

数据结构与算法 · 计算机科学 2020-06-16 Giorgio Ausiello , Donatella Firmani , Luigi Laura

We introduce Symbolic Alternating Finite Automata (s-AFA) as an expressive, succinct, and decidable model for describing sets of finite sequences over arbitrary alphabets. Boolean operations over s-AFAs have linear complexity, which is in…

形式语言与自动机理论 · 计算机科学 2016-10-07 Loris D'Antoni , Zachary Kincaid , Fang Wang

Query evaluation in monadic second-order logic (MSO) is tractable on trees and treelike instances, even though it is hard for arbitrary instances. This tractability result has been extended to several tasks related to query evaluation, such…

数据库 · 计算机科学 2016-07-19 Antoine Amarilli , Pierre Bourhis , Pierre Senellart

We associate a graph with a 1-safe Petri net and study the parameterized complexity of various problems with parameters derived from the graph. With treewidth as the parameter, we give W[1]-hardness results for many problems about 1-safe…

计算机科学中的逻辑 · 计算机科学 2011-06-13 M. Praveen , Kamal Lodaya

We consider a problem of enumerating chemical graphs from given constraints concerning their structures, which has an important application to a novel method for the inverse QSAR/QSPR recently proposed. In this paper, the structure of a…

数据结构与算法 · 计算机科学 2020-04-15 Yuui Tamura , Yuhei Nishiyama , Chenxi Wang , Yanming Sun , Aleksandar Shurbevski , Hiroshi Nagamochi , Tatsuya Akutsu

Finding a few solutions for a given problem that are diverse, as opposed to finding a single best solution to solve the problem, has recently become a notable topic in theoretical computer science. Recently, Baste, Fellows, Jaffke,…

数据结构与算法 · 计算机科学 2026-03-30 Karolina Drabik , Tomáš Masařík

In this article, we study classes of multidimensional subshifts defined by multihead finite automata, in particular the hierarchy of classes of subshifts defined as the number of heads grows. The hierarchy collapses on the third level,…

形式语言与自动机理论 · 计算机科学 2014-08-29 Ville Salo , Ilkka Törmä

We prove that the bisimulation-invariant fragment of weak monadic second-order logic (WMSO) is equivalent to the fragment of the modal $\mu$-calculus where the application of the least fixpoint operator $\mu p.\varphi$ is restricted to…

计算机科学中的逻辑 · 计算机科学 2014-01-23 Facundo Carreiro , Alessandro Facchini , Yde Venema , Fabio Zanasi

In this paper, we study the extension of 1-clock Alternating Timed Automata (1-ATA) with the ability to read in both forward and backward direction, the 2-Way 1-clock Alternating Timed Automata (2-Way 1-ATA). We show that subclass of 2-Way…

形式语言与自动机理论 · 计算机科学 2022-03-01 Shankara Narayanan Krishna , Khushraj Nanik Madnani , Manuel Mazo , Paritosh K. Pandya