Disjunctive Programming

Total Page:16

File Type:pdf, Size:1020Kb

Disjunctive Programming Chapter 10 Disjunctive Programming Egon Balas Introduction by Egon Balas In April 1967 I and my family arrived into the US as fresh immigrants from be- hind the Iron Curtain. After a fruitful semester spent with George Dantzig’s group in Stanford, I started working at CMU. My debut in integer programming and entry ticket into Academia was the additive algorithm for 0-1 programming [B65], an im- plicit enumeration procedure based on logical tests akin to what today goes under the name of constraint propagation. As it used only additions and comparisons, it was easy to implement and was highly popular for a while. However, I was aware of its limitations and soon after I joined CMU I started investigating cutting plane procedures, trying to use for this purpose the tools of convex analysis: support func- tions and their level sets, maximal convex extensions, polarity, etc. During the five years starting in 1969, I proposed a number of procedures based on the central idea of intersection cuts [2] (numbered references are to those at the end of the paper, whereas mnemonicized ones are to the ones listed at the end of this introduction): Given any convex set S containing the LP optimum of a mixed integer program (MIP) but containing no feasible integer point in its interior, one can generate a valid cut by intersecting the boundary of S with the extreme rays of the cone defined by the optimal solution to the linear programming relaxation of the MIP and tak- ing the hyperplane defined by the intersection points as the cut. The search for the most appropriate sets S in this role has led to the concept of outer polars and related constructs [3, 6]. In our days, the idea of intersection cuts has been revived in the form of cutting planes from convex sets with lattice-free interiors, and is the object of numerous investigations (e.g., [ALWW07], [BC07], [CM07], [DW07]). It was this line of research that has led to the idea of disjunctive programming, through a process outlined in section 1 of the paper below. Optimizing a function Egon Balas Carnegie Mellon University, Pittsburgh, USA e-mail: [email protected] M. Jünger et al. (eds.), 50 Years of Integer Programming 1958-2008, 283 DOI 10.1007/978-3-540-68279-0_10, © Springer-Verlag Berlin Heidelberg 2010 284 Egon Balas subject to a set of linear inequalities connected by conjunction or disjunction is a special type of nonconvex programming problem called disjunctive programming. Mixed 0-1 programming is its most important special case. More broadly speak- ing, disjunctive programming is optimization over a union of polyhedra. The basic document on disjunctive programming is the July 1974 technical report “Disjunc- tive Programming: Properties of the convex hull of feasible points,” MSRR #348, referenced as [10] in the survey below, which however has not appeared in print until 24 years later, when it was published as an invited paper with a preface by Gerard´ Cornuejols´ and Bill Pulleyblank [B98]. The reasons for this situation are complex. The 1974 paper was not rejected, but the report I received at the end of a very long refereeing process was asking for a revision that would have involved a major rewriting effort at a time when I was engaged in other, complementary re- search projects. As a result, when shortly thereafter I was invited by the late Peter Hammer to prepare an introductory survey of disjunctive programming for the up- coming 1977 ARIDAM conference in Vancouver, I decided to incorporate into that survey the main results of MSSR #348 and forego its publication as a stand alone paper. This is how this survey came about. Looking back on that decision, I find that not much of substance was lost. Sec- tions 2–6 of this survey adequately summarize the main findings of the 1974 pa- per, with one important exception, which I will now explain. MSRR #348 explored the basic properties of disjunctive programs from a polyhedral point of view. It gave two compact characterizations of the convex hull of a union P of polyhe- i i dra Pi = x : A x b , i Q, in a higher dimensional space, a procedure we call today extended{ formulation.≥ } ∈ The first one describes convP as the set of points x i i i i i i i satisfying x = ∑(x : i Q) for some (x ,x0), i Q, such that A x b x0,i Q, i i ∈ ∈ ≥ ∈ ∑(x0 : i Q) = 1, x0 0,i Q. The second one describes the facets of convP as the vertices∈ of the reverse≥ ∈ polar of P, defined as P# := y : yx 1 x P , shown to be the set of points y satisfying y uiAi,i Q for{ some u≥i 0 such∀ ∈ that} uibi 1, i Q. Both characterizations are linear≥ in Q∈ , the number of≥ polyhedra in the union.≥ ∈ In a certain sense the two characterizations| | are equivalent: projecting the higher-dimensional polyhedron of the convex hull characterization onto the x-space yields the set of all valid inequalities and conversely, taking the reverse polar of the reverse polar yields the convex hull. Thus in the survey paper I only included the second characterization, so that the first one did not appear in print until 1985 [B85]. But it is precisely this first characterization which has served as a prototype for the many extended formulations that have proved to be such prolific tools for polyhedral analysis of combinatorial problems, starting with the early studies of this type in the 1980’s [BP83], [BP89], [BLP89], and continuing with a plethora of results, the more recent ones being exemplified by [PW06], [A06], [CW08]. It is also this first char- acterization that was generalized to nonlinear disjunctive programming [SM99] and was extensively used in the modeling of a variety of practical situations in industry. Habent sua fata libelli, goes the Latin saying: books have their own fate. This apparently also applies to papers or theorems or discoveries. While the work on disjunctive programming, including the cutting planes that it entailed, stirred little if any enthusiasm at the time of its inception, about 15 years later when Sebas- 10 Disjunctive Programming 285 tian Ceria, Gerard´ Cornuejols´ and myself recast essentially the same results in a new framework which we called lift-and-project [BCC93], the reaction was quite different. This time our work was focused on algorithmic aspects, with the cutting planes generated in rounds and embedded into an enumerative framework (branch and cut), and was accompanied by the development of an efficient computer code (MIPO, developed by Sebastian) that was able to solve many problem instances that had been impervious to solution by branch-and-bound alone. Our interest in return- ing to the ideas of disjunctive programming was prompted by the exciting work of Lovasz´ and Schrijver on matrix cones [LS91]. We discovered that a streamlined version of the Lovasz-Schrijver´ procedure was isomorphic to the disjunctive pro- gramming procedure for generating the integer hull of a 0-1 program by starting with the higher dimensional representation and projecting it onto the original space. Thus the Lovasz-Schrijver´ Theorem according to which n applications of this pro- cedure (n being the number of 0-1 variables) yields the integer hull, follows directly from the sequential convexification procedure for facial disjunctive programs, of which 0-1 programs are a prime example (see Section 6 below). The reader will no doubt recognize in the linear program P1∗(g,α0) preceding Theorem 4.4 of section 4 below, the ancestor of the cut generating linear program of the lift-and-project (L&P) algorithm [BCC93], which is the specialization of P1∗(g,α0) to the case of the disjunction xk = 0 or xk = 1. The computational success of L&P cuts triggered a strong revival of interest in cutting planes. Gerard´ and Sebastian soon discovered [BCCN96] that mixed inte- ger Gomory (MIG) cuts, when used in the MIPO fashion, i.e., generated in rounds and embedded into a branch-and-bound framework, could also solve many of the problem instances unsolved at the time. Since the MIG cuts were easier to imple- ment than the L&P ones, they were the first to find their way into the commercial codes. The combination of cutting planes with branch and bound played a central role in the revolution in the state of the art in integer programming that started in the mid-90s. The commercial implementation of lift-and-project cuts had to await the discovery of a method [BP03], [P03] for generating them directly from the LP simplex tableau, without explicit recourse to the higher dimensional cut generating linear program. Today, due to the efforts of Pierre Bonami [BB07], an open-source implementation is also publicly available [COIN-OR]. References [A06] A. Atamturk,¨ Strong formulations of robust mixed 0-1 programming, Mathematical Programming 108 (2006) 235–250. [ALWW07] K. Andersen, Q. Louveaux, R. Weismantel and L.A. Wolsey, Inequalities from two rows of the simplex tableau, Integer Programming and Combinatorial Optimization IPCO 12 (M. Fischetti and D.P. Williamson, eds.), Springer, 2007, pp. 1–16. [B65] E. Balas, An additive algorithm for solving linear programs in 0-1 variables, Opera- tions Research 13 (1965) 517–546. [B85] E. Balas, Disjunctive programming and a hierarchy of relaxations for discrete op- timization problems, SIAM Journal on Algebraic and Discrete Methods 6 (1985) 466–486. 286 Egon Balas [B98] E. Balas, Disjunctive programming: Properties of the convex hull of feasible points, Invited paper with a Foreword by G. Cornuejols´ and G. Pulleyblank, Discrete Ap- plied Mathematics 89 (1998) 1–44.
Recommended publications
  • Curriculum Vitæ
    Aleksandr M. Kazachkov May 30, 2021 Contact Department of Industrial and Systems Engineering Website akazachk.github.io Information Herbert Wertheim College of Engineering Email akazachkov@ufl.edu 303 Weil Hall, P.O. Box 116595 Office 401B Weil Hall Gainesville, FL 32611-6595, USA Phone +1.352.273.4902 Research Discrete optimization, including theoretical, methodological, and applied aspects, with an emphasis on devel- Interests oping better cutting plane techniques and open-source computational contributions Computational economics, particularly on the fair allocation of indivisible resources and fair mechanism design Social good applications, such as humanitarian logistics and donation distribution Academic University of Florida, Department of Industrial and Systems Engineering, Gainesville, FL, USA Positions Assistant Professor January 2021 – Present Courtesy Assistant Professor March 2020 – December 2020 Polytechnique Montréal, Department of Mathematics and Industrial Engineering, Montréal, QC, Canada Postdoctoral Researcher under Andrea Lodi May 2018 – December 2020 Education Carnegie Mellon University, Tepper School of Business, Pittsburgh, PA, USA Ph.D. in Algorithms, Combinatorics, and Optimization under Egon Balas May 2018 Dissertation: Non-Recursive Cut Generation M.S. in Algorithms, Combinatorics, and Optimization May 2013 Cornell University, College of Engineering, Ithaca, NY, USA B.S. in Operations Research and Engineering with Honors, Magna Cum Laude May 2011 Publications [1] P.I. Frazier and A.M. Kazachkov. “Guessing Preferences: A New Approach to Multi-Attribute Ranking and Selection”, Winter Simulation Conference, 2011. [2] J. Karp, A.M. Kazachkov, and A.D. Procaccia. “Envy-Free Division of Sellable Goods”, AAAI Conference on Artificial Intelligence, 2014. [3] J.P. Dickerson, A.M. Kazachkov, A.D. Procaccia, and T.
    [Show full text]
  • 2019 Contents 2019
    mathematical sciences news 2019 contents 2019 Editor-in-Chief Tom Bohman Contributing Writers Letter from Department 03 Tom Bohman Head, Tom Bohman Jocelyn Duffy Bruce Gerson Florian Frick 04 Ben Panko Emily Payne Faculty Notes Ann Lyon Ritchie Franziska Weber Graphic Design and Photography 10 Carnegie Mellon University Expanding the Boundaries on Marketing & Communications Summer Undergraduate Research Mellon College of Science Communications 14 Carnegie Mellon University Frick's Fellowship Department of Mathematical Sciences Wean Hall 6113 Pittsburgh, PA 15213 20 cmu.edu/math In Memorium Carnegie Mellon University does not discriminate in admission, employment, or administration of its programs or activities on the basis of race, color, national origin, sex, 24 handicap or disability, age, sexual orientation, gender identity, religion, creed, ancestry, belief, veteran status, or genetic information. Furthermore, Carnegie Mellon University does Alumni News not discriminate and is required not to discriminate in violation of federal, state, or local laws or executive orders. Inquiries concerning the application of and compliance with this statement should be directed to the university ombudsman, Carnegie Mellon University, 5000 Forbes 26 Avenue, Pittsburgh, PA 15213, telephone 412-268-1018. Obtain general information about Carnegie Mellon University Student News by calling 412-268-2000. Produced for the Department of Mathematical Sciences by Marketing & Communications, November, 2019, 20-137. ©2019 Carnegie Mellon University, All rights reserved. No 30 part of this publication may be reproduced in any form without written permission from Carnegie Mellon University's Department of Mathematical Sciences. Class of 2019 1 Letter from Mathematics Department Head, Tom Bohman Undergraduate research has become a hallmark of a Carnegie Mellon University education, with students citing that it has helped to prepare them for their futures in academia and the workforce.
    [Show full text]
  • On the Depth of Cutting Planes
    On the depth of cutting planes Laurent Poirrier, James Yu∗ flpoirrier,[email protected] March 12, 2019 Abstract We introduce a natural notion of depth that applies to individual cutting planes as well as entire families. This depth has nice properties that make it easy to work with theoretically, and we argue that it is a good proxy for the practical strength of cutting planes. In particular, we show that its value lies in a well-defined interval, and we give parametric upper bounds on the depth of two prominent types of cutting planes: split cuts and intersection cuts from a simplex tableau. Interestingly, these parametric bounds can help explain behaviors that have been observed computationally. For polyhedra, the depth of an individual cutting plane can be computed in polynomial time through an LP formulation, and we show that it can be computed in closed form in the case of corner polyhedra. 1 Introduction Cutting planes (also called valid inequalities or cuts) have proven computationally useful since the very early history of Integer Programming (IP). In the pioneering work of Dantzig, Fulkerson and Johnson [10] on the traveling salesman problem, cutting planes were the main computational tool alongside the simplex method. They were initially less successful for general IP problems, where they were largely outperformed by Land and Doig's branch-and-bound method [23]. However, in the mid-nineties, Balas, Ceria and Cornu´ejols[2] proposed combining the two: first adding a few rounds of cuts, before resorting to branch-and-bound. Since then, cutting planes have become a central component of IP solvers [3], the most effective single families of cuts being Gomory's Mixed-Integer (GMI) cuts [19], and Nemhauser and Wolsey's Mixed-Integer Rounding (MIR) cuts [24, 25].
    [Show full text]
  • A New Column for Optima Structure Prediction and Global Optimization
    76 o N O PTIMA Mathematical Programming Society Newsletter MARCH 2008 Structure Prediction and A new column Global Optimization for Optima by Alberto Caprara Marco Locatelli Andrea Lodi Dip. Informatica, Univ. di Torino (Italy) Katya Scheinberg Fabio Schoen Dip. Sistemi e Informatica, Univ. di Firenze (Italy) This is the first issue of 2008 and it is a very dense one with a Scientific February 26, 2008 contribution on computational biology, some announcements, reports of “Every attempt to employ mathematical methods in the study of chemical conferences and events, the MPS Chairs questions must be considered profoundly irrational and contrary to the spirit in chemistry. If mathematical analysis should ever hold a prominent place Column. Thus, the extra space is limited in chemistry — an aberration which is happily almost impossible — it but we like to use few additional lines would occasion a rapid and widespread degeneration of that science.” for introducing a new feature we are — Auguste Comte particularly happy with. Starting with Cours de philosophie positive issue 76 there will be a Discussion Column whose content is tightly related “It is not yet clear whether optimization is indeed useful for biology — surely biology has been very useful for optimization” to the Scientific contribution, with ­ — Alberto Caprara a purpose of making every issue of private communication Optima recognizable through a special topic. The Discussion Column will take the form of a comment on the Scientific 1 Introduction contribution from some experts in Many new problem domains arose from the study of biological and the field other than the authors or chemical systems and several mathematical programming models an interview/discussion of a couple as well as algorithms have been developed.
    [Show full text]
  • Can Be Formulated As
    MIXED INTEGER SECOND ORDER CONE PROGRAMMING SARAH DREWES∗ AND STEFAN ULBRICH † Abstract. This paper deals with solving strategies for mixed integer second order cone problems. We present different lift-and-project based linear and convex quadratic cut generation techniques for mixed 0-1 second-order cone problems and present a new convergent outer approximation based approach to solve mixed integer SOCPs. The latter is an extension of outer approximation based approaches for continuously differ- entiable problems to subdifferentiable second order cone constraint functions. We give numerical results for some application problems, where the cuts are applied in the context of a nonlinear branch-and-cut method and the branch-and-bound based outer approximation algorithm. The different approaches are compared to each other. Key words. Mixed Integer Nonlinear Programming, Second Orde Cone Program- ming, Outer Approximation, Cuts AMS(MOS) subject classifications. 90C11 1. Introduction. Mixed Integer Second Order Cone Programs (MIS- OCP) can be formulated as min cT x s.t. Ax = b x º 0 (1.1) xj ∈ [lj ,uj ] (j ∈ J), xj ∈ Z (j ∈ J), n m,n m n where c ∈ R , A ∈ R , b ∈ R , lj ,uj ∈ R and x º 0 denotes that x ∈ R ki consists of noc part vectors xi ∈ R lying in second order cones defined by T T R Rki−1 Ki = {xi = (xi0,xi1) ∈ × : kxi1k2 ≤ xi0}. Mixed integer second order cone problems have various applications in fi- nance or engineering, for example turbine balancing problems, cardinality- constrained portfolio optimization (cf. Bertsimas and Shioda in [12]) or the problem of finding a minimum length connection network also known as the Euclidian Steiner Tree Problem (ESTP) (cf.
    [Show full text]
  • History of Operations Research
    INFORMS 2011 c 2011 INFORMS j isbn 978-0-9843378-2-8 doi: http://dx.doi.org/10.1287/educ.1110.0084 History of Operations Research Saul I. Gass University of Maryland, College Park, Maryland 20742, [email protected] Arjang A. Assad School of Management, State University of New York at Buffalo, Buffalo, New York 14260, aassad@buffalo.edu Abstract We discuss the history of operations research (OR) from the following perspectives: the origins and people of OR; the major sites of early United States OR research; the best stories from contributors to early OR; and lessons learned, or how history informs OR today. Keywords operations research; history; perspectives Tutorial Outline Part I: Origins and People of Operations Research (OR)|A Quick Tour Part II: The Major Sites of Early U.S. OR Research Part III: The Best Stories from Contributors to Early OR Part IV: Lessons Learned, or How History Informs OR Today Prologue Over the last 10 years, we have taken intersecting paths along the complex network that defines the background, development, and worldwide acceptation of OR as a scientific-based profession that is directed at resolving decision problems in business, government, industry, and society. Prior to these travels, we both spent our careers (and still are) in consulting, teaching, and related research. So, it is fitting to ask, what do we find in the pursuit of the historical aspects of OR that make it of interest to us and, we hope, of interest to you? But first, we discuss some brief background on the origins of OR and how we became interested in that area: OR had its origins in the late 1930s when a group of British Royal Air Force officers and civilian scientists were asked to determine how recently developed radar technology could be used for controlled interception of enemy aircraft.
    [Show full text]
  • Linear Programming
    LINEAR PROGRAMMING GEORGE B. DANTZIG Department of Management Science and Engineering, Stanford University, Stanford, California 94305-4023 The Story About How It Began: Some legends, a little the transportation problem was also overlooked until after about its historical significance, and comments about where others in the late 1940’s and early 1950’s had independently its many mathematical programming extensions may be rediscovered its properties. headed. What seems to characterize the pre-1947 era was lack of any interest in trying to optimize. T. Motzkin in his schol- inear programming can be viewed as part of a great arly thesis written in 1936 cites only 42 papers on linear Lrevolutionary development which has given mankind inequality systems, none of which mentioned an objective the ability to state general goals and to lay out a path of function. detailed decisions to take in order to “best” achieve its goals The major influences of the pre-1947 era were Leon- when faced with practical situations of great complexity. tief’s work on the Input-Output Model of the Economy Our tools for doing this are ways to formulate real-world (1933), an important paper by von Neumann on Game The- problems in detailed mathematical terms (models), tech- ory (1928), and another by him on steady economic growth niques for solving the models (algorithms), and engines for (1937). executing the steps of algorithms (computers and software). My own contributions grew out of my World War II This ability began in 1947, shortly after World War II, experience in the Pentagon. During the war period (1941– and has been keeping pace ever since with the extraordinary 45), I had become an expert on programming-planning growth of computing power.
    [Show full text]
  • Newsletter 18 of EUROPT
    Newsletter 18 of EUROPT EUROPT - The Continuous Optimization Working Group of EURO http://www.iam.metu.edu.tr/EUROPT/ January 2010 1 In this issue: ² Words from the chair ² Forthcoming Events ² Awards and Nominations ² Job opportunities ² Invited Short Note: "Simple bounds for boolean quadratic problems", by Yu. Nesterov ² Editor’s personal comments 2 Words from the chair Dear Members of EUROPT, dear Friends, It is once again my great pleasure to insert some salutation words in this new issue of our Newsletter. In these special days, I would like to express to all of you my best wishes for a Happy New Year 2010, and my deep thanks to the Members of the Managing Board (MB) for their permanent support and expert advice. This is also time for remembering the many important scientific events to take place during this year. They are of great interest, and I am sure of meeting most of you in some of them. I would like to express my gratitude to those members of EUROPT who are involved in the organization of these activities and, according the experience of the last years, all of them will be successfully organized. I would like to start by calling your attention on our 8th EUROPT Workshop "Advances in Continuous Optimization" (www.europt2010.com), to be held in University of Aveiro, Portugal, in July 9-10, the days previous to EURO XXIV 2010, in Lisbon (http://euro2010lisbon.org/). We kindly invite you to participate in this meeting, which is the annual meeting of our EU- ROPT group and that, in this occasion, has many additional points of interest.
    [Show full text]
  • Pioneers and Innovators (International Series in Operations
    Contents Chapter 1. PATRICK BLACKETT (1897) ................................................01 by Maurice W. Kirby, Lancaster University Jonathan Rosenhead, London School of Economics Chapter 2. STEVEN VAJDA (1901) .............................................................31 by Jakob Krarup, University of Copenhagen Chapter 3. PHILIP McCORD MORSE (1903) .........................................45 by Robert M. Oliver, University of California, Berkeley Chapter 4. JOHN von NEUMANN (1903)..................................................69 by Saul I. Gass, University of Maryland, College Park Chapter 5. CHARLES FREDERICK GOODEVE (1904).....................83 by Maurice W. Kirby, Lancaster University Chapter 6. ALBERT W. TUCKER (1905)..................................................95 by Saul I. Gass, University of Maryland, College Park XV xvi Contents Chapter 7. JACINTO STEINHARDT (1906) ......................................... 113 by Saul I. Gass, University of Maryland, College Park Chapter 8. GEORGE E. KIMBALL (1906) ............................................ 123 by John F. Magee, Arthur D. Little, Inc. (retired) Chapter 9. ELLIS A. JOHNSON (1906)................................................... 143 by Saul I. Gass, University of Maryland, College Park Chapter 10. LEONID VITAL’EVICH KANTOROVICH (1912).... 157 by Saul I. Gass, University of Maryland, College Park Jonathan Rosenhead, London School of Economics Chapter 11. C. WEST CHURCHMAN (1913)........................................ 171 by Arjang A. Assad, University at Buffalo,
    [Show full text]
  • Tight Approximations of Dynamic Risk Measures
    Tight Approximations of Dynamic Risk Measures Dan A. Iancu˚ Marek Petrik: Dharmashankar Subramanian: November 9, 2012 Abstract This paper compares two different frameworks recently introduced in the literature for measuring risk in a multi-period setting. The first corresponds to applying a single coherent risk measure to the cumulative future costs, while the second involves applying a composition of one-step coherent risk mappings. We summarize the relative strengths of the two methods, characterize several necessary and sufficient conditions under which one of the measurements always dominates the other, and introduce a metric to quantify how close the two risk measures are. Using this notion, we address the question of how tightly a given coherent measure can be approx- imated by lower or upper-bounding compositional measures. We exhibit an interesting asymmetry between the two cases: the tightest possible upper-bound can be exactly characterized, and corre- sponds to a popular construction in the literature, while the tightest-possible lower bound is not readily available. We show that testing domination and computing the approximation factors is gen- erally NP-hard, even when the risk measures in question are comonotonic and law-invariant. However, we characterize conditions and discuss several examples where polynomial-time algorithms are possible. One such case is the well-known Conditional Value-at-Risk measure, which is further explored in our companion paper Huang et al.[2012]. Our theoretical and algorithmic constructions exploit interesting connections between the study of risk measures and the theory of submodularity and combinatorial optimization, which may be of independent interest. 1 Introduction.
    [Show full text]
  • Lagrangian Relaxation for Integer Programming
    Chapter 9 Lagrangian Relaxation for Integer Programming Arthur M. Geoffrion Introduction by Arthur M. Geoffrion It is a pleasure to write this commentary because it offers an opportunity to ex- press my gratitude to several people who helped me in ways that turned out to be essential to the birth of [8]. They also had a good deal to do with shaping my early career and, consequently, much of what followed. The immediate event that triggered my interest in this topic occurred early in 1971 in connection with a consulting project I was doing for Hunt-Wesson Foods (now part of ConAgra Foods) with my colleague Glenn Graves. It was a distribution system design problem: how many distribution centers should there be and where, how should plant outputs flow through the DCs to customers, and related questions. We had figured out how to solve this large-scale MILP problem optimally via Ben- ders Decomposition, a method that had been known for about a decade but had not yet seen practical application to our knowledge. This involved repeatedly solving a large 0-1 integer linear programming master problem in alternation with as many pure classical transportation subproblems as there were commodity classes. The master problem was challenging, and one day Glenn, who did all the implementa- tion, came up with a new way to calculate conditional “penalties” to help decide which variable to branch on in our LP-based branch-and-bound approach. I regularly taught a doctoral course in those days that covered, inter alia, the main types of penalties used by branch-and-bound algorithms.
    [Show full text]
  • SIAG/OPT Views and News 27(2)
    SIAG/OPT Views and News A Forum for the SIAM Activity Group on Optimization Volume 27 Number 2 November 2019 Contents Articles Articles Recent results on the traveling salesman problem Jakub Tarnawski and Vera Traub . .1 In memory of Egon Balas Recent Results on the Traveling G´erardCornu´ejols . .7 Salesman Problem In memory of Andy Conn Philippe Toint and Nick Gould . .9 Jakub Tarnawski Bulletin Microsoft Research Event Announcements ..................................10 Zurich, Switzerland Book Announcements .................................. 11 [email protected] Other Announcements ..................................11 http://jakub.tarnawski.org Chair's Column Tam´asTerlaky . 12 Vera Traub Comments from the Editors Research Institute for Discrete Mathematics and Jennifer Erway & Pietro Belotti . 12 Hausdorff Center for Mathematics University of Bonn Germany [email protected] Are you receiving this by postal mail? Do you prefer electronic delivery? 1 Introduction Given a set of cities, what is the shortest tour visiting all of them? { This is the famous traveling salesman problem (TSP). It has played an important role in the development of combinatorial optimization, both in theoretical and com- putational work; see also [6] for an excellent introduction. In this article we will focus on approximation algorithms for TSP. The last decade has been an extremely exciting time for this area, and much progress has been made. In this article we would like to give a brief overview of the new develop- ments and shortly describe two nice, general techniques that have been instrumental in some of these advances. There are two important variants of TSP: the symmetric TSP, where the distance from A to B is the same as the distance from B to A, and the asymmetric TSP, where we do not make Email [email protected]! this symmetry assumption.
    [Show full text]