关于重新配置问题参数化复杂性的调查

IF 13.3 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS
Nicolas Bousquet , Amer E. Mouawad , Naomi Nishimura , Sebastian Siebertz
{"title":"关于重新配置问题参数化复杂性的调查","authors":"Nicolas Bousquet ,&nbsp;Amer E. Mouawad ,&nbsp;Naomi Nishimura ,&nbsp;Sebastian Siebertz","doi":"10.1016/j.cosrev.2024.100663","DOIUrl":null,"url":null,"abstract":"<div><p>A graph vertex-subset problem defines which subsets of the vertices of an input graph are feasible solutions. We view a feasible solution as a set of tokens placed on the vertices of the graph. A reconfiguration variant of a vertex-subset problem asks, given two feasible solutions of size <span><math><mi>k</mi></math></span>, whether it is possible to transform one into the other by a sequence of token slides (along edges of the graph) or token jumps (between arbitrary vertices of the graph) such that each intermediate set remains a feasible solution of size <span><math><mi>k</mi></math></span>. Many algorithmic questions present themselves in the form of reconfiguration problems: Given the description of an initial system state and the description of a target state, is it possible to transform the system from its initial state into the target one while preserving certain properties of the system in the process? Such questions have received a substantial amount of attention under the so-called combinatorial reconfiguration framework. We consider reconfiguration variants of three fundamental underlying graph vertex-subset problems, namely <span>Independent Set</span>, <span>Dominating Set</span>, and <span>Connected Dominating Set</span>. We survey both older and more recent work on the parameterized complexity of all three problems when parameterized by the number of tokens <span><math><mi>k</mi></math></span>. The emphasis will be on positive results and the most common techniques for the design of fixed-parameter tractable algorithms.</p></div>","PeriodicalId":48633,"journal":{"name":"Computer Science Review","volume":"53 ","pages":"Article 100663"},"PeriodicalIF":13.3000,"publicationDate":"2024-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"A survey on the parameterized complexity of reconfiguration problems\",\"authors\":\"Nicolas Bousquet ,&nbsp;Amer E. Mouawad ,&nbsp;Naomi Nishimura ,&nbsp;Sebastian Siebertz\",\"doi\":\"10.1016/j.cosrev.2024.100663\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><p>A graph vertex-subset problem defines which subsets of the vertices of an input graph are feasible solutions. We view a feasible solution as a set of tokens placed on the vertices of the graph. A reconfiguration variant of a vertex-subset problem asks, given two feasible solutions of size <span><math><mi>k</mi></math></span>, whether it is possible to transform one into the other by a sequence of token slides (along edges of the graph) or token jumps (between arbitrary vertices of the graph) such that each intermediate set remains a feasible solution of size <span><math><mi>k</mi></math></span>. Many algorithmic questions present themselves in the form of reconfiguration problems: Given the description of an initial system state and the description of a target state, is it possible to transform the system from its initial state into the target one while preserving certain properties of the system in the process? Such questions have received a substantial amount of attention under the so-called combinatorial reconfiguration framework. We consider reconfiguration variants of three fundamental underlying graph vertex-subset problems, namely <span>Independent Set</span>, <span>Dominating Set</span>, and <span>Connected Dominating Set</span>. We survey both older and more recent work on the parameterized complexity of all three problems when parameterized by the number of tokens <span><math><mi>k</mi></math></span>. The emphasis will be on positive results and the most common techniques for the design of fixed-parameter tractable algorithms.</p></div>\",\"PeriodicalId\":48633,\"journal\":{\"name\":\"Computer Science Review\",\"volume\":\"53 \",\"pages\":\"Article 100663\"},\"PeriodicalIF\":13.3000,\"publicationDate\":\"2024-08-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Computer Science Review\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S1574013724000479\",\"RegionNum\":1,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q1\",\"JCRName\":\"COMPUTER SCIENCE, INFORMATION SYSTEMS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Computer Science Review","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S1574013724000479","RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0

摘要

图顶点子集问题定义了输入图中哪些顶点子集是可行解。我们将可行解视为放置在图顶点上的一组标记。顶点子集问题的重构变体问的是,给定两个大小为 的可行解,是否有可能通过一系列令牌滑动(沿图的边)或令牌跳跃(在图的任意顶点之间)将其中一个转化为另一个,从而使每个中间集合仍然是大小为 的可行解。许多算法问题都是以重新配置问题的形式出现的:给定系统初始状态的描述和目标状态的描述,是否有可能将系统从初始状态转换到目标状态,同时在此过程中保留系统的某些属性?在所谓的组合重组框架下,这类问题受到了大量关注。我们考虑了三个基本的基础图顶点子集问题的重组变体,即 、 和 。我们考察了以代币数量为参数时,所有这三个问题的参数化复杂度方面较早和较新的工作。重点将放在正面结果和设计固定参数可控算法的最常用技术上。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
A survey on the parameterized complexity of reconfiguration problems

A graph vertex-subset problem defines which subsets of the vertices of an input graph are feasible solutions. We view a feasible solution as a set of tokens placed on the vertices of the graph. A reconfiguration variant of a vertex-subset problem asks, given two feasible solutions of size k, whether it is possible to transform one into the other by a sequence of token slides (along edges of the graph) or token jumps (between arbitrary vertices of the graph) such that each intermediate set remains a feasible solution of size k. Many algorithmic questions present themselves in the form of reconfiguration problems: Given the description of an initial system state and the description of a target state, is it possible to transform the system from its initial state into the target one while preserving certain properties of the system in the process? Such questions have received a substantial amount of attention under the so-called combinatorial reconfiguration framework. We consider reconfiguration variants of three fundamental underlying graph vertex-subset problems, namely Independent Set, Dominating Set, and Connected Dominating Set. We survey both older and more recent work on the parameterized complexity of all three problems when parameterized by the number of tokens k. The emphasis will be on positive results and the most common techniques for the design of fixed-parameter tractable algorithms.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Computer Science Review
Computer Science Review Computer Science-General Computer Science
CiteScore
32.70
自引率
0.00%
发文量
26
审稿时长
51 days
期刊介绍: Computer Science Review, a publication dedicated to research surveys and expository overviews of open problems in computer science, targets a broad audience within the field seeking comprehensive insights into the latest developments. The journal welcomes articles from various fields as long as their content impacts the advancement of computer science. In particular, articles that review the application of well-known Computer Science methods to other areas are in scope only if these articles advance the fundamental understanding of those methods.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信