水平矩形刺入问题的 PTAS

IF 4.6 Q2 MATERIALS SCIENCE, BIOMATERIALS ACS Applied Bio Materials Pub Date : 2024-06-13 DOI:10.1007/s10107-024-02106-y
Arindam Khan, Aditya Subramanian, Andreas Wiese
{"title":"水平矩形刺入问题的 PTAS","authors":"Arindam Khan, Aditya Subramanian, Andreas Wiese","doi":"10.1007/s10107-024-02106-y","DOIUrl":null,"url":null,"abstract":"<p>We study rectangle stabbing problems in which we are given <i>n</i> axis-aligned rectangles in the plane that we want to <i>stab</i>, that is, we want to select line segments such that for each given rectangle there is a line segment that intersects two opposite edges of it. In the <i>horizontal rectangle stabbing problem</i> (<span>Stabbing</span>), the goal is to find a set of horizontal line segments of minimum total length such that all rectangles are stabbed. In the <i>horizontal–vertical stabbing problem</i> (<span>HV-Stabbing</span>), the goal is to find a set of rectilinear (that is, either vertical or horizontal) line segments of minimum total length such that all rectangles are stabbed. Both variants are NP-hard. Chan et al. (ISAAC, 2018) initiated the study of these problems by providing constant approximation algorithms. Recently, Eisenbrand et al. (A QPTAS for stabbing rectangles, 2021) have presented a QPTAS and a polynomial-time 8-approximation algorithm for <span>Stabbing</span>, but it was open whether the problem admits a PTAS. In this paper, we obtain a PTAS for <span>Stabbing</span>, settling this question. For <span>HV-Stabbing</span>, we obtain a <span>\\((2+\\varepsilon )\\)</span>-approximation. We also obtain PTASs for special cases of <span>HV-Stabbing</span>: (i) when all rectangles are squares, (ii) when each rectangle’s width is at most its height, and (iii) when all rectangles are <span>\\(\\delta \\)</span>-large, that is, have at least one edge whose length is at least <span>\\(\\delta \\)</span>, while all edge lengths are at most 1. Our result also implies improved approximations for other problems such as <i>generalized minimum Manhattan network</i>.</p>","PeriodicalId":2,"journal":{"name":"ACS Applied Bio Materials","volume":null,"pages":null},"PeriodicalIF":4.6000,"publicationDate":"2024-06-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"A PTAS for the horizontal rectangle stabbing problem\",\"authors\":\"Arindam Khan, Aditya Subramanian, Andreas Wiese\",\"doi\":\"10.1007/s10107-024-02106-y\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<p>We study rectangle stabbing problems in which we are given <i>n</i> axis-aligned rectangles in the plane that we want to <i>stab</i>, that is, we want to select line segments such that for each given rectangle there is a line segment that intersects two opposite edges of it. In the <i>horizontal rectangle stabbing problem</i> (<span>Stabbing</span>), the goal is to find a set of horizontal line segments of minimum total length such that all rectangles are stabbed. In the <i>horizontal–vertical stabbing problem</i> (<span>HV-Stabbing</span>), the goal is to find a set of rectilinear (that is, either vertical or horizontal) line segments of minimum total length such that all rectangles are stabbed. Both variants are NP-hard. Chan et al. (ISAAC, 2018) initiated the study of these problems by providing constant approximation algorithms. Recently, Eisenbrand et al. (A QPTAS for stabbing rectangles, 2021) have presented a QPTAS and a polynomial-time 8-approximation algorithm for <span>Stabbing</span>, but it was open whether the problem admits a PTAS. In this paper, we obtain a PTAS for <span>Stabbing</span>, settling this question. For <span>HV-Stabbing</span>, we obtain a <span>\\\\((2+\\\\varepsilon )\\\\)</span>-approximation. We also obtain PTASs for special cases of <span>HV-Stabbing</span>: (i) when all rectangles are squares, (ii) when each rectangle’s width is at most its height, and (iii) when all rectangles are <span>\\\\(\\\\delta \\\\)</span>-large, that is, have at least one edge whose length is at least <span>\\\\(\\\\delta \\\\)</span>, while all edge lengths are at most 1. Our result also implies improved approximations for other problems such as <i>generalized minimum Manhattan network</i>.</p>\",\"PeriodicalId\":2,\"journal\":{\"name\":\"ACS Applied Bio Materials\",\"volume\":null,\"pages\":null},\"PeriodicalIF\":4.6000,\"publicationDate\":\"2024-06-13\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"ACS Applied Bio Materials\",\"FirstCategoryId\":\"100\",\"ListUrlMain\":\"https://doi.org/10.1007/s10107-024-02106-y\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q2\",\"JCRName\":\"MATERIALS SCIENCE, BIOMATERIALS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"ACS Applied Bio Materials","FirstCategoryId":"100","ListUrlMain":"https://doi.org/10.1007/s10107-024-02106-y","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q2","JCRName":"MATERIALS SCIENCE, BIOMATERIALS","Score":null,"Total":0}
引用次数: 0

摘要

我们研究的是矩形切割问题,在这个问题中,我们要切割的是平面上 n 个轴线对齐的矩形,也就是说,我们要选择线段,使得每个矩形都有一条线段与它的两条相对边相交。在水平矩形刺入问题(刺入)中,我们的目标是找到一组总长度最小的水平线段,从而刺入所有矩形。在水平-垂直刺入问题(HV-Stabbing)中,目标是找到一组总长度最小的直线(即垂直或水平)线段,使所有矩形都被刺入。这两个变体都是 NP 难。Chan 等人(ISAAC,2018)通过提供恒定近似算法,开始了对这些问题的研究。最近,Eisenbrand 等人(A QPTAS for stabbing rectangles, 2021)提出了针对 Stabbing 问题的 QPTAS 和多项式时间 8 近似算法,但该问题是否存在 PTAS 尚无定论。在本文中,我们得到了 Stabbing 的 PTAS,从而解决了这个问题。对于HV-Stabbing,我们得到了一个((2+\varepsilon )\)近似值。我们还得到了 HV-Stabbing 特殊情况下的 PTAS:(i) 所有矩形都是正方形,(ii) 每个矩形的宽度最多等于它的高度,(iii) 所有矩形都是\(\Δ \)大的,也就是说,至少有一条边的长度至少是\(\Δ \),而所有边的长度最多是 1。 我们的结果还意味着对其他问题的近似值的改进,比如广义最小曼哈顿网络。
本文章由计算机程序翻译,如有差异,请以英文原文为准。

摘要图片

查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
A PTAS for the horizontal rectangle stabbing problem

We study rectangle stabbing problems in which we are given n axis-aligned rectangles in the plane that we want to stab, that is, we want to select line segments such that for each given rectangle there is a line segment that intersects two opposite edges of it. In the horizontal rectangle stabbing problem (Stabbing), the goal is to find a set of horizontal line segments of minimum total length such that all rectangles are stabbed. In the horizontal–vertical stabbing problem (HV-Stabbing), the goal is to find a set of rectilinear (that is, either vertical or horizontal) line segments of minimum total length such that all rectangles are stabbed. Both variants are NP-hard. Chan et al. (ISAAC, 2018) initiated the study of these problems by providing constant approximation algorithms. Recently, Eisenbrand et al. (A QPTAS for stabbing rectangles, 2021) have presented a QPTAS and a polynomial-time 8-approximation algorithm for Stabbing, but it was open whether the problem admits a PTAS. In this paper, we obtain a PTAS for Stabbing, settling this question. For HV-Stabbing, we obtain a \((2+\varepsilon )\)-approximation. We also obtain PTASs for special cases of HV-Stabbing: (i) when all rectangles are squares, (ii) when each rectangle’s width is at most its height, and (iii) when all rectangles are \(\delta \)-large, that is, have at least one edge whose length is at least \(\delta \), while all edge lengths are at most 1. Our result also implies improved approximations for other problems such as generalized minimum Manhattan network.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
ACS Applied Bio Materials
ACS Applied Bio Materials Chemistry-Chemistry (all)
CiteScore
9.40
自引率
2.10%
发文量
464
期刊最新文献
A Systematic Review of Sleep Disturbance in Idiopathic Intracranial Hypertension. Advancing Patient Education in Idiopathic Intracranial Hypertension: The Promise of Large Language Models. Anti-Myelin-Associated Glycoprotein Neuropathy: Recent Developments. Approach to Managing the Initial Presentation of Multiple Sclerosis: A Worldwide Practice Survey. Association Between LACE+ Index Risk Category and 90-Day Mortality After Stroke.
×
引用
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