首页 > 最新文献

Italian Conference on Theoretical Computer Science最新文献

英文 中文
Uniform Circle Formation for Fully Semi-, and Asynchronous Opaque Robots with Lights 带光的完全半和异步不透明机器人的均匀圆形成
Pub Date : 2023-07-07 DOI: 10.3390/app13137991
Caterina Feletti, C. Mereghetti, Beatrice Palano, Priscilla Raucci
In the field of robotics, a lot of theoretical models have been settled to formalize multi-agent systems and design distributed algorithms for autonomous robots. Among the most investigated problems for such systems, the study of the Uniform Circle Formation (UCF problem earned a lot of attention for the properties of such a convenient disposition. Such a problem asks robots to move on the plane to form a regular polygon, running a deterministic and distributed algorithm by executing a sequence of look–compute–move cycles. This work aims to solve the UCF problem for a very restrictive model of robots: they are punctiform, anonymous, and indistinguishable. They are completely disoriented, i.e., they share neither the coordinate system nor chirality. Additionally, they are opaque, so collinearities can hide important data for a proper computation. To tackle these system limitations, robots are equipped with a persistent light used to communicate and store a constant amount of information. For such a robot model, this paper presents a solution for UCF for each of the three scheduling modes usually studied in the literature: fully synchronous, semi-synchronous, and asynchronous. Regarding the time complexity, the proposed algorithms use a constant number of cycles (epochs) for fully synchronous (semi-synchronous) robots, and linearly, many epochs in the worst case for asynchronous robots.
在机器人领域,已经建立了大量的理论模型来形式化多智能体系统和设计自主机器人的分布式算法。在此类系统研究最多的问题中,均匀圆形成(UCF)问题的研究因其方便配置的性质而备受关注。这样的问题要求机器人在平面上移动,形成一个正多边形,通过执行一系列的“看-计算-移动”循环,运行一个确定性的分布式算法。这项工作旨在解决一个非常受限的机器人模型的UCF问题:它们是点状的、匿名的、不可区分的。它们是完全失向的,也就是说,它们既没有相同的坐标系也没有相同的手性。此外,它们是不透明的,因此共线性可以为正确的计算隐藏重要数据。为了解决这些系统限制,机器人配备了一种持久的光,用于交流和存储恒定数量的信息。针对该机器人模型,本文针对文献中研究的三种调度模式(全同步、半同步和异步)分别给出了UCF的求解方法。在时间复杂度方面,本文提出的算法对全同步(半同步)机器人使用常数周期(epoch),对异步机器人使用线性多周期(epoch)。
{"title":"Uniform Circle Formation for Fully Semi-, and Asynchronous Opaque Robots with Lights","authors":"Caterina Feletti, C. Mereghetti, Beatrice Palano, Priscilla Raucci","doi":"10.3390/app13137991","DOIUrl":"https://doi.org/10.3390/app13137991","url":null,"abstract":"In the field of robotics, a lot of theoretical models have been settled to formalize multi-agent systems and design distributed algorithms for autonomous robots. Among the most investigated problems for such systems, the study of the Uniform Circle Formation (UCF problem earned a lot of attention for the properties of such a convenient disposition. Such a problem asks robots to move on the plane to form a regular polygon, running a deterministic and distributed algorithm by executing a sequence of look–compute–move cycles. This work aims to solve the UCF problem for a very restrictive model of robots: they are punctiform, anonymous, and indistinguishable. They are completely disoriented, i.e., they share neither the coordinate system nor chirality. Additionally, they are opaque, so collinearities can hide important data for a proper computation. To tackle these system limitations, robots are equipped with a persistent light used to communicate and store a constant amount of information. For such a robot model, this paper presents a solution for UCF for each of the three scheduling modes usually studied in the literature: fully synchronous, semi-synchronous, and asynchronous. Regarding the time complexity, the proposed algorithms use a constant number of cycles (epochs) for fully synchronous (semi-synchronous) robots, and linearly, many epochs in the worst case for asynchronous robots.","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122641494","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
On the Parametrized Complexity of the s-Club Cluster Edge Deletion Problem s-Club聚类边删除问题的参数化复杂度
Pub Date : 2022-05-22 DOI: 10.48550/arXiv.2205.10834
Fabrizio Montecchiani, Giacomo Ortali, Tommaso Piselli, Alessandra Tappini
We study the parameterized complexity of the $s$-Club Cluster Edge Deletion problem: Given a graph $G$ and two integers $s ge 2$ and $k ge 1$, is it possible to remove at most $k$ edges from $G$ such that each connected component of the resulting graph has diameter at most $s$? This problem is known to be NP-hard already when $s = 2$. We prove that it admits a fixed-parameter tractable algorithm when parameterized by $s$ and the treewidth of the input graph.
我们研究了$s$-Club聚类边删除问题的参数化复杂性:给定一个图$G$和两个整数$s ge 2$和$k ge 1$,是否有可能从$G$中删除最多$k$条边,使得结果图的每个连通成分的直径最多$s$?当$s = 2$时,这个问题已知是np困难的。我们证明了当参数化为$s$和输入图的树宽时,它允许一个固定参数的可处理算法。
{"title":"On the Parametrized Complexity of the s-Club Cluster Edge Deletion Problem","authors":"Fabrizio Montecchiani, Giacomo Ortali, Tommaso Piselli, Alessandra Tappini","doi":"10.48550/arXiv.2205.10834","DOIUrl":"https://doi.org/10.48550/arXiv.2205.10834","url":null,"abstract":"We study the parameterized complexity of the $s$-Club Cluster Edge Deletion problem: Given a graph $G$ and two integers $s ge 2$ and $k ge 1$, is it possible to remove at most $k$ edges from $G$ such that each connected component of the resulting graph has diameter at most $s$? This problem is known to be NP-hard already when $s = 2$. We prove that it admits a fixed-parameter tractable algorithm when parameterized by $s$ and the treewidth of the input graph.","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-05-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125420220","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On the Domination Number of t-Constrained de Bruijn Graphs 关于t约束de Bruijn图的支配数
Pub Date : 2021-12-20 DOI: 10.46298/dmtcs.8879
T. Calamoneri, A. Monti, B. Sinaimeri
Motivated by the work on the domination number of directed de Bruijn graphsand some of its generalizations, in this paper we introduce a naturalgeneralization of de Bruijn graphs (directed and undirected), namely$t$-constrained de Bruijn graphs, where $t$ is a positive integer, and thenstudy the domination number of these graphs. Within the definition of $t$-constrained de Bruijn graphs, de Bruijn andKautz graphs correspond to 1-constrained and 2-constrained de Bruijn graphs,respectively. This generalization inherits many structural properties of deBruijn graphs and may have similar applications in interconnection networks orbioinformatics. We establish upper and lower bounds for the domination number on$t$-constrained de Bruijn graphs both in the directed and in the undirectedcase. These bounds are often very close and in some cases we are able to findthe exact value.
基于对有向de Bruijn图的支配数及其一些推广的研究,本文引入了de Bruijn图(有向和无向)的一种自然推广,即$t$约束的de Bruijn图,其中$t$是一个正整数,然后研究了这些图的支配数。在$t$约束de Bruijn图的定义中,de Bruijn图和kautz图分别对应于1约束和2约束的de Bruijn图。这种泛化继承了德布鲁因图的许多结构特性,可能在互连网络或生物信息学中有类似的应用。在有向和无向情况下,我们建立了t约束de Bruijn图的支配数的上界和下界。这些边界通常非常接近,在某些情况下,我们能够找到确切的值。
{"title":"On the Domination Number of t-Constrained de Bruijn Graphs","authors":"T. Calamoneri, A. Monti, B. Sinaimeri","doi":"10.46298/dmtcs.8879","DOIUrl":"https://doi.org/10.46298/dmtcs.8879","url":null,"abstract":"Motivated by the work on the domination number of directed de Bruijn graphs\u0000and some of its generalizations, in this paper we introduce a natural\u0000generalization of de Bruijn graphs (directed and undirected), namely\u0000$t$-constrained de Bruijn graphs, where $t$ is a positive integer, and then\u0000study the domination number of these graphs.\u0000 Within the definition of $t$-constrained de Bruijn graphs, de Bruijn and\u0000Kautz graphs correspond to 1-constrained and 2-constrained de Bruijn graphs,\u0000respectively. This generalization inherits many structural properties of de\u0000Bruijn graphs and may have similar applications in interconnection networks or\u0000bioinformatics.\u0000 We establish upper and lower bounds for the domination number on\u0000$t$-constrained de Bruijn graphs both in the directed and in the undirected\u0000case. These bounds are often very close and in some cases we are able to find\u0000the exact value.","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"152 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-12-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123010266","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Tracing and Preventing Sharing and Mutation 跟踪和防止共享和突变
Pub Date : 2020-11-01 DOI: 10.26686/wgtn.13174931
P. Giannini, M. Servetto, E. Zucca
Copyright © 2019 for this paper by its authors. We present a type and effect system for tracing and preventing sharing and mutation in imperative languages. That is, on one hand, the type system traces sharing possibly introduced by the evaluation of an expression, so that uniqueness and immutability properties can be easily detected. On the other hand, sharing and mutation can be prevented by type qualifiers which forbid some actions. Sharing is directly represented at the syntactic level as a relation among free variables, thanks to the fact that in the underlying calculus memory is encoded in terms.
本文版权所有©2019。我们提出了一种类型和效果系统来跟踪和防止命令式语言的共享和变异。也就是说,一方面,类型系统跟踪共享可能是由表达式求值引入的,因此可以很容易地检测惟一性和不变性属性。另一方面,可以通过类型限定符禁止某些操作来防止共享和突变。共享在语法级别直接表示为自由变量之间的关系,这是因为在底层演算中,内存是用术语编码的。
{"title":"Tracing and Preventing Sharing and Mutation","authors":"P. Giannini, M. Servetto, E. Zucca","doi":"10.26686/wgtn.13174931","DOIUrl":"https://doi.org/10.26686/wgtn.13174931","url":null,"abstract":"Copyright © 2019 for this paper by its authors. We present a type and effect system for tracing and preventing sharing and mutation in imperative languages. That is, on one hand, the type system traces sharing possibly introduced by the evaluation of an expression, so that uniqueness and immutability properties can be easily detected. On the other hand, sharing and mutation can be prevented by type qualifiers which forbid some actions. Sharing is directly represented at the syntactic level as a relation among free variables, thanks to the fact that in the underlying calculus memory is encoded in terms.","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132217862","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
System Analysis and Robustness 系统分析与鲁棒性
Pub Date : 2019-06-26 DOI: 10.1007/978-3-030-22348-9_4
E. Moggi, Amin Farjudian, Walid Taha
{"title":"System Analysis and Robustness","authors":"E. Moggi, Amin Farjudian, Walid Taha","doi":"10.1007/978-3-030-22348-9_4","DOIUrl":"https://doi.org/10.1007/978-3-030-22348-9_4","url":null,"abstract":"","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-06-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131154417","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Gathering of Robots in a Ring with Mobile Faults 具有移动故障的环形机器人聚集
Pub Date : 2019-01-27 DOI: 10.1007/978-3-030-10801-4_14
S. Das, R. Focardi, F. Luccio, Euripides Markou, D. Moro, M. Squarcina
{"title":"Gathering of Robots in a Ring with Mobile Faults","authors":"S. Das, R. Focardi, F. Luccio, Euripides Markou, D. Moro, M. Squarcina","doi":"10.1007/978-3-030-10801-4_14","DOIUrl":"https://doi.org/10.1007/978-3-030-10801-4_14","url":null,"abstract":"","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2019-01-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132517421","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 18
On Maximal Chain Subgraphs and Covers of Bipartite Graphs 二部图的极大链子图和覆盖
Pub Date : 2016-08-17 DOI: 10.1007/978-3-319-44543-4_11
T. Calamoneri, Mattia Gastaldello, A. Mary, M. Sagot, B. Sinaimeri
{"title":"On Maximal Chain Subgraphs and Covers of Bipartite Graphs","authors":"T. Calamoneri, Mattia Gastaldello, A. Mary, M. Sagot, B. Sinaimeri","doi":"10.1007/978-3-319-44543-4_11","DOIUrl":"https://doi.org/10.1007/978-3-319-44543-4_11","url":null,"abstract":"","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"84 5-6","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120913735","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Minimal and Reduced Reversible Automata 最小和简化可逆自动机
Pub Date : 2016-07-05 DOI: 10.1007/978-3-319-41114-9_13
G. Lavado, G. Pighizzini, Luca Prigioniero
{"title":"Minimal and Reduced Reversible Automata","authors":"G. Lavado, G. Pighizzini, Luca Prigioniero","doi":"10.1007/978-3-319-41114-9_13","DOIUrl":"https://doi.org/10.1007/978-3-319-41114-9_13","url":null,"abstract":"","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"78 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-07-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124991706","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
Relating Paths in Transition Systems: the Fall of the Modal mu-Calculus 过渡系统中的关联路径:模态微积分的衰落
Pub Date : 2015-08-24 DOI: 10.1007/978-3-662-48057-1_14
C. Dima, Bastien Maubert, S. Pinchinat
{"title":"Relating Paths in Transition Systems: the Fall of the Modal mu-Calculus","authors":"C. Dima, Bastien Maubert, S. Pinchinat","doi":"10.1007/978-3-662-48057-1_14","DOIUrl":"https://doi.org/10.1007/978-3-662-48057-1_14","url":null,"abstract":"","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"125 33","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-08-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114046854","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 19
An algebraic characterization of unary two-way transducers 一元双向换能器的代数表征
Pub Date : 2014-08-25 DOI: 10.1007/978-3-662-44522-8_17
C. Choffrut, B. Guillon
{"title":"An algebraic characterization of unary two-way transducers","authors":"C. Choffrut, B. Guillon","doi":"10.1007/978-3-662-44522-8_17","DOIUrl":"https://doi.org/10.1007/978-3-662-44522-8_17","url":null,"abstract":"","PeriodicalId":212849,"journal":{"name":"Italian Conference on Theoretical Computer Science","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-08-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129628985","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 12
期刊
Italian Conference on Theoretical Computer Science
全部 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