首页 > 最新文献

Discrete Optimization最新文献

英文 中文
An improved greedy algorithm for stochastic online scheduling on unrelated machines 非相关机器随机在线调度的改进贪心算法
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2023-02-01 DOI: 10.1016/j.disopt.2022.100753
Sven Jäger

Most practical scheduling applications involve some uncertainty about the arriving times and lengths of the jobs. Stochastic online scheduling is a well-established model capturing this. Here the arrivals occur online, while the processing times are random. For this model, Gupta, Moseley, Uetz, and Xie recently devised an efficient policy for non-preemptive scheduling on unrelated machines with the objective to minimize the expected total weighted completion time. We improve upon this policy by adroitly combining greedy job assignment with αj-point scheduling on each machine. In this way we obtain a (3+5)(2+Δ)-competitive deterministic and an (8+4Δ)-competitive randomized stochastic online scheduling policy, where Δ is an upper bound on the squared coefficients of variation of the processing times. We also give constant performance guarantees for these policies within the class of all fixed-assignment policies. The αj-point scheduling on a single machine can be enhanced when the upper bound Δ is known a priori or the processing times are known to be δ-NBUE for some δ1. This implies improved competitive ratios for unrelated machines but may also be of independent interest.

大多数实际的调度应用程序都涉及到作业到达时间和长度的一些不确定性。随机在线调度是一个公认的模型,捕捉到了这一点。在这里,到达是在线的,而处理时间是随机的。对于该模型,Gupta、Moseley、Uetz和Xie最近设计了一种在不相关机器上进行非抢占式调度的有效策略,目的是最小化预期的总加权完成时间。我们通过巧妙地将贪婪作业分配与每台机器上的αj点调度相结合,改进了这一策略。通过这种方式,我们获得了一个(3+5)(2+Δ)竞争确定性和(8+4Δ)竞争随机在线调度策略,其中Δ是处理时间的平方变化系数的上界。我们还在所有固定分配策略的类别中为这些策略提供恒定的性能保证。当上界Δ先验已知或处理时间已知为δ-NBUE时,对于某些δ≥1,可以增强单机上的αj点调度。这意味着提高了不相关机器的竞争比率,但也可能具有独立的利益。
{"title":"An improved greedy algorithm for stochastic online scheduling on unrelated machines","authors":"Sven Jäger","doi":"10.1016/j.disopt.2022.100753","DOIUrl":"https://doi.org/10.1016/j.disopt.2022.100753","url":null,"abstract":"<div><p>Most practical scheduling applications involve some uncertainty about the arriving times and lengths of the jobs. Stochastic online scheduling is a well-established model capturing this. Here the arrivals occur online, while the processing times are random. For this model, Gupta, Moseley, Uetz, and Xie recently devised an efficient policy for non-preemptive scheduling on unrelated machines with the objective to minimize the expected total weighted completion time. We improve upon this policy by adroitly combining greedy job assignment with <span><math><msub><mrow><mi>α</mi></mrow><mrow><mi>j</mi></mrow></msub></math></span>-point scheduling on each machine. In this way we obtain a <span><math><mrow><mrow><mo>(</mo><mn>3</mn><mo>+</mo><msqrt><mrow><mn>5</mn></mrow></msqrt><mo>)</mo></mrow><mrow><mo>(</mo><mn>2</mn><mo>+</mo><mi>Δ</mi><mo>)</mo></mrow></mrow></math></span>-competitive deterministic and an <span><math><mrow><mo>(</mo><mn>8</mn><mo>+</mo><mn>4</mn><mi>Δ</mi><mo>)</mo></mrow></math></span>-competitive randomized stochastic online scheduling policy, where <span><math><mi>Δ</mi></math></span> is an upper bound on the squared coefficients of variation of the processing times. We also give constant performance guarantees for these policies within the class of all fixed-assignment policies. The <span><math><msub><mrow><mi>α</mi></mrow><mrow><mi>j</mi></mrow></msub></math></span>-point scheduling on a single machine can be enhanced when the upper bound <span><math><mi>Δ</mi></math></span> is known a priori or the processing times are known to be <span><math><mi>δ</mi></math></span>-NBUE for some <span><math><mrow><mi>δ</mi><mo>≥</mo><mn>1</mn></mrow></math></span><span>. This implies improved competitive ratios for unrelated machines but may also be of independent interest.</span></p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"47 ","pages":"Article 100753"},"PeriodicalIF":1.1,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49731728","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
CHAMP: A multipass algorithm for Max Sat based on saver variables CHAMP:基于节省器变量的Max Sat多通道算法
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2023-02-01 DOI: 10.1016/j.disopt.2023.100760
Daniel Berend , Shahar Golan , Yochai Twitto

In this paper, we introduce the concept of saver variables in Max Sat and demonstrate their contribution to the performance of solvers for this problem. We present two types of saver variables: high-rank savers and consensual savers. We show how to incorporate them in various ways into an iterated algorithm, CHAMP, for Max Sat. We conduct an extensive empirical evaluation on two collections of instances — instances from a past Max Sat competition and random instances. It turns out that, by using savers, the number of unsatisfied clauses may be reduced by more than 70% in some families. Moreover, a refined version CHAMP+ of CHAMP improves the results even further. We show that by combining CHAMP+ with CCLS, a state-of-the-art solver, we obtain better solutions for many Max Sat instances.

在本文中,我们在Max Sat中引入了saver变量的概念,并展示了它们对该问题求解器性能的贡献。我们提出了两种类型的储蓄变量:高级储蓄者和自愿储蓄者。我们展示了如何以各种方式将它们合并到Max Sat的迭代算法CHAMP中。我们对两组实例进行了广泛的实证评估——过去Max Sat竞赛的实例和随机实例。事实证明,通过使用储蓄者,一些家庭中未满足条款的数量可能会减少70%以上。此外,CHAMP的改进版CHAMP+进一步改进了结果。我们表明,通过将CHAMP+与最先进的求解器CCLS相结合,我们可以为许多Max Sat实例获得更好的解。
{"title":"CHAMP: A multipass algorithm for Max Sat based on saver variables","authors":"Daniel Berend ,&nbsp;Shahar Golan ,&nbsp;Yochai Twitto","doi":"10.1016/j.disopt.2023.100760","DOIUrl":"https://doi.org/10.1016/j.disopt.2023.100760","url":null,"abstract":"<div><p>In this paper, we introduce the concept of saver variables in Max Sat and demonstrate their contribution to the performance of solvers for this problem. We present two types of saver variables: high-rank savers and consensual savers. We show how to incorporate them in various ways into an iterated algorithm, CHAMP, for Max Sat. We conduct an extensive empirical evaluation on two collections of instances — instances from a past Max Sat competition and random instances. It turns out that, by using savers, the number of unsatisfied clauses may be reduced by more than 70% in some families. Moreover, a refined version CHAMP+ of CHAMP improves the results even further. We show that by combining CHAMP+ with CCLS, a state-of-the-art solver, we obtain better solutions for many Max Sat instances.</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"47 ","pages":"Article 100760"},"PeriodicalIF":1.1,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49715046","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
A polyhedral study of lifted multicuts 抬起的多切口的多面体研究
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2023-02-01 DOI: 10.1016/j.disopt.2022.100757
Bjoern Andres , Silvia Di Gregorio , Jannik Irmai , Jan-Hendrik Lange

Fundamental to many applications in data analysis are the decompositions of a graph, i.e. partitions of the node set into component-inducing subsets. One way of encoding decompositions is by multicuts, the subsets of those edges that straddle distinct components. Recently, a lifting of multicuts from a graph G=(V,E) to an augmented graph Ĝ=(V,EF) has been proposed in the field of image analysis, with the goal of obtaining a more expressive characterization of graph decompositions in which it is made explicit also for pairs FV2E of non-neighboring nodes whether these are in the same or distinct components. In this work, we study in detail the polytope in REF whose vertices are precisely the characteristic vectors of multicuts of Ĝ lifted from G, connecting it, in particular, to the rich body of prior work on the clique partitioning and multilinear polytope.

数据分析中许多应用的基础是图的分解,即将节点集划分为组件诱导子集。编码分解的一种方法是通过多元集,即跨越不同组件的边的子集。最近,在图像分析领域中,已经提出了将多集从图G=(V,E)提升到增广图G=。在这项工作中,我们详细研究了RE-F中的多面体,其顶点正是从G提升的G的多集的特征向量,特别是将其与先前关于团划分和多线性多面体的大量工作联系起来。
{"title":"A polyhedral study of lifted multicuts","authors":"Bjoern Andres ,&nbsp;Silvia Di Gregorio ,&nbsp;Jannik Irmai ,&nbsp;Jan-Hendrik Lange","doi":"10.1016/j.disopt.2022.100757","DOIUrl":"https://doi.org/10.1016/j.disopt.2022.100757","url":null,"abstract":"<div><p>Fundamental to many applications in data analysis are the decompositions of a graph, i.e. partitions of the node set into component-inducing subsets. One way of encoding decompositions is by multicuts, the subsets of those edges that straddle distinct components. Recently, a lifting of multicuts from a graph <span><math><mrow><mi>G</mi><mo>=</mo><mrow><mo>(</mo><mi>V</mi><mo>,</mo><mi>E</mi><mo>)</mo></mrow></mrow></math></span> to an augmented graph <span><math><mrow><mover><mrow><mi>G</mi></mrow><mrow><mo>̂</mo></mrow></mover><mo>=</mo><mrow><mo>(</mo><mi>V</mi><mo>,</mo><mi>E</mi><mo>∪</mo><mi>F</mi><mo>)</mo></mrow></mrow></math></span> has been proposed in the field of image analysis, with the goal of obtaining a more expressive characterization of graph decompositions in which it is made explicit also for pairs <span><math><mrow><mi>F</mi><mo>⊆</mo><mfenced><mfrac><mrow><mi>V</mi></mrow><mrow><mn>2</mn></mrow></mfrac></mfenced><mo>∖</mo><mi>E</mi></mrow></math></span> of non-neighboring nodes whether these are in the same or distinct components. In this work, we study in detail the polytope in <span><math><msup><mrow><mi>R</mi></mrow><mrow><mi>E</mi><mo>∪</mo><mi>F</mi></mrow></msup></math></span> whose vertices are precisely the characteristic vectors of multicuts of <span><math><mover><mrow><mi>G</mi></mrow><mrow><mo>̂</mo></mrow></mover></math></span> lifted from <span><math><mi>G</mi></math></span>, connecting it, in particular, to the rich body of prior work on the clique partitioning and multilinear polytope.</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"47 ","pages":"Article 100757"},"PeriodicalIF":1.1,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49731914","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}
引用次数: 2
Constant factor approximation for tracking paths and fault tolerant feedback vertex set 跟踪路径的常因子逼近与容错反馈顶点集
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2023-02-01 DOI: 10.1016/j.disopt.2022.100756
Václav Blažej, Pratibha Choudhary, Dušan Knop, Jan Matyáš Křišťan, Ondřej Suchý, Tomáš Valla

Consider a vertex-weighted graph G with a source s and a target t. Tracking Paths requires finding a minimum weight set of vertices (trackers) such that the sequence of trackers in each path from s to t is unique. In this work, we derive a factor 6-approximation algorithm for Tracking Paths in weighted graphs and a factor 4-approximation algorithm if the input is unweighted. This is the first constant factor approximation for this problem. While doing so, we also study approximation of the closely related r-Fault Tolerant Feedback Vertex Set problem. There, for a fixed integer r and a given vertex-weighted graph G, the task is to find a minimum weight set of vertices intersecting every cycle of G in at least r+1 vertices. We give a factor O(r) approximation algorithm for r-Fault Tolerant Feedback Vertex Set if r is a constant.

考虑具有源s和目标t的顶点加权图G。跟踪路径需要找到顶点(跟踪器)的最小权重集,使得从s到t的每条路径中的跟踪器序列是唯一的。在这项工作中,我们导出了加权图中跟踪路径的因子6近似算法,以及如果输入是未加权的,则导出因子4近似算法。这是这个问题的第一个常数因子近似。在这样做的同时,我们还研究了密切相关的r容错反馈顶点集问题的逼近。在那里,对于固定整数r和给定的顶点加权图G,任务是在至少r+1个顶点中找到与G的每个循环相交的顶点的最小权重集。如果r是常数,我们给出了r容错反馈顶点集的因子O(r)近似算法。
{"title":"Constant factor approximation for tracking paths and fault tolerant feedback vertex set","authors":"Václav Blažej,&nbsp;Pratibha Choudhary,&nbsp;Dušan Knop,&nbsp;Jan Matyáš Křišťan,&nbsp;Ondřej Suchý,&nbsp;Tomáš Valla","doi":"10.1016/j.disopt.2022.100756","DOIUrl":"https://doi.org/10.1016/j.disopt.2022.100756","url":null,"abstract":"<div><p>Consider a vertex-weighted graph <span><math><mi>G</mi></math></span> with a source <span><math><mi>s</mi></math></span> and a target <span><math><mi>t</mi></math></span>. <span>Tracking Paths</span> requires finding a minimum weight set of vertices (<em>trackers</em>) such that the sequence of trackers in each path from <span><math><mi>s</mi></math></span> to <span><math><mi>t</mi></math></span> is unique. In this work, we derive a factor 6-approximation algorithm for <span>Tracking Paths</span> in weighted graphs and a factor 4-approximation algorithm if the input is unweighted. This is the first constant factor approximation for this problem. While doing so, we also study approximation of the closely related <em>r</em>-<span>Fault Tolerant Feedback Vertex Set</span> problem. There, for a fixed integer <span><math><mi>r</mi></math></span> and a given vertex-weighted graph <span><math><mi>G</mi></math></span>, the task is to find a minimum weight set of vertices intersecting every cycle of <span><math><mi>G</mi></math></span> in at least <span><math><mrow><mi>r</mi><mo>+</mo><mn>1</mn></mrow></math></span> vertices. We give a factor <span><math><mrow><mi>O</mi><mrow><mo>(</mo><mi>r</mi><mo>)</mo></mrow></mrow></math></span> approximation algorithm for <em>r</em>-<span>Fault Tolerant Feedback Vertex Set</span> if <span><math><mi>r</mi></math></span> is a constant.</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"47 ","pages":"Article 100756"},"PeriodicalIF":1.1,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49731732","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
Fractional Decomposition Tree Algorithm: A tool for studying the integrality gap of Integer Programs 分数阶分解树算法:研究整数程序完整性间隙的工具
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2023-02-01 DOI: 10.1016/j.disopt.2022.100746
Robert Carr , Arash Haddadan , Cynthia A. Phillips

We present a new algorithm, Fractional Decomposition Tree (FDT), for finding a feasible solution for an integer program (IP) where all variables are binary. FDT runs in polynomial time and is guaranteed to find a feasible integer solution provided the integrality gap of an instance’s polyhedron, independent of objective function, is bounded. The algorithm gives a construction for Carr and Vempala’s theorem that any feasible solution to the IP’s linear-programming relaxation, when scaled by the instance integrality gap, dominates a convex combination of feasible solutions. FDT is also a tool for studying the integrality gap of IP formulations. The upper bound on the integrality gap of an FDT solution can be exponentially large. However our experiments demonstrate that FDT can be effective in practice. We study the integrality gap of two problems: optimally augmenting a tree to a 2-edge-connected graph and finding a minimum-cost 2-edge-connected multi-subgraph (2EC). We also give a simplified algorithm, DomToIP, that finds a feasible solution to an IP instance, or concludes that it has unbounded integrality gap. We show that FDT’s speed and approximation quality compare well to that of the original feasibility pump heuristic on moderate-sized instances of the vertex cover problem. For a particular set of hard-to-decompose fractional 2EC solutions, FDT always gave a better integer solution than the Best-of-Many Christofides Algorithm (BOMC).

我们提出了一种新的算法,分数分解树(FDT),用于寻找所有变量都是二进制的整数规划(IP)的可行解。FDT在多项式时间内运行,并保证在实例的多面体的完整性间隙与目标函数无关且有界的情况下找到可行的整数解。该算法构造了Carr和Vempala定理,即IP线性规划松弛的任何可行解,当按实例完整性间隙缩放时,都支配可行解的凸组合。FDT也是研究IP公式完整性差距的工具。FDT解的完整性间隙的上界可以是指数大的。然而,我们的实验表明,FDT在实践中是有效的。我们研究了两个问题的完整性缺口:最优扩充树为2-边连通图和寻找最小代价2-边连通多子图(2EC)。我们还给出了一个简化算法DomToIP,它为IP实例找到了一个可行的解决方案,或者得出了它具有无界完整性间隙的结论。我们表明,在中等大小的顶点覆盖问题实例上,FDT的速度和近似质量与原始的可行性抽运启发式算法相比很好。对于一组特殊的难以分解的分数阶2EC解,FDT总是给出比多克里斯托夫最佳算法(BOMC)更好的整数解。
{"title":"Fractional Decomposition Tree Algorithm: A tool for studying the integrality gap of Integer Programs","authors":"Robert Carr ,&nbsp;Arash Haddadan ,&nbsp;Cynthia A. Phillips","doi":"10.1016/j.disopt.2022.100746","DOIUrl":"https://doi.org/10.1016/j.disopt.2022.100746","url":null,"abstract":"<div><p><span><span>We present a new algorithm, Fractional Decomposition Tree (FDT), for finding a feasible solution for an integer program (IP) where all variables are binary. FDT runs in polynomial time and is guaranteed to find a feasible integer solution provided the integrality gap of an instance’s </span>polyhedron, independent of objective function, is bounded. The algorithm gives a construction for Carr and Vempala’s theorem that any feasible solution to the IP’s linear-programming relaxation, when scaled by the instance integrality gap, dominates a </span>convex combination of feasible solutions. FDT is also a tool for studying the integrality gap of IP formulations. The upper bound on the integrality gap of an FDT solution can be exponentially large. However our experiments demonstrate that FDT can be effective in practice. We study the integrality gap of two problems: optimally augmenting a tree to a 2-edge-connected graph and finding a minimum-cost 2-edge-connected multi-subgraph (2EC). We also give a simplified algorithm, DomToIP, that finds a feasible solution to an IP instance, or concludes that it has unbounded integrality gap. We show that FDT’s speed and approximation quality compare well to that of the original feasibility pump heuristic on moderate-sized instances of the vertex cover problem. For a particular set of hard-to-decompose fractional 2EC solutions, FDT always gave a better integer solution than the Best-of-Many Christofides Algorithm (BOMC).</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"47 ","pages":"Article 100746"},"PeriodicalIF":1.1,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49714804","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
The Aα-spectral radius of nonregular graphs (digraphs) and maximum degree (outdegree) 非正则图(有向图)的a α-谱半径及最大度(出度)
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2023-01-01 DOI: 10.1016/j.disopt.2022.100758
Qixuan Yuan, Ruifang Liu, Jinjiang Yuan
{"title":"The Aα-spectral radius of nonregular graphs (digraphs) and maximum degree (outdegree)","authors":"Qixuan Yuan,&nbsp;Ruifang Liu,&nbsp;Jinjiang Yuan","doi":"10.1016/j.disopt.2022.100758","DOIUrl":"https://doi.org/10.1016/j.disopt.2022.100758","url":null,"abstract":"","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"47 ","pages":"100758"},"PeriodicalIF":1.1,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49731736","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
The p-center problem under locational uncertainty of demand points 需求点位置不确定下的p中心问题
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2023-01-01 DOI: 10.1016/j.disopt.2023.100759
Homa Ataei , Mansoor Davoodi
{"title":"The p-center problem under locational uncertainty of demand points","authors":"Homa Ataei ,&nbsp;Mansoor Davoodi","doi":"10.1016/j.disopt.2023.100759","DOIUrl":"https://doi.org/10.1016/j.disopt.2023.100759","url":null,"abstract":"","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"47 ","pages":"100759"},"PeriodicalIF":1.1,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49715309","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
The (d−2)-leaky forcing number of Qd and ℓ-leaky forcing number of GP(n,1) Qd的(d−2)泄漏强迫数和GP的(n,1)泄漏强迫数
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-11-01 DOI: 10.1016/j.disopt.2022.100744
Rebekah Herrman

Leaky-forcing is a recently introduced variant of zero forcing that has been studied for families of graphs including paths, cycles, wheels, grids, and trees. In this paper, we extend previous results on the leaky forcing number of the d-dimensional hypercube, Qd, to show that the (d2)-leaky forcing number of Qd is 2d1. We also examine a question about the relationship between the size of a minimum -leaky-forcing set and a minimum zero forcing set for a graph G.

泄漏强迫是最近引入的零强迫的一种变体,已经研究了图族,包括路径,循环,车轮,网格和树。本文推广了先前关于d维超立方体Qd的泄漏强迫数的结果,证明了Qd的(d−2)-泄漏强迫数为2d−1。我们还研究了图G的最小h -泄漏强迫集的大小与最小0强迫集的大小之间的关系。
{"title":"The (d−2)-leaky forcing number of Qd and ℓ-leaky forcing number of GP(n,1)","authors":"Rebekah Herrman","doi":"10.1016/j.disopt.2022.100744","DOIUrl":"10.1016/j.disopt.2022.100744","url":null,"abstract":"<div><p>Leaky-forcing is a recently introduced variant of zero forcing that has been studied for families of graphs including paths, cycles, wheels, grids, and trees. In this paper, we extend previous results on the leaky forcing number of the <span><math><mi>d</mi></math></span>-dimensional hypercube, <span><math><msub><mrow><mi>Q</mi></mrow><mrow><mi>d</mi></mrow></msub></math></span>, to show that the <span><math><mrow><mo>(</mo><mi>d</mi><mo>−</mo><mn>2</mn><mo>)</mo></mrow></math></span>-leaky forcing number of <span><math><msub><mrow><mi>Q</mi></mrow><mrow><mi>d</mi></mrow></msub></math></span> is <span><math><msup><mrow><mn>2</mn></mrow><mrow><mi>d</mi><mo>−</mo><mn>1</mn></mrow></msup></math></span>. We also examine a question about the relationship between the size of a minimum <span><math><mi>ℓ</mi></math></span>-leaky-forcing set and a minimum zero forcing set for a graph <span><math><mi>G</mi></math></span>.</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"46 ","pages":"Article 100744"},"PeriodicalIF":1.1,"publicationDate":"2022-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"54146676","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
Parameterized algorithms for generalizations of Directed Feedback Vertex Set 有向反馈顶点集泛化的参数化算法
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-11-01 DOI: 10.1016/j.disopt.2022.100740
Alexander Göke , Dániel Marx , Matthias Mnich

The Directed Feedback Vertex Set (DFVS) problem takes as input a directed graph G and seeks a smallest vertex set S that hits all cycles in G. This is one of Karp’s 21 NP-complete problems. Resolving the parameterized complexity status of DFVS was a long-standing open problem until Chen et al. (2008) showed its fixed-parameter tractability via a 4kk!nO(1)-time algorithm, where k=|S|.

Here we show fixed-parameter tractability of two generalizations of DFVS:

  • Find a smallest vertex set S such that every strong component of GS has size at most s: we give an algorithm solving this problem in time 4k(ks+k+s)!nO(1). This generalizes an algorithm by Xiao (2017) for the undirected version of the problem.

  • Find a smallest vertex set S such that every non-trivial strong component of GS is 1-out-regular: we give an algorithm solving this problem in time 2O(k3)nO(1).

We also solve the corresponding arc versions of these problems by fixed-parameter algorithms.
有向反馈顶点集(DFVS)问题以一个有向图G作为输入,并寻找一个最小的顶点集S,该顶点集S可以到达G中的所有循环。这是Karp的21个np完全问题之一。求解DFVS的参数化复杂性状态是一个长期存在的开放性问题,直到Chen等人(2008)通过k=|S|的4kk!nO(1)时间算法显示其固定参数可追溯性。•找到一个最小顶点集S,使得G−S的每个强分量的大小不超过S,并给出一个算法,在4k(ks+k+ S)!这推广了Xiao(2017)针对该问题的无向版本的算法。•找到一个最小的顶点集S,使得G−S的每个非平凡强分量都是1-外正则的:我们给出了一个在2O(k3)⋅nO(1)时间内解决这个问题的算法。我们还用定参数算法求解了这些问题的相应弧线版本。
{"title":"Parameterized algorithms for generalizations of Directed Feedback Vertex Set","authors":"Alexander Göke ,&nbsp;Dániel Marx ,&nbsp;Matthias Mnich","doi":"10.1016/j.disopt.2022.100740","DOIUrl":"https://doi.org/10.1016/j.disopt.2022.100740","url":null,"abstract":"<div><p>The <span>Directed Feedback Vertex Set</span> (DFVS) problem takes as input a directed graph <span><math><mi>G</mi></math></span> and seeks a smallest vertex set <span><math><mi>S</mi></math></span> that hits all cycles in <span><math><mi>G</mi></math></span>. This is one of Karp’s 21 <span><math><mi>NP</mi></math></span>-complete problems. Resolving the parameterized complexity status of DFVS was a long-standing open problem until Chen et al. (2008) showed its fixed-parameter tractability via a <span><math><mrow><msup><mrow><mn>4</mn></mrow><mrow><mi>k</mi></mrow></msup><mi>k</mi><mo>!</mo><msup><mrow><mi>n</mi></mrow><mrow><mi>O</mi><mrow><mo>(</mo><mn>1</mn><mo>)</mo></mrow></mrow></msup></mrow></math></span>-time algorithm, where <span><math><mrow><mi>k</mi><mo>=</mo><mrow><mo>|</mo><mi>S</mi><mo>|</mo></mrow></mrow></math></span>.</p><p>Here we show fixed-parameter tractability of two generalizations of DFVS: </p><ul><li><span>•</span><span><p>Find a smallest vertex set <span><math><mi>S</mi></math></span> such that every strong component of <span><math><mrow><mi>G</mi><mo>−</mo><mi>S</mi></mrow></math></span> has size at most <span><math><mi>s</mi></math></span>: we give an algorithm solving this problem in time <span><math><mrow><msup><mrow><mn>4</mn></mrow><mrow><mi>k</mi></mrow></msup><mrow><mo>(</mo><mi>k</mi><mi>s</mi><mo>+</mo><mi>k</mi><mo>+</mo><mi>s</mi><mo>)</mo></mrow><mo>!</mo><mi>⋅</mi><msup><mrow><mi>n</mi></mrow><mrow><mi>O</mi><mrow><mo>(</mo><mn>1</mn><mo>)</mo></mrow></mrow></msup></mrow></math></span>. This generalizes an algorithm by Xiao (2017) for the undirected version of the problem.</p></span></li><li><span>•</span><span><p>Find a smallest vertex set <span><math><mi>S</mi></math></span> such that every non-trivial strong component of <span><math><mrow><mi>G</mi><mo>−</mo><mi>S</mi></mrow></math></span> is 1-out-regular: we give an algorithm solving this problem in time <span><math><mrow><msup><mrow><mn>2</mn></mrow><mrow><mi>O</mi><mrow><mo>(</mo><msup><mrow><mi>k</mi></mrow><mrow><mn>3</mn></mrow></msup><mo>)</mo></mrow></mrow></msup><mi>⋅</mi><msup><mrow><mi>n</mi></mrow><mrow><mi>O</mi><mrow><mo>(</mo><mn>1</mn><mo>)</mo></mrow></mrow></msup></mrow></math></span>.</p></span></li></ul> We also solve the corresponding arc versions of these problems by fixed-parameter algorithms.</div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"46 ","pages":"Article 100740"},"PeriodicalIF":1.1,"publicationDate":"2022-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"92079883","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
A polyhedral study for the cubic formulation of the unconstrained traveling tournament problem 无约束旅行比武问题三次形式的多面体研究
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-11-01 DOI: 10.1016/j.disopt.2022.100741
Marije R. Siemann, Matthias Walter

We consider the unconstrained traveling tournament problem, a sports timetabling problem that minimizes traveling of teams. Since its introduction about 20 years ago, most research was devoted to modeling and reformulation approaches. In this paper we carry out a polyhedral study for the cubic integer programming formulation by establishing the dimension of the integer hull as well as of faces induced by model inequalities. Moreover, we introduce a new class of inequalities and show that they are facet-defining. Finally, we evaluate the impact of these inequalities on the linear programming bounds.

我们考虑无约束旅行比赛问题,这是一个最小化球队旅行的运动时间表问题。自20年前引入以来,大多数研究都致力于建模和重新制定方法。本文通过建立整型船体的尺寸以及由模型不等式引起的面的尺寸,对三次整数规划公式进行了多面体研究。此外,我们引入了一类新的不等式,并证明了它们是面定义的。最后,我们评估了这些不等式对线性规划界的影响。
{"title":"A polyhedral study for the cubic formulation of the unconstrained traveling tournament problem","authors":"Marije R. Siemann,&nbsp;Matthias Walter","doi":"10.1016/j.disopt.2022.100741","DOIUrl":"https://doi.org/10.1016/j.disopt.2022.100741","url":null,"abstract":"<div><p>We consider the unconstrained traveling tournament problem, a sports timetabling problem that minimizes traveling of teams. Since its introduction about 20 years ago, most research was devoted to modeling and reformulation approaches. In this paper we carry out a polyhedral study for the cubic integer programming formulation by establishing the dimension of the integer hull as well as of faces induced by model inequalities. Moreover, we introduce a new class of inequalities and show that they are facet-defining. Finally, we evaluate the impact of these inequalities on the linear programming bounds.</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"46 ","pages":"Article 100741"},"PeriodicalIF":1.1,"publicationDate":"2022-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.sciencedirect.com/science/article/pii/S1572528622000469/pdfft?md5=2782e081b2be6a05c56eac20c9af53c2&pid=1-s2.0-S1572528622000469-main.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"92079885","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}
引用次数: 1
期刊
Discrete Optimization
全部 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