首页 > 最新文献

Acta Informatica最新文献

英文 中文
Decentralized runtime verification of message sequences in message-based systems 基于消息的系统中消息序列的分散运行时验证
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-10-10 DOI: 10.1007/s00236-022-00435-z
Mahboubeh Samadi, Fatemeh Ghassemi, Ramtin Khosravi

Message-based systems are usually distributed in nature, and distributed components collaborate via asynchronous message passing. In some cases, particular ordering among the messages may lead to violation of the desired properties such as data confidentiality. Due to the absence of a global clock and usage of off-the-shelf components, such unwanted orderings can be neither statically inspected nor verified by revising their codes at design time. We propose a choreography-based runtime verification algorithm that given an automata-based specification of unwanted message sequences detects the formation of the unwanted sequences. Our algorithm is fully decentralized in the sense that each component is equipped with a monitor, as opposed to having a centralized monitor, and also the specification of the unwanted sequences is decomposed among monitors. In this way, when a component sends a message, its monitor inspects if there is a possibility for the formation of unwanted message sequences. As there is no global clock in message-based systems, monitors cannot determine the exact ordering among messages. In such cases, they decide conservatively and declare a sequence formation even if that sequence has not been formed. We prevent such conservative declarations in our algorithm as much as possible and then characterize its operational guarantees. We evaluate the efficiency and scalability of our algorithm in terms of the communication overhead, the memory consumption, and the latency of the result declaration through simulation.

基于消息的系统本质上通常是分布式的,分布式组件通过异步消息传递进行协作。在某些情况下,消息之间的特定排序可能导致违反所需的属性,例如数据机密性。由于缺乏全局时钟和使用现成的组件,这些不需要的订单既不能静态检查,也不能通过在设计时修改其代码来验证。我们提出了一种基于编排的运行时验证算法,该算法给出了不需要的消息序列的基于自动机的规范来检测不需要的序列的形成。我们的算法是完全分散的,因为每个组件都配备了一个监视器,而不是集中式监视器,并且在监视器之间分解了不需要的序列的规范。这样,当组件发送消息时,其监视器将检查是否有可能形成不需要的消息序列。由于在基于消息的系统中没有全局时钟,因此监视器无法确定消息之间的确切顺序。在这种情况下,即使该序列尚未形成,它们也保守地决定并声明该序列的形成。我们在算法中尽可能地避免这种保守声明,然后描述其操作保证。通过模拟,我们从通信开销、内存消耗和结果声明的延迟方面评估了算法的效率和可伸缩性。
{"title":"Decentralized runtime verification of message sequences in message-based systems","authors":"Mahboubeh Samadi,&nbsp;Fatemeh Ghassemi,&nbsp;Ramtin Khosravi","doi":"10.1007/s00236-022-00435-z","DOIUrl":"10.1007/s00236-022-00435-z","url":null,"abstract":"<div><p>Message-based systems are usually distributed in nature, and distributed components collaborate via asynchronous message passing. In some cases, particular ordering among the messages may lead to violation of the desired properties such as data confidentiality. Due to the absence of a global clock and usage of off-the-shelf components, such unwanted orderings can be neither statically inspected nor verified by revising their codes at design time. We propose a choreography-based runtime verification algorithm that given an automata-based specification of unwanted message sequences detects the formation of the unwanted sequences. Our algorithm is fully decentralized in the sense that each component is equipped with a monitor, as opposed to having a centralized monitor, and also the specification of the unwanted sequences is decomposed among monitors. In this way, when a component sends a message, its monitor inspects if there is a possibility for the formation of unwanted message sequences. As there is no global clock in message-based systems, monitors cannot determine the exact ordering among messages. In such cases, they decide conservatively and declare a sequence formation even if that sequence has not been formed. We prevent such conservative declarations in our algorithm as much as possible and then characterize its operational guarantees. We evaluate the efficiency and scalability of our algorithm in terms of the communication overhead, the memory consumption, and the latency of the result declaration through simulation.</p></div>","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-10-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46797326","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Exploration of k-edge-deficient temporal graphs 缺k边时间图的探索
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-08-27 DOI: 10.1007/s00236-022-00421-5
Thomas Erlebach, Jakob T. Spooner

A temporal graph with lifetime L is a sequence of L graphs (G_1, ldots ,G_L), called layers, all of which have the same vertex set V but can have different edge sets. The underlying graph is the graph with vertex set V that contains all the edges that appear in at least one layer. The temporal graph is always connected if each layer is a connected graph, and it is k-edge-deficient if each layer contains all except at most k edges of the underlying graph. For a given start vertex s, a temporal exploration is a temporal walk that starts at s, traverses at most one edge in each layer, and visits all vertices of the temporal graph. We show that always-connected, k-edge-deficient temporal graphs with sufficient lifetime can always be explored in (O(kn log n)) time steps. We also construct always-connected, k-edge-deficient temporal graphs for which any exploration requires (varOmega (n log k)) time steps. For always-connected, 1-edge-deficient temporal graphs, we show that O(n) time steps suffice for temporal exploration.

一个生存期为L的时间图是L个图的序列(G_1, ldots ,G_L),称为层,它们都有相同的顶点集V,但可以有不同的边集。底层图是顶点集V的图,它包含至少在一个层中出现的所有边。如果每一层都是连通图,则时间图总是连通的;如果每一层包含底层图的除最多k条边以外的所有边,则时间图是缺k边的。对于给定的起始顶点s,时间探索是从s开始的时间行走,在每层中最多遍历一条边,并访问时间图的所有顶点。我们证明了具有足够寿命的总是连通的,k边缺陷的时间图总是可以在(O(kn log n))时间步长中探索。我们还构造了总是连通的、缺少k边的时间图,其中任何探索都需要(varOmega (n log k))时间步长。对于总是连通的,缺乏1边的时间图,我们证明O(n)个时间步足以进行时间探索。
{"title":"Exploration of k-edge-deficient temporal graphs","authors":"Thomas Erlebach,&nbsp;Jakob T. Spooner","doi":"10.1007/s00236-022-00421-5","DOIUrl":"10.1007/s00236-022-00421-5","url":null,"abstract":"<div><p>A temporal graph with lifetime <i>L</i> is a sequence of <i>L</i> graphs <span>(G_1, ldots ,G_L)</span>, called layers, all of which have the same vertex set <i>V</i> but can have different edge sets. The underlying graph is the graph with vertex set <i>V</i> that contains all the edges that appear in at least one layer. The temporal graph is always connected if each layer is a connected graph, and it is <i>k</i>-edge-deficient if each layer contains all except at most <i>k</i> edges of the underlying graph. For a given start vertex <i>s</i>, a temporal exploration is a temporal walk that starts at <i>s</i>, traverses at most one edge in each layer, and visits all vertices of the temporal graph. We show that always-connected, <i>k</i>-edge-deficient temporal graphs with sufficient lifetime can always be explored in <span>(O(kn log n))</span> time steps. We also construct always-connected, <i>k</i>-edge-deficient temporal graphs for which any exploration requires <span>(varOmega (n log k))</span> time steps. For always-connected, 1-edge-deficient temporal graphs, we show that <i>O</i>(<i>n</i>) time steps suffice for temporal exploration.</p></div>","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-08-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00236-022-00421-5.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42775206","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Properties of graphs specified by a regular language 由常规语言指定的图的属性
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-08-12 DOI: 10.1007/s00236-022-00427-z
Volker Diekert, Henning Fernau, Petra Wolf

Traditionally, graph algorithms get a single graph as input, and then they should decide if this graph satisfies a certain property (varPhi ). What happens if this question is modified in a way that we get a possibly infinite family of graphs as an input, and the question is if there is a graph satisfying (varPhi ) in the family? We approach this question by using formal languages for specifying families of graphs, in particular by regular sets of words. We show that certain graph properties can be decided by studying the syntactic monoid of the specification language L if a certain torsion condition is satisfied. This condition holds trivially if L is regular. More specifically, we use a natural binary encoding of finite graphs over a binary alphabet (varSigma ), and we define a regular set (mathbb {G}subseteq varSigma ^*) such that every nonempty word (win mathbb {G}) defines a finite and nonempty graph. Also, graph properties can then be syntactically defined as languages over (varSigma ). Then, we ask whether the automaton (mathcal {A}) specifies some graph satisfying a certain property (varPhi ). Our structural results show that we can answer this question for all “typical” graph properties. In order to show our results, we split L into a finite union of subsets and every subset of this union defines in a natural way a single finite graph F where some edges and vertices are marked. The marked graph in turn defines an infinite graph (F^infty ) and therefore the family of finite subgraphs of (F^infty ) where F appears as an induced subgraph. This yields a geometric description of all graphs specified by L based on splitting L into finitely many pieces; then using the notion of graph retraction, we obtain an easily understandable description of the graphs in each piece.

传统上,图算法得到一个单一的图作为输入,然后他们应该决定这个图是否满足某个属性(varPhi )。如果这个问题被修改了,我们得到一个可能无限的图族作为输入,问题是是否有一个图族中满足(varPhi ) ?我们通过使用形式语言来指定图族,特别是正则词集来解决这个问题。我们证明了如果满足一定的扭转条件,可以通过研究规范语言L的语法单群来确定某些图的性质。如果L是正则的,这个条件一般成立。更具体地说,我们在二进制字母表(varSigma )上使用有限图的自然二进制编码,并定义一个正则集(mathbb {G}subseteq varSigma ^*),使得每个非空单词(win mathbb {G})定义一个有限和非空图。此外,图形属性可以在语法上定义为(varSigma )上的语言。然后,我们问自动机(mathcal {A})是否指定满足某一属性的某个图(varPhi )。我们的结构结果表明,我们可以对所有“典型”图属性回答这个问题。为了证明我们的结果,我们将L分割成一个子集的有限并集,这个并集的每个子集以自然的方式定义了一个有限图F,其中一些边和顶点被标记。标记的图又定义了一个无限图(F^infty ),因此定义了(F^infty )的有限子图族,其中F作为诱导子图出现。这产生了L所指定的所有图的几何描述,基于将L分成有限多块;然后利用图可收回的概念,我们得到了每个图块中易于理解的图的描述。
{"title":"Properties of graphs specified by a regular language","authors":"Volker Diekert,&nbsp;Henning Fernau,&nbsp;Petra Wolf","doi":"10.1007/s00236-022-00427-z","DOIUrl":"10.1007/s00236-022-00427-z","url":null,"abstract":"<div><p>Traditionally, graph algorithms get a single graph as input, and then they should decide if this graph satisfies a certain property <span>(varPhi )</span>. What happens if this question is modified in a way that we get a possibly infinite family of graphs as an input, and the question is if there is a graph satisfying <span>(varPhi )</span> in the family? We approach this question by using formal languages for specifying families of graphs, in particular by regular sets of words. We show that certain graph properties can be decided by studying the syntactic monoid of the specification language <i>L</i> if a certain torsion condition is satisfied. This condition holds trivially if <i>L</i> is regular. More specifically, we use a natural binary encoding of finite graphs over a binary alphabet <span>(varSigma )</span>, and we define a regular set <span>(mathbb {G}subseteq varSigma ^*)</span> such that every nonempty word <span>(win mathbb {G})</span> defines a finite and nonempty graph. Also, graph properties can then be syntactically defined as languages over <span>(varSigma )</span>. Then, we ask whether the automaton <span>(mathcal {A})</span> specifies some graph satisfying a certain property <span>(varPhi )</span>. Our structural results show that we can answer this question for all “typical” graph properties. In order to show our results, we split <i>L</i> into a finite union of subsets and every subset of this union defines in a natural way a single finite graph <i>F</i> where some edges and vertices are marked. The marked graph in turn defines an infinite graph <span>(F^infty )</span> and therefore the family of finite subgraphs of <span>(F^infty )</span> where <i>F</i> appears as an induced subgraph. This yields a geometric description of all graphs specified by <i>L</i> based on splitting <i>L</i> into finitely many pieces; then using the notion of graph retraction, we obtain an easily understandable description of the graphs in each piece.</p></div>","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-08-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00236-022-00427-z.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"41686213","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Preface to Klaus-Jörn Lange Festschrift 克劳斯-约恩-兰格艺术节序言
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-08-09 DOI: 10.1007/s00236-022-00426-0
Henning Fernau, Markus Holzer, Petra Wolf
{"title":"Preface to Klaus-Jörn Lange Festschrift","authors":"Henning Fernau,&nbsp;Markus Holzer,&nbsp;Petra Wolf","doi":"10.1007/s00236-022-00426-0","DOIUrl":"10.1007/s00236-022-00426-0","url":null,"abstract":"","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-08-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00236-022-00426-0.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47677865","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On the decidability of finding a positive ILP-instance in a regular set of ILP-instances 关于在正则ILP实例集中找到正ILP实例的判定性
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-08-04 DOI: 10.1007/s00236-022-00429-x
Petra Wolf

The regular intersection emptiness problem for a decision problem P (({{textit{int}}_{{mathrm {Reg}}}})(P)) is to decide whether a potentially infinite regular set of encoded P-instances contains a positive one. Since ({{textit{int}}_{{mathrm {Reg}}}})(P) is decidable for some NP-complete problems and undecidable for others, its investigation provides insights in the nature of NP-complete problems. Moreover, the decidability of the ({{textit{int}}_{{mathrm {Reg}}}})-problem is usually achieved by exploiting the regularity of the set of instances; thus, it also establishes a connection to formal language and automata theory. We consider the ({{textit{int}}_{{mathrm {Reg}}}})-problem for the well-known NP-complete problem Integer Linear Programming (ILP). It is shown that any DFA that describes a set of ILP-instances (in a natural encoding) can be reduced to a finite core of instances that contains a positive one if and only if the original set of instances did. This result yields the decidability of ({{textit{int}}_{{mathrm {Reg}}}})(ILP).

决策问题P (({{textit{int}}_{{mathrm {Reg}}}}) (P))的正则相交空性问题是决定编码P-实例的潜在无限正则集是否包含一个正的P-实例。由于({{textit{int}}_{{mathrm {Reg}}}}) (P)对于某些np完全问题是可决定的,而对于其他np完全问题是不可决定的,因此对它的研究提供了对np完全问题本质的见解。此外,({{textit{int}}_{{mathrm {Reg}}}}) -问题的可判定性通常是通过利用实例集的规律性来实现的;因此,它也与形式语言和自动机理论建立了联系。我们考虑了众所周知的np完全问题整数线性规划(ILP)的({{textit{int}}_{{mathrm {Reg}}}}) -问题。证明了描述一组ilp实例(以自然编码)的任何DFA都可以简化为包含正的实例的有限核,当且仅当原始实例集包含正的实例。该结果得到({{textit{int}}_{{mathrm {Reg}}}}) (ILP)的可判定性。
{"title":"On the decidability of finding a positive ILP-instance in a regular set of ILP-instances","authors":"Petra Wolf","doi":"10.1007/s00236-022-00429-x","DOIUrl":"10.1007/s00236-022-00429-x","url":null,"abstract":"<div><p>The regular intersection emptiness problem for a decision problem <i>P</i> (<span>({{textit{int}}_{{mathrm {Reg}}}})</span>(<i>P</i>)) is to decide whether a potentially infinite regular set of encoded <i>P</i>-instances contains a positive one. Since <span>({{textit{int}}_{{mathrm {Reg}}}})</span>(<i>P</i>) is decidable for some NP-complete problems and undecidable for others, its investigation provides insights in the nature of NP-complete problems. Moreover, the decidability of the <span>({{textit{int}}_{{mathrm {Reg}}}})</span>-problem is usually achieved by exploiting the regularity of the set of instances; thus, it also establishes a connection to formal language and automata theory. We consider the <span>({{textit{int}}_{{mathrm {Reg}}}})</span>-problem for the well-known NP-complete problem <span>Integer Linear Programming</span> (<span>ILP</span>). It is shown that any DFA that describes a set of <span>ILP</span>-instances (in a natural encoding) can be reduced to a finite core of instances that contains a positive one if and only if the original set of instances did. This result yields the decidability of <span>({{textit{int}}_{{mathrm {Reg}}}})</span>(<span>ILP</span>).</p></div>","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-08-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00236-022-00429-x.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"41604344","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Pushdown automata and constant height: decidability and bounds 下推自动机与常高:可判定性与边界
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-07-27 DOI: 10.1007/s00236-022-00434-0
Giovanni Pighizzini, Luca Prigioniero

It cannot be decided whether a pushdown automaton accepts using a pushdown height, which does not depend on the input length, i.e., when it accepts using constant height. Furthermore, when a pushdown automaton accepts in constant height, the height can be arbitrarily large with respect to the size of the description of the machine, namely it does not exist any recursive function in the size of the description of the machine bounding the height of the pushdown. In contrast, in the restricted case of pushdown automata over a one-letter input alphabet, i.e., unary pushdown automata, the situation is different. First, acceptance in constant height is decidable. Moreover, in the case of acceptance in constant height, the height is at most exponential with respect to the size of the description of the pushdown automaton. We also prove a matching lower bound. Finally, if a unary pushdown automaton uses nonconstant height to accept, then the height should grow at least as the logarithm of the input length. This bound is optimal.

不能确定下推自动机是否接受使用下推高度,这与输入长度无关,即当它接受使用恒定高度时。此外,当下推自动机接受恒定高度时,高度相对于机器描述的大小可以任意大,即在机器描述的大小中不存在约束下推高度的递归函数。相反,在输入字母为一个字母的下推自动机的限制情况下,即一元下推自动机,情况就不同了。首先,恒定高度的接受度是可以确定的。此外,在接受恒定高度的情况下,高度最多与下推自动机描述的大小成指数关系。我们还证明了一个匹配的下界。最后,如果一元下推自动机使用非恒定高度来接受,那么高度应该至少随着输入长度的对数而增长。这个界是最优的。
{"title":"Pushdown automata and constant height: decidability and bounds","authors":"Giovanni Pighizzini,&nbsp;Luca Prigioniero","doi":"10.1007/s00236-022-00434-0","DOIUrl":"10.1007/s00236-022-00434-0","url":null,"abstract":"<div><p>It cannot be decided whether a pushdown automaton accepts using a pushdown height, which does not depend on the input length, i.e., when it accepts using constant height. Furthermore, when a pushdown automaton accepts in constant height, the height can be arbitrarily large with respect to the size of the description of the machine, namely it does not exist any recursive function in the size of the description of the machine bounding the height of the pushdown. In contrast, in the restricted case of pushdown automata over a one-letter input alphabet, i.e., unary pushdown automata, the situation is different. First, acceptance in constant height is decidable. Moreover, in the case of acceptance in constant height, the height is at most exponential with respect to the size of the description of the pushdown automaton. We also prove a matching lower bound. Finally, if a unary pushdown automaton uses nonconstant height to accept, then the height should grow at least as the logarithm of the input length. This bound is optimal.\u0000</p></div>","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-07-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00236-022-00434-0.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42136940","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
The regular languages of wire linear AC0documentclass[12pt]{minimal} usepackage{amsmath} usepackage{wasysym} usepackage{amsfonts} usepackage{amssymb} usepackage{amsbsy} usepackage{mathrsfs} usepackage{upgreek} setlength{oddsidemargin}{-69pt} begin{document}$$^0$$end{document} wire linear AC0documentclass[12pt]{minimal} usepackage{amsmath} userpackage{wasysym}usepackage{amsfonts} use package{amssymb} user package{asbssy}use package{mathrsfs} usapackage{upgeek}setlength{doddsedmargin}{-69pt} begin{document}$^0$end
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-07-25 DOI: 10.1007/s00236-022-00432-2
M. Cadilhac, Charles Paperman
{"title":"The regular languages of wire linear AC0documentclass[12pt]{minimal} usepackage{amsmath} usepackage{wasysym} usepackage{amsfonts} usepackage{amssymb} usepackage{amsbsy} usepackage{mathrsfs} usepackage{upgreek} setlength{oddsidemargin}{-69pt} begin{document}$$^0$$end{document}","authors":"M. Cadilhac, Charles Paperman","doi":"10.1007/s00236-022-00432-2","DOIUrl":"https://doi.org/10.1007/s00236-022-00432-2","url":null,"abstract":"","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-07-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49470798","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Reoptimization of parameterized problems 参数化问题的再优化
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-07-25 DOI: 10.1007/s00236-022-00428-y
Hans-Joachim Böckenhauer, Elisabet Burjons, Martin Raszyk, Peter Rossmanith

Parameterized complexity allows us to analyze the time complexity of problems with respect to a natural parameter depending on the problem. Reoptimization looks for solutions or approximations for problem instances when given solutions to neighboring instances. We combine both techniques, in order to better classify the complexity of problems in the parameterized setting. Specifically, we see that some problems in the class of compositional problems, which do not have polynomial kernels under standard complexity-theoretic assumptions, do have polynomial kernels under the reoptimization model for some local modifications. We also observe that, for some other local modifications, these same problems do not have polynomial kernels unless (mathbf{NP}subseteq mathbf{coNP/poly}). We find examples of compositional problems, whose reoptimization versions do not have polynomial kernels under any of the considered local modifications. Finally, in another negative result, we prove that the reoptimization version of Connected Vertex Cover does not have a polynomial kernel unless Set Cover has a polynomial compression. In a different direction, looking at problems with polynomial kernels, we find that the reoptimization version of Vertex Cover has a polynomial kernel of size (varvec{2k+1}) using crown decompositions only, which improves the size of the kernel achievable with this technique in the classic problem.

参数化复杂度允许我们根据问题的自然参数来分析问题的时间复杂度。当给定相邻实例的解时,重新优化寻找问题实例的解或近似值。我们将这两种技术结合起来,以便在参数化设置中更好地分类问题的复杂性。具体来说,我们发现在标准复杂性理论假设下不具有多项式核的组合问题,在局部修正的再优化模型下具有多项式核。我们还观察到,对于其他一些局部修正,这些相同的问题没有多项式核,除非(mathbf{NP}subseteq mathbf{coNP/poly})。我们找到了组合问题的例子,这些问题的再优化版本在任何考虑的局部修改下都不具有多项式核。最后,在另一个否定的结果中,我们证明了连通顶点覆盖的再优化版本不具有多项式核,除非集合覆盖具有多项式压缩。在另一个方向上,看看多项式核的问题,我们发现顶点覆盖的再优化版本只有一个大小为(varvec{2k+1})的多项式核,这提高了用这种技术在经典问题中可以实现的核的大小。
{"title":"Reoptimization of parameterized problems","authors":"Hans-Joachim Böckenhauer,&nbsp;Elisabet Burjons,&nbsp;Martin Raszyk,&nbsp;Peter Rossmanith","doi":"10.1007/s00236-022-00428-y","DOIUrl":"10.1007/s00236-022-00428-y","url":null,"abstract":"<div><p>Parameterized complexity allows us to analyze the time complexity of problems with respect to a natural parameter depending on the problem. Reoptimization looks for solutions or approximations for problem instances when given solutions to neighboring instances. We combine both techniques, in order to better classify the complexity of problems in the parameterized setting. Specifically, we see that some problems in the class of compositional problems, which do not have polynomial kernels under standard complexity-theoretic assumptions, do have polynomial kernels under the reoptimization model for some local modifications. We also observe that, for some other local modifications, these same problems do not have polynomial kernels unless <span>(mathbf{NP}subseteq mathbf{coNP/poly})</span>. We find examples of compositional problems, whose reoptimization versions do not have polynomial kernels under any of the considered local modifications. Finally, in another negative result, we prove that the reoptimization version of <span>Connected Vertex Cover</span> does not have a polynomial kernel unless <span>Set Cover</span> has a polynomial compression. In a different direction, looking at problems with polynomial kernels, we find that the reoptimization version of <span>Vertex Cover</span> has a polynomial kernel of size <span>(varvec{2k+1})</span> using crown decompositions only, which improves the size of the kernel achievable with this technique in the classic problem.</p></div>","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-07-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s00236-022-00428-y.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"40334166","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
The regular languages of wire linear AC(^0) 有线线性AC(^0)的正则语言
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-07-25 DOI: 10.1007/s00236-022-00432-2
Michaël Cadilhac, Charles Paperman

In this paper, the regular languages of wire linear (hbox {AC}^0)are characterized as the languages expressible in the two-variable fragment of first-order logic with regular predicates, (mathrm{FO}^2[mathrm{reg}]). Additionally, they are characterized as the languages recognized by the algebraic class (mathbf {QLDA}). The class is shown to be decidable and examples of languages in and outside of it are presented.

在本文中,有线线性(hbox{AC}^0)的正则语言被刻画为可在具有正则谓词的一阶逻辑的双变量片段中表达的语言,(mathrm{FO}^2[mathrm{reg}])。此外,它们被描述为代数类(mathbf{QLDA})所识别的语言。该类被证明是可判定的,并给出了类内外语言的例子。
{"title":"The regular languages of wire linear AC(^0)","authors":"Michaël Cadilhac,&nbsp;Charles Paperman","doi":"10.1007/s00236-022-00432-2","DOIUrl":"10.1007/s00236-022-00432-2","url":null,"abstract":"<div><p>In this paper, the regular languages of wire linear <span>(hbox {AC}^0)</span>are characterized as the languages expressible in the two-variable fragment of first-order logic with regular predicates, <span>(mathrm{FO}^2[mathrm{reg}])</span>. Additionally, they are characterized as the languages recognized by the algebraic class <span>(mathbf {QLDA})</span>. The class is shown to be decidable and examples of languages in and outside of it are presented.</p></div>","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-07-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"50102664","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Careful synchronization of partial deterministic finite automata 部分确定性有限自动机的谨慎同步
IF 0.6 4区 计算机科学 Q3 Computer Science Pub Date : 2022-07-22 DOI: 10.1007/s00236-022-00433-1
Hanan Shabana, M. V. Volkov

We approach the task of computing a carefully synchronizing word of minimum length for a given partial deterministic automaton, encoding the problem as an instance of SAT and invoking a SAT solver. Our experiments demonstrate that this approach gives satisfactory results for automata with up to 100 states even if very modest computational resources are used. We compare our results with the ones obtained by the first author for exact synchronization, which is another version of synchronization studied in the literature, and draw some theoretical conclusions.

我们处理的任务是为给定的部分确定性自动机计算一个最小长度的仔细同步字,将问题编码为SAT实例,并调用SAT求解器。我们的实验表明,即使使用了非常有限的计算资源,这种方法也能为多达100个状态的自动机提供令人满意的结果。我们将我们的结果与第一作者获得的精确同步的结果进行了比较,并得出了一些理论结论。精确同步是文献中研究的同步的另一个版本。
{"title":"Careful synchronization of partial deterministic finite automata","authors":"Hanan Shabana,&nbsp;M. V. Volkov","doi":"10.1007/s00236-022-00433-1","DOIUrl":"10.1007/s00236-022-00433-1","url":null,"abstract":"<div><p>We approach the task of computing a carefully synchronizing word of minimum length for a given partial deterministic automaton, encoding the problem as an instance of SAT and invoking a SAT solver. Our experiments demonstrate that this approach gives satisfactory results for automata with up to 100 states even if very modest computational resources are used. We compare our results with the ones obtained by the first author for exact synchronization, which is another version of synchronization studied in the literature, and draw some theoretical conclusions.</p></div>","PeriodicalId":7189,"journal":{"name":"Acta Informatica","volume":null,"pages":null},"PeriodicalIF":0.6,"publicationDate":"2022-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"50042538","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
Acta Informatica
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1