diff options
author | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2022-12-19 23:20:36 +0100 |
---|---|---|
committer | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2022-12-19 23:20:36 +0100 |
commit | 9436701bc08ed12318a66ea94d209a5a9b23648f (patch) | |
tree | 509869bd2a1994dad8bf6108c9831a75bfe68775 | |
parent | 1c2aa53edc01aae92c47e585fd8ae0649f213bea (diff) |
Fix time complexity
-rw-r--r-- | mgr.tex | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -182,14 +182,15 @@ free variables are all first-order is in \constantdelaylin, and factorization forests due to \textcite{colcombet} rather than Bagan's intricate indexing structure. -Most closely related, \textcite{kazanaphd} showed that MSO query answering -(there called \emph{query testing}) on structures of bounded treewidth is -\constantdelaylin in his PhD thesis, however this result was limited to MSO -queries whose free variables are first-order variables (i.e., range over single -vertices). This work generalizes to also allowing set variables in the query, -and uses a different approach. Here again Kazana relied on Colcombet's -factorization, an application of semigroup theory. Our appraoch is more -algorithmic and straigforward. +Most closely related, \textcite{kazanaphd} investigated MSO query answering +(there called \emph{query testing}) on structures of bounded treewidth in his +PhD thesis. He showed that after linear preprocessing, questions can be answered +in constant time, however this result was limited to MSO queries whose free +variables are first-order variables (i.e., range over single vertices). This +work generalizes to also allowing set variables in the query, and uses a +different approach. Here again Kazana relied on Colcombet's factorization, an +application of semigroup theory. Our appraoch is more algorithmic and +straigforward. \section{Organization} |