首页 > 最新文献

Discrete Optimization最新文献

英文 中文
Computational study of a branching algorithm for the maximum k-cut problem 最大k割问题分支算法的计算研究
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2021.100656
Vilmar Jefté Rodrigues de Sousa , Miguel F. Anjos , Sébastien Le Digabel

This work considers the graph partitioning problem known as maximum k-cut. It focuses on investigating features of a branch-and-bound method to obtain global solutions. An exhaustive experimental study is carried out for the two main components of a branch-and-bound algorithm: Computing bounds and branching strategies. In particular, we propose the use of a variable neighborhood search metaheuristic to compute good feasible solutions, the k-chotomic strategy to split the problem, and a branching rule based on edge weights to select variables. Moreover, we analyze a linear relaxation strengthened by semidefinite-based constraints, a cutting plane algorithm, and node selection strategies. Computational results show that the resulting method outperforms the state-of-the-art approach and discovers the solution of several instances, especially for problems with k5.

这项工作考虑了被称为最大k-cut的图划分问题。重点研究分支定界法的特征,以获得全局解。对分支定界算法的两个主要组成部分:计算界和分支策略进行了详尽的实验研究。特别是,我们提出了使用变量邻域搜索元启发式方法来计算良好的可行解,使用k-chotomic策略来分割问题,以及基于边权的分支规则来选择变量。此外,我们还分析了基于半定约束的线性松弛、切割平面算法和节点选择策略。计算结果表明,所得到的方法优于最先进的方法,并发现了几个实例的解,特别是对于k≥5的问题。
{"title":"Computational study of a branching algorithm for the maximum k-cut problem","authors":"Vilmar Jefté Rodrigues de Sousa ,&nbsp;Miguel F. Anjos ,&nbsp;Sébastien Le Digabel","doi":"10.1016/j.disopt.2021.100656","DOIUrl":"10.1016/j.disopt.2021.100656","url":null,"abstract":"<div><p><span>This work considers the graph partitioning problem known as maximum </span><span><math><mi>k</mi></math></span>-cut. It focuses on investigating features of a branch-and-bound method to obtain global solutions. An exhaustive experimental study is carried out for the two main components of a branch-and-bound algorithm: Computing bounds and branching strategies. In particular, we propose the use of a variable neighborhood search metaheuristic to compute good feasible solutions, the <span><math><mi>k</mi></math></span><span>-chotomic strategy to split the problem, and a branching rule based on edge weights to select variables. Moreover, we analyze a linear relaxation strengthened by semidefinite-based constraints, a cutting plane algorithm, and node selection strategies. Computational results show that the resulting method outperforms the state-of-the-art approach and discovers the solution of several instances, especially for problems with </span><span><math><mrow><mi>k</mi><mo>≥</mo><mn>5</mn></mrow></math></span>.</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100656"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2021.100656","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123551884","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
BDD-based optimization for the quadratic stable set problem 基于bdd的二次稳定集问题优化
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2020.100610
Jaime E. González , Andre A. Cire , Andrea Lodi , Louis-Martin Rousseau

The quadratic stable set problem (QSSP) is a natural extension of the well-known maximum stable set problem. The QSSP is NP-hard and can be formulated as a binary quadratic program, which makes it an interesting case study to be tackled from different optimization paradigms. In this paper, we propose a novel representation for the QSSP through binary decision diagrams (BDDs) and adapt a hybrid optimization approach which integrates BDDs and mixed-integer programming (MIP) for solving the QSSP. The exact framework highlights the modeling flexibility offered through decision diagrams to handle nonlinear problems. In addition, the hybrid approach leverages two different representations by exploring, in a complementary way, the solution space with BDD and MIP technologies. Machine learning then becomes a valuable component within the method to guide the search mechanisms. In the numerical experiments, the hybrid approach shows to be superior, by at least one order of magnitude, than two leading commercial MIP solvers with quadratic programming capabilities and a semidefinite-based branch-and-bound solver.

二次稳定集问题(QSSP)是极大稳定集问题的自然推广。QSSP是NP-hard的,可以被表述为二元二次规划,这使得它成为一个有趣的案例研究,可以从不同的优化范式中解决。本文通过二元决策图(bdd)提出了一种新的QSSP表示方法,并采用了一种将二元决策图和混合整数规划(MIP)相结合的混合优化方法来求解QSSP。精确的框架强调了通过决策图提供的建模灵活性,以处理非线性问题。此外,混合方法利用两种不同的表示,以一种互补的方式探索BDD和MIP技术的解决方案空间。然后,机器学习成为指导搜索机制的方法中有价值的组成部分。在数值实验中,混合方法比具有二次规划能力的两种领先的商业MIP求解器和基于半定的分支定界求解器至少优越一个数量级。
{"title":"BDD-based optimization for the quadratic stable set problem","authors":"Jaime E. González ,&nbsp;Andre A. Cire ,&nbsp;Andrea Lodi ,&nbsp;Louis-Martin Rousseau","doi":"10.1016/j.disopt.2020.100610","DOIUrl":"10.1016/j.disopt.2020.100610","url":null,"abstract":"<div><p>The quadratic stable set<span> problem (QSSP) is a natural extension of the well-known maximum stable set problem. The QSSP is NP-hard and can be formulated as a binary quadratic program<span>, which makes it an interesting case study to be tackled from different optimization paradigms. In this paper, we propose a novel representation for the QSSP through binary decision diagrams (BDDs) and adapt a hybrid optimization approach which integrates BDDs and mixed-integer programming (MIP) for solving the QSSP. The exact framework highlights the modeling flexibility offered through decision diagrams to handle nonlinear problems. In addition, the hybrid approach leverages two different representations by exploring, in a complementary way, the solution space with BDD and MIP technologies. Machine learning then becomes a valuable component within the method to guide the search mechanisms. In the numerical experiments, the hybrid approach shows to be superior, by at least one order of magnitude, than two leading commercial MIP solvers with quadratic programming capabilities and a semidefinite-based branch-and-bound solver.</span></span></p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100610"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2020.100610","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126365359","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}
引用次数: 5
The Bipartite Boolean Quadric Polytope 二部布尔二次多边形
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2021.100657
Piyashat Sripratak , Abraham P. Punnen , Tamon Stephen

We consider the Bipartite Boolean Quadratic Programming Problem (BQP01), which generalizes the well-known Boolean quadratic programming problem (QP01). The model has applications in graph theory, matrix factorization and bioinformatics, among others. The primary focus of this paper is on studying the structure of the Bipartite Boolean Quadric Polytope (BQPm,n) resulting from a linearization of a quadratic integer programming formulation of BQP01.

We present some basic properties and partial relaxations of BQPm,n, as well as some families of facets and valid inequalities. We find facet-defining inequalities including a family of odd-cycle inequalities. We discuss various approaches to obtain a valid inequality and facets from those of the related Boolean quadric polytope. The key strategy is based on rounding coefficients, and it is applied to the families of clique and cut inequalities in BQPm,n.

我们考虑二部布尔二次规划问题(BQP01),它推广了著名的布尔二次规划问题(QP01)。该模型在图论、矩阵分解和生物信息学等领域具有广泛的应用。本文主要研究了由BQP01的二次整数规划公式线性化而得到的二部布尔二次多边形(BQPm,n)的结构。给出了BQPm,n的一些基本性质和部分松弛,以及一些平面族和有效不等式。我们发现面定义不等式包括奇循环不等式族。讨论了从相关布尔二次多边形的不等式和面中获得有效不等式和面的各种方法。关键策略是基于舍入系数的,并将其应用于BQPm中的团不等式和切不等式族。
{"title":"The Bipartite Boolean Quadric Polytope","authors":"Piyashat Sripratak ,&nbsp;Abraham P. Punnen ,&nbsp;Tamon Stephen","doi":"10.1016/j.disopt.2021.100657","DOIUrl":"10.1016/j.disopt.2021.100657","url":null,"abstract":"<div><p>We consider the <span><em>Bipartite Boolean </em><em>Quadratic Programming</em><em> Problem</em></span><span> (BQP01), which generalizes the well-known Boolean quadratic programming problem (QP01). The model has applications in graph theory, matrix factorization and bioinformatics, among others. The primary focus of this paper is on studying the structure of the </span><span><em>Bipartite Boolean Quadric </em><em>Polytope</em></span> (BQP<span><math><msup><mrow></mrow><mrow><mi>m</mi><mo>,</mo><mi>n</mi></mrow></msup></math></span><span>) resulting from a linearization of a quadratic integer programming formulation of BQP01.</span></p><p>We present some basic properties and partial relaxations of BQP<span><math><msup><mrow></mrow><mrow><mi>m</mi><mo>,</mo><mi>n</mi></mrow></msup></math></span><span>, as well as some families of facets and valid inequalities. We find facet-defining inequalities including a family of odd-cycle inequalities. We discuss various approaches to obtain a valid inequality and facets from those of the related Boolean quadric polytope. The key strategy is based on rounding<span> coefficients, and it is applied to the families of clique and cut inequalities in BQP</span></span><span><math><msup><mrow></mrow><mrow><mi>m</mi><mo>,</mo><mi>n</mi></mrow></msup></math></span>.</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100657"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2021.100657","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127255795","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}
引用次数: 5
On inequalities with bounded coefficients and pitch for the min knapsack polytope 最小背包多面体的有界系数和节距不等式
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2020.100567
Daniel Bienstock , Yuri Faenza , Igor Malinović , Monaldo Mastrolilli , Ola Svensson , Mark Zuckerberg

The min knapsack problem appears as a major component in the structure of capacitated covering problems. Its polyhedral relaxations have been extensively studied, leading to strong relaxations for networking, scheduling and facility location problems.

A valid inequality αTxα0 with α0 for a min knapsack instance is said to have pitch π(π a positive integer) if the π smallest strictly positive αj sum to at least α0. An inequality with coefficients and right-hand side in {0,1,,π} has pitch π. The notion of pitch has been used for measuring the complexity of valid inequalities for the min knapsack polytope. Separating inequalities of pitch-1 is already NP-Hard. In this paper, we show an algorithm for efficiently separating inequalities with coefficients in {0,1,,π} for any fixed π up to an arbitrarily small additive error. As a special case, this allows for approximate separation of inequalities with pitch at most 2. We moreover investigate the integrality gap of minimum knapsack instances when bounded pitch inequalities (possibly in conjunction with other inequalities) are added. Among other results, we show that the CG closure of minimum knapsack has unbounded integrality gap even after a constant number of rounds.

最小背包问题是有能力覆盖问题结构中的一个重要组成部分。它的多面体松弛被广泛研究,导致网络、调度和设施选址问题的强松弛。对于最小背包实例,如果π最小的严格正αj和至少为α0,则α tx≥α0且α≥0的有效不等式α tx≥α0称为节距≤π(π为正整数)。在{0,1,…,π}中具有系数和右手边的不等式,其节距≤π。节距的概念已被用于测量最小背包多面体的有效不等式的复杂性。分离pitch-1的不等式已经是NP-Hard了。在本文中,我们给出了一种对于任意固定π直到任意小的加性误差有效分离系数为{0,1,…,π}的不等式的算法。作为一个特殊情况,这允许近似分离的不平等与最多2的音高。此外,我们还研究了当有界间距不等式(可能与其他不等式一起)加入时最小背包实例的完整性间隙。在其他结果中,我们证明了最小背包的CG闭包即使经过一定的轮数也具有无界的完整性间隙。
{"title":"On inequalities with bounded coefficients and pitch for the min knapsack polytope","authors":"Daniel Bienstock ,&nbsp;Yuri Faenza ,&nbsp;Igor Malinović ,&nbsp;Monaldo Mastrolilli ,&nbsp;Ola Svensson ,&nbsp;Mark Zuckerberg","doi":"10.1016/j.disopt.2020.100567","DOIUrl":"10.1016/j.disopt.2020.100567","url":null,"abstract":"<div><p>The min knapsack problem appears as a major component in the structure of capacitated covering problems. Its polyhedral relaxations have been extensively studied, leading to strong relaxations for networking, scheduling and facility location problems.</p><p>A valid inequality <span><math><mrow><msup><mrow><mi>α</mi></mrow><mrow><mi>T</mi></mrow></msup><mi>x</mi><mo>≥</mo><msub><mrow><mi>α</mi></mrow><mrow><mn>0</mn></mrow></msub></mrow></math></span> with <span><math><mrow><mi>α</mi><mo>≥</mo><mn>0</mn></mrow></math></span> for a min knapsack instance is said to have pitch <span><math><mrow><mo>≤</mo><mi>π</mi></mrow></math></span>\u0000(<span><math><mi>π</mi></math></span> a positive integer) if the <span><math><mi>π</mi></math></span> smallest strictly positive <span><math><msub><mrow><mi>α</mi></mrow><mrow><mi>j</mi></mrow></msub></math></span> sum to at least <span><math><msub><mrow><mi>α</mi></mrow><mrow><mn>0</mn></mrow></msub></math></span>. An inequality with coefficients and right-hand side in <span><math><mrow><mo>{</mo><mn>0</mn><mo>,</mo><mn>1</mn><mo>,</mo><mo>…</mo><mo>,</mo><mi>π</mi><mo>}</mo></mrow></math></span> has pitch <span><math><mrow><mo>≤</mo><mi>π</mi></mrow></math></span><span>. The notion of pitch has been used for measuring the complexity of valid inequalities for the min knapsack polytope. Separating inequalities of pitch-1 is already NP-Hard. In this paper, we show an algorithm for efficiently separating inequalities with coefficients in </span><span><math><mrow><mo>{</mo><mn>0</mn><mo>,</mo><mn>1</mn><mo>,</mo><mo>…</mo><mo>,</mo><mi>π</mi><mo>}</mo></mrow></math></span> for any fixed <span><math><mi>π</mi></math></span><span> up to an arbitrarily small additive error. As a special case, this allows for approximate separation of inequalities with pitch at most 2. We moreover investigate the integrality gap of minimum knapsack instances when bounded pitch inequalities (possibly in conjunction with other inequalities) are added. Among other results, we show that the CG closure of minimum knapsack has unbounded integrality gap even after a constant number of rounds.</span></p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100567"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2020.100567","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115276159","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}
引用次数: 4
Integer programming in parameterized complexity: Five miniatures 参数化复杂性中的整数规划:五个缩影
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2020.100596
Tomáš Gavenčiak , Martin Koutecký , Dušan Knop

Powerful results from the theory of integer programming have recently led to substantial advances in parameterized complexity. However, our perception is that, except for Lenstra’s algorithm for solving integer linear programming in fixed dimension, there is still little understanding in the parameterized complexity community of the strengths and limitations of the available tools. This is understandable: it is often difficult to infer exact runtimes or even the distinction between FPT and XP algorithms, and some knowledge is simply unwritten folklore in a different community. We wish to make a step in remedying this situation. To that end, we first provide an easy to navigate quick reference guide of integer programming algorithms from the perspective of parameterized complexity. Then, we show their applications in three case studies, obtaining FPT algorithms with runtime f(k)poly(n). We focus on:

  • Modeling: since the algorithmic results follow by applying existing algorithms to new models, we shift the focus from the complexity result to the modeling result, highlighting common patterns and tricks which are used.

  • Optimality program: after giving an FPT algorithm, we are interested in reducing the dependence on the parameter; we show which algorithms and tricks are often useful for speed-ups.

  • Minding the poly(n): reducing f(k) often has the unintended consequence of increasing poly(n); so we highlight the common trade-offs and show how to get the best of both worlds.

Specifically, we consider graphs of bounded neighborhood diversity which are in a sense the simplest of dense graphs, and we show several FPT algorithms for Capacitated Dominating Set, Sum Coloring, Max-q-Cut, and certain other coloring problems by modeling them as convex programs in fixed dimension, n-fold integer programs, bounded dual treewidth programs, indefinite quadratic programs in fixed dimension, parametric integer programs in fixed dimension, and 2-stage stochastic integer programs.
整数规划理论的有力结果最近导致了参数化复杂性的实质性进展。然而,我们的看法是,除了求解固定维整数线性规划的Lenstra算法外,在参数化复杂性社区中,对可用工具的优势和局限性仍然知之甚少。这是可以理解的:通常很难推断出准确的运行时,甚至很难推断出FPT和XP算法之间的区别,而且有些知识只是不同社区中不成文的民间传说。我们希望在纠正这种情况方面迈出一步。为此,我们首先从参数化复杂性的角度提供了一个易于导航的整数规划算法的快速参考指南。然后,我们在三个案例研究中展示了它们的应用,获得了运行时间为f(k)poly(n)的FPT算法。•建模:由于算法结果遵循将现有算法应用于新模型,因此我们将重点从复杂性结果转移到建模结果,突出使用的常见模式和技巧。•最优性规划:在给出FPT算法后,我们感兴趣的是减少对参数的依赖;我们展示了哪些算法和技巧通常对加速有用。注意poly(n):减少f(k)通常会产生意想不到的增加poly(n)的后果;因此,我们强调了常见的权衡,并展示了如何获得两全其美。具体地说,我们考虑了在某种意义上最简单的密集图的有界邻域多样性图,并通过将它们建模为固定维凸规划、n-fold整数规划、有界对偶树宽规划、固定维不定二次规划、固定维参数整数规划和2阶段随机整数规划,展示了几种FPT算法,用于解决Capacitated支配集、和着色、Max-q-Cut和某些其他着色问题。
{"title":"Integer programming in parameterized complexity: Five miniatures","authors":"Tomáš Gavenčiak ,&nbsp;Martin Koutecký ,&nbsp;Dušan Knop","doi":"10.1016/j.disopt.2020.100596","DOIUrl":"10.1016/j.disopt.2020.100596","url":null,"abstract":"<div><p>Powerful results from the theory of integer programming have recently led to substantial advances in parameterized complexity. However, our perception is that, except for Lenstra’s algorithm for solving integer linear programming in fixed dimension, there is still little understanding in the parameterized complexity community of the strengths and limitations of the available tools. This is understandable: it is often difficult to infer exact runtimes or even the distinction between <span><math><mi>FPT</mi></math></span> and <span><math><mi>XP</mi></math></span> algorithms, and some knowledge is simply unwritten folklore in a different community. We wish to make a step in remedying this situation. To that end, we first provide an easy to navigate quick reference guide of integer programming algorithms from the perspective of parameterized complexity. Then, we show their applications in three case studies, obtaining <span><math><mi>FPT</mi></math></span> algorithms with runtime <span><math><mrow><mi>f</mi><mrow><mo>(</mo><mi>k</mi><mo>)</mo></mrow></mrow></math></span>poly<span><math><mrow><mo>(</mo><mi>n</mi><mo>)</mo></mrow></math></span>. We focus on: </p><ul><li><span>•</span><span><p><em>Modeling</em>: since the algorithmic results follow by applying existing algorithms to new models, we shift the focus from the complexity result to the modeling result, highlighting common patterns and tricks which are used.</p></span></li><li><span>•</span><span><p><em>Optimality program:</em> after giving an <span><math><mi>FPT</mi></math></span> algorithm, we are interested in reducing the dependence on the parameter; we show which algorithms and tricks are often useful for speed-ups.</p></span></li><li><span>•</span><span><p><em>Minding the</em> poly<span><math><mrow><mo>(</mo><mi>n</mi><mo>)</mo></mrow></math></span>: reducing <span><math><mrow><mi>f</mi><mrow><mo>(</mo><mi>k</mi><mo>)</mo></mrow></mrow></math></span> often has the unintended consequence of increasing poly<span><math><mrow><mo>(</mo><mi>n</mi><mo>)</mo></mrow></math></span>; so we highlight the common trade-offs and show how to get the best of both worlds.</p></span></li></ul> Specifically, we consider graphs of bounded neighborhood diversity which are in a sense the simplest of dense graphs, and we show several <span><math><mi>FPT</mi></math></span> algorithms for <span>Capacitated Dominating Set</span>, <span>Sum Coloring</span>, <span>Max-</span>\u0000<span><math><mi>q</mi></math></span>\u0000<span>-Cut</span>, and certain other coloring problems by modeling them as convex programs in fixed dimension, <span><math><mi>n</mi></math></span>-fold integer programs, bounded dual treewidth programs, indefinite quadratic programs in fixed dimension, parametric integer programs in fixed dimension, and 2-stage stochastic integer programs.</div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100596"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2020.100596","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130068932","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}
引用次数: 15
On the intrinsic volumes of intersections of congruent balls 全等球交点的内禀体积
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2019.03.002
Károly Bezdek

Let Ed denote the d-dimensional Euclidean space. The r-ball body generated by a given set in Ed is the intersection of balls of radius r centered at the points of the given set. In this paper we prove the following Blaschke–Santaló-type inequalities for r-ball bodies: for all 1kd and for any set of given volume in Ed the kth intrinsic volume of the r-ball body generated by the set becomes maximal if the set is a ball. As an application we investigate the Gromov–Klee–Wagon problem for congruent balls in Ed, which is a question on proving or disproving that if the centers of a family of N congruent balls in Ed are contracted, then the volume of the intersection does not decrease. In particular, we investigate this problem for uniform contractions, which are contractions where all the pairwise distances in the first set of centers are larger than all the pairwise distances in the second set of centers, that is, when the pairwise distances of the two sets are separated by some positive real number. Bezdek and Naszódi (2018), proved that the intrinsic volumes of the intersection of N congruent balls in Ed, d>1 increase under any uniform contraction of the center points when N1+2d. We give a short proof of this result using the Blaschke–Santaló-type inequalities of r-ball bodies and improve it for d42.

设Ed表示d维欧几里德空间。由给定集合在Ed中生成的r球体是以给定集合的点为中心的半径为r的球的交。本文证明了r-球体的下述Blaschke-Santaló-type不等式:对于所有1≤k≤d,对于Ed中给定体积的任何集合,如果集合是球,则由该集合生成的r-球体的第k个固有体积是极大的。作为应用,我们研究了Ed中同余球的Gromov-Klee-Wagon问题,该问题是关于证明或否证如果Ed中N个同余球族的中心收缩,则相交的体积不减小的问题。特别地,我们研究了一致收缩的问题,当第一组中心的所有成对距离大于第二组中心的所有成对距离时,即当两组中心的成对距离被某个正实数隔开时。Bezdek和Naszódi(2018)证明了当N≥1+2d时,N个全等球在Ed, d>1中的交点在中心点的任意均匀收缩下,其固有体积增大。我们利用r球体的Blaschke-Santaló-type不等式对这一结果作了简短的证明,并在d≥42时加以改进。
{"title":"On the intrinsic volumes of intersections of congruent balls","authors":"Károly Bezdek","doi":"10.1016/j.disopt.2019.03.002","DOIUrl":"10.1016/j.disopt.2019.03.002","url":null,"abstract":"<div><p>Let <span><math><msup><mrow><mi>E</mi></mrow><mrow><mi>d</mi></mrow></msup></math></span> denote the <span><math><mi>d</mi></math></span>-dimensional Euclidean space. The <span><math><mi>r</mi></math></span>-ball body generated by a given set in <span><math><msup><mrow><mi>E</mi></mrow><mrow><mi>d</mi></mrow></msup></math></span> is the intersection of balls of radius <span><math><mi>r</mi></math></span> centered at the points of the given set. In this paper we prove the following Blaschke–Santaló-type inequalities for <span><math><mi>r</mi></math></span>-ball bodies: for all <span><math><mn>1</mn><mo>≤</mo><mi>k</mi><mo>≤</mo><mi>d</mi></math></span> and for any set of given volume in <span><math><msup><mrow><mi>E</mi></mrow><mrow><mi>d</mi></mrow></msup></math></span> the <span><math><mi>k</mi></math></span>th intrinsic volume of the <span><math><mi>r</mi></math></span>-ball body generated by the set becomes maximal if the set is a ball. As an application we investigate the Gromov–Klee–Wagon problem for congruent balls in <span><math><msup><mrow><mi>E</mi></mrow><mrow><mi>d</mi></mrow></msup></math></span>, which is a question on proving or disproving that if the centers of a family of <span><math><mi>N</mi></math></span> congruent balls in <span><math><msup><mrow><mi>E</mi></mrow><mrow><mi>d</mi></mrow></msup></math></span><span> are contracted, then the volume of the intersection does not decrease. In particular, we investigate this problem for uniform contractions, which are contractions where all the pairwise distances in the first set of centers are larger than all the pairwise distances in the second set of centers, that is, when the pairwise distances of the two sets are separated by some positive real number. Bezdek and Naszódi (2018), proved that the intrinsic volumes of the intersection of </span><span><math><mi>N</mi></math></span> congruent balls in <span><math><msup><mrow><mi>E</mi></mrow><mrow><mi>d</mi></mrow></msup></math></span>, <span><math><mi>d</mi><mo>&gt;</mo><mn>1</mn></math></span> increase under any uniform contraction of the center points when <span><math><mi>N</mi><mo>≥</mo><msup><mrow><mfenced><mrow><mn>1</mn><mo>+</mo><msqrt><mrow><mn>2</mn></mrow></msqrt></mrow></mfenced></mrow><mrow><mi>d</mi></mrow></msup></math></span>. We give a short proof of this result using the Blaschke–Santaló-type inequalities of <span><math><mi>r</mi></math></span>-ball bodies and improve it for <span><math><mi>d</mi><mo>≥</mo><mn>42</mn></math></span>.</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100539"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2019.03.002","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116315316","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}
引用次数: 9
Minimum energy configurations on a toric lattice as a quadratic assignment problem 作为二次分配问题的圆环晶格上的最小能量构型
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2020.100612
Daniel Brosch, Etienne de Klerk

We consider three known bounds for the quadratic assignment problem (QAP): an eigenvalue, a convex quadratic programming (CQP), and a semidefinite programming (SDP) bound. Since the last two bounds were not compared directly before, we prove that the SDP bound is stronger than the CQP bound. We then apply these to improve known bounds on a discrete energy minimization problem, reformulated as a QAP, which aims to minimize the potential energy between repulsive particles on a toric grid. Thus we are able to prove optimality for several configurations of particles and grid sizes, complementing earlier results by Bouman et al. (2013). The semidefinite programs in question are too large to solve without pre-processing, and we use a symmetry reduction method by Permenter and Parrilo (2020) to make computation of the SDP bounds possible.

我们考虑了二次分配问题(QAP)的三个已知界:特征值界、凸二次规划界和半定规划界。由于之前没有直接比较最后两个界,我们证明了SDP界比CQP界更强。然后,我们将这些应用于改进离散能量最小化问题的已知边界,该问题被重新表述为QAP,其目的是最小化环形网格上排斥粒子之间的势能。因此,我们能够证明粒子和网格尺寸的几种配置的最优性,补充了Bouman等人(2013)的早期结果。所讨论的半确定程序太大而无法在没有预处理的情况下解决,我们使用Permenter和Parrilo(2020)的对称约简方法来使SDP边界的计算成为可能。
{"title":"Minimum energy configurations on a toric lattice as a quadratic assignment problem","authors":"Daniel Brosch,&nbsp;Etienne de Klerk","doi":"10.1016/j.disopt.2020.100612","DOIUrl":"10.1016/j.disopt.2020.100612","url":null,"abstract":"<div><p>We consider three known bounds for the quadratic assignment problem (QAP): an eigenvalue, a convex quadratic programming (CQP), and a semidefinite programming (SDP) bound. Since the last two bounds were not compared directly before, we prove that the SDP bound is stronger than the CQP bound. We then apply these to improve known bounds on a discrete energy minimization problem, reformulated as a QAP, which aims to minimize the potential energy between repulsive particles on a toric grid. Thus we are able to prove optimality for several configurations of particles and grid sizes, complementing earlier results by Bouman et al. (2013). The semidefinite programs in question are too large to solve without pre-processing, and we use a symmetry reduction method by Permenter and Parrilo (2020) to make computation of the SDP bounds possible.</p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100612"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2020.100612","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114210427","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
Circuit walks in integral polyhedra 电路以整体多面体行走
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2019.100566
Steffen Borgwardt, Charles Viss

Circuits play a fundamental role in the theory of linear programming due to their intimate connection to algorithms of combinatorial optimization and the efficiency of the simplex method. We are interested in better understanding the properties of circuit walks in integral polyhedra. In this paper, we introduce a hierarchy for integral polyhedra based on different types of behavior exhibited by their circuit walks. Many problems in combinatorial optimization fall into the most interesting categories of this hierarchy — steps of circuit walks only stop at integer points, at vertices, or follow actual edges. We classify several classical families of polyhedra within the hierarchy, including 0/1-polytopes, polyhedra defined by totally unimodular matrices, and more specifically matroid polytopes, transportation polytopes, and partition polytopes. Finally, we prove three characterizations of the simple polytopes that appear in the bottom level of the hierarchy where all circuit walks are edge walks, showing that such polytopes constitute a generalization of simplices and parallelotopes.

电路在线性规划理论中起着重要的作用,因为它们与组合优化算法和单纯形法的效率密切相关。我们对更好地理解积分多面体中电路行走的性质很感兴趣。本文根据多面体在电路行走中表现出的不同行为类型,引入了一个积分多面体的层次结构。组合优化中的许多问题都属于这个层次结构中最有趣的类别——电路行走的步骤只在整数点、顶点或实际边处停止。在层次结构中,我们划分了几种经典的多面体族,包括0/1多面体、完全单模矩阵定义的多面体以及更具体的矩阵多面体、运输多面体和分割多面体。最后,我们证明了出现在层级最底层的所有电路行走都是边行走的简单多面体的三个特征,表明这种多面体构成了简单体和平行四边形的推广。
{"title":"Circuit walks in integral polyhedra","authors":"Steffen Borgwardt,&nbsp;Charles Viss","doi":"10.1016/j.disopt.2019.100566","DOIUrl":"10.1016/j.disopt.2019.100566","url":null,"abstract":"<div><p><span><span>Circuits play a fundamental role in the theory of linear programming due to their intimate connection to algorithms of combinatorial optimization and the efficiency of the simplex method<span>. We are interested in better understanding the properties of circuit walks in integral polyhedra. In this paper, we introduce a hierarchy for integral polyhedra based on different types of behavior exhibited by their circuit walks. Many problems in combinatorial optimization fall into the most interesting categories of this hierarchy — steps of circuit walks only stop at </span></span>integer points, at vertices, or follow actual edges. We classify several classical families of polyhedra within the hierarchy, including </span><span><math><mrow><mn>0</mn><mo>/</mo><mn>1</mn></mrow></math></span><span>-polytopes, polyhedra defined by totally unimodular matrices, and more specifically matroid polytopes, transportation polytopes, and partition polytopes. Finally, we prove three characterizations of the simple polytopes that appear in the bottom level of the hierarchy where all circuit walks are edge walks, showing that such polytopes constitute a generalization of simplices and parallelotopes.</span></p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100566"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2019.100566","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129798260","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}
引用次数: 7
Complexity of training ReLU neural network 训练ReLU神经网络的复杂性
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2020.100620
Digvijay Boob, Santanu S. Dey, Guanghui Lan

In this paper, we explore some basic questions on the complexity of training neural networks with ReLU activation function. We show that it is NP-hard to train a two-hidden layer feedforward ReLU neural network. If dimension of the input data and the network topology is fixed, then we show that there exists a polynomial time algorithm for the same training problem. We also show that if sufficient over-parameterization is provided in the first hidden layer of ReLU neural network, then there is a polynomial time algorithm which finds weights such that output of the over-parameterized ReLU neural network matches with the output of the given data.

本文探讨了用ReLU激活函数训练神经网络复杂性的一些基本问题。我们证明了训练一个两隐层前馈ReLU神经网络是np困难的。如果输入数据的维数和网络拓扑是固定的,那么我们证明了对于相同的训练问题存在多项式时间算法。我们还证明,如果在ReLU神经网络的第一个隐藏层提供了足够的过参数化,那么就存在一个多项式时间算法,该算法可以找到权值,使过参数化的ReLU神经网络的输出与给定数据的输出相匹配。
{"title":"Complexity of training ReLU neural network","authors":"Digvijay Boob,&nbsp;Santanu S. Dey,&nbsp;Guanghui Lan","doi":"10.1016/j.disopt.2020.100620","DOIUrl":"10.1016/j.disopt.2020.100620","url":null,"abstract":"<div><p>In this paper, we explore some basic questions on the complexity of training neural networks<span> with ReLU activation function. We show that it is NP-hard to train a two-hidden layer feedforward ReLU neural network. If dimension of the input data and the network topology is fixed, then we show that there exists a polynomial time algorithm for the same training problem. We also show that if sufficient over-parameterization is provided in the first hidden layer of ReLU neural network, then there is a polynomial time algorithm which finds weights such that output of the over-parameterized ReLU neural network matches with the output of the given data.</span></p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100620"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2020.100620","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115398189","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}
引用次数: 50
Submodular reassignment problem for reallocating agents to tasks with synergy effects 具有协同效应的agent任务再分配的子模块再分配问题
IF 1.1 4区 数学 Q3 MATHEMATICS, APPLIED Pub Date : 2022-05-01 DOI: 10.1016/j.disopt.2021.100631
Naonori Kakimura , Naoyuki Kamiyama , Yusuke Kobayashi , Yoshio Okamoto

We propose a new combinatorial optimization problem that we call the submodular reassignment problem. We are given k submodular functions over the same ground set, and we want to find a set that minimizes the sum of the distances to the sets of minimizers of all functions. The problem is motivated by a two-stage stochastic optimization problem with recourse summarized as follows. We are given two tasks to be processed and want to assign a set of workers to maximize the sum of profits. However, we do not know the value functions exactly, but only know a finite number of possible scenarios. Our goal is to determine the first-stage allocation of workers to minimize the expected number of reallocated workers after a scenario is realized at the second stage. This problem can be modeled by the submodular reassignment problem. We prove that the submodular reassignment problem can be solved in strongly polynomial time via submodular function minimization. We further provide a maximum-flow formulation of the problem that enables us to solve the problem without using a general submodular function minimization algorithm, and more efficiently both in theory and in practice. In our algorithm, we make use of Birkhoff’s representation theorem for distributive lattices.

我们提出了一个新的组合优化问题,我们称之为次模重分配问题。我们在同一个基集合上给定k个子模函数,我们想要找到一个集合使所有函数的最小值集合的距离和最小。该问题的动机是一个两阶段随机优化问题与追索权总结如下。我们有两个任务要处理,想要分配一组工人来最大化利润总额。然而,我们并不确切地知道价值函数,而只知道有限数量的可能情况。我们的目标是确定第一阶段工人的分配,以最小化在第二阶段实现场景后重新分配的工人的预期数量。这个问题可以用子模重分配问题来建模。通过子模函数最小化证明了子模重分配问题可以在强多项式时间内得到解决。我们进一步提供了一个问题的最大流量公式,使我们能够在不使用一般子模函数最小化算法的情况下解决问题,并且在理论和实践中都更有效。在我们的算法中,我们使用了分配格的Birkhoff表示定理。
{"title":"Submodular reassignment problem for reallocating agents to tasks with synergy effects","authors":"Naonori Kakimura ,&nbsp;Naoyuki Kamiyama ,&nbsp;Yusuke Kobayashi ,&nbsp;Yoshio Okamoto","doi":"10.1016/j.disopt.2021.100631","DOIUrl":"10.1016/j.disopt.2021.100631","url":null,"abstract":"<div><p><span>We propose a new combinatorial optimization problem that we call the submodular reassignment problem. We are given </span><span><math><mi>k</mi></math></span><span><span> submodular functions over the same ground set, and we want to find a set that minimizes the sum of the distances to the sets of minimizers of all functions. The problem is motivated by a two-stage stochastic optimization problem with recourse summarized as follows. We are given two tasks to be processed and want to assign a set of workers to maximize the sum of profits. However, we do not know the value functions exactly, but only know a finite number of possible scenarios. Our goal is to determine the first-stage allocation of workers to minimize the expected number of reallocated workers after a scenario is realized at the second stage. This problem can be modeled by the submodular reassignment problem. We prove that the submodular reassignment problem can be solved in strongly polynomial time via submodular function minimization. We further provide a maximum-flow formulation of the problem that enables us to solve the problem without using a general submodular function minimization algorithm, and more efficiently both in theory and in practice. In our algorithm, we make use of Birkhoff’s </span>representation theorem<span> for distributive lattices.</span></span></p></div>","PeriodicalId":50571,"journal":{"name":"Discrete Optimization","volume":"44 ","pages":"Article 100631"},"PeriodicalIF":1.1,"publicationDate":"2022-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.disopt.2021.100631","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127431038","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
期刊
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