2014 Workshop on Mixed Integer Programming (MIP 2014) Abstracts!

Size: px
Start display at page:

Download "2014 Workshop on Mixed Integer Programming (MIP 2014) Abstracts!"

Transcription

1 2014 Workshop on Mixed Integer Programming (MIP 2014) Abstracts MONDAY, JULY 21: 10:00a-10:30a: Simge Küçükyavuz, Ohio State University, USA Title: Cut Generation in Optimization Problems with Multivariate Risk Constraints Abstract: We consider a class of multicriteria stochastic optimization problems that feature benchmarking constraints based on conditional value-at-risk and second-order stochastic dominance. We develop alternative mixed-integer programming formulations and solution methods for cut generation problems arising in optimization under such multivariate risk constraints. We give the complete linear description of two non-convex substructures common in these cut generation problems. We present computational results that show the effectiveness of our proposed models and methods. Joint work with Nilay Noyan. 11:00a-11:30a: François Margot, Carnegie Mellon University, USA Title: Solving Quadratic Chance Constrained Problems with Random Technology Matrix Abstract: Two broad classes of Stochastic Programming (SP) models are SPs with recourse (where decisions taken prior to realization of the stochastic events can be corrected) and chance constrained programming (CCP) (where no recourse is possible). Most of the solution approaches for CCP models deal with the case where random variables only appear in the right-hand side of the constraints and are unable to tackle problems having random variables impacting constraint coefficients (a.k.a. "random technology matrix"). We develop methods to solve CCP problems with a multi-row random technology matrix, using an exact Boolean reformulation method based on the binarization of probability distributions. For linear stochastic constraints, the method derives an equivalent mixed-integer linear programming reformulation. We extend the method to problems with bilinear stochastic constraints, deriving deterministic reformulations with trilinear terms. Such problems appear naturally in many different fields, including response model to propagation of epidemics, facility location problem with random demand, and pooling systems with uncertain quality of reservoirs and flows.

2 We report on experiments with Couenne (a COIN-OR software project) to solve the resulting trilinear deterministic problems. We discuss practical issues with several mathematically equivalent formulations for some propagation of epidemic and facility location problems. Joint work with M. Lejeune. 11:30a-12:00p: Giacomo Nannicini, SUTD, Singapore Title: An algorithm for nonlinear chance-constrained problems with applications to hydro scheduling Abstract: In the spirit of MIP, I will present very recent work on midterm hydro scheduling, which is the problem of optimizing the performance of a hydro network over a period of a few months. This decision problem is affected by uncertainty on energy prices, demands and rainfall, and we model it as a nonlinear chance-constrained mathematical program. Akin to this problem, the talk is affected by uncertainty at the present stage. There is a probability bounded away from zero that I will discuss a Branch-and-Cut algorithm based on the approach recently proposed by Jim Luedtke, which uses Benders-type cuts. However, in our case the feasible region induced by each scenario is a general convex set instead of a polyhedron. I will almost surely present a separation algorithm for the corresponding scenario subproblems that exploits projection and KKT conditions, and has some clear advantages over generalized Benders decomposition. With unknown probability I will provide a preliminary computational evaluation of the proposed method for the scheduling of a hydro network in Greece. Finally, with probability one I will apologize for giving a talk that does not correspond to this abstract. Joint work with Andrea Lodi, Enrico Malaguti and Dimitri Thomopulos. 2:00p-2:45p: Daniel Bienstock, Columbia University, USA Title: Solving QCQPs Abstract: Quadratically constrained quadratic programs, or QCQPs are a natural generalization of linear programs and, in recent years, have received growing interest, motivated by both fundamental reasons and also by many applications in science and engineering. Typically QCQPs are continuous, but the similarity with linear programming ends there, because QCQPs are usually nonconvex, and even in simple cases, are NP-hard. In fact, QCQPs are quite general, because any polynomial optimization problem can be reduced to an equivalent (and polynomially larger) QCQPs. In this talk we will review classical results and describe recent results, including (hopefully) some applications of linear mixed integer programming ideas. Joint work with Gonzalo Munoz and Irene Lo.

3 2:45p-3:15p: Poster Teasers, Part I 3:45p-4:15p: Stefan Vigerske, GAMS, Germany Title: Analyzing the computational impact of individual MINLP solver components Abstract: General-purpose solvers that address large and heterogeneous problem classes like mixed-integer nonlinear programming (MINLP) necessarily combine a variety of algorithmic techniques in their solution process. In this talk, we present recent advances in the constraint integer programming-based MINLP solver SCIP with a special focus on analyzing the computational impact of individual solver components such as branching strategies, separation routines, bound tightening techniques, and primal heuristics. Joint work with Ambros Gleixner. 4:15p-5:00p: Andreas Wächter, Northwestern University, USA Title: Hot starting NLP solvers Abstract: One reason for the efficiency of the branch-and-bound method for MILP is that LP nodes can often be solved very quickly, especially when only a small number of variables bounds are changed during strong-branching or diving. The crucial observation here is that the factorization of the basis matrix from a previously solved LP can be reused and updated in the dual Simplex method for the new LP. NLP algorithms (such as sequential quadratic programming) also require the factorization of matrices that involve parts of the constraint Jacobian during the step computation with an active-set QP solver. However, due to the nonlinearity of the constraints, these matrices change with every iterate, so that the factorization from a previously solved NLP is not the one required for the step computations during the solution of a new NLP. In this talk, we present one approach that attempts to "hot-start" the solution of a new NLP by reusing the matrix factorization available from a previously solved NLP. In this way, the work of factorizing the new constraint matrix from scratch is avoided, at the cost of multiple refinement iterations that compensate for the error. Numerical results will be presented. 5:00p-5:30p: Poster Teasers, Part II 5:30p-8:00p: Poster Session and Reception

4 TUESDAY, JULY 22: 9:30a-10:00a: Juliane Dunkel, IBM Research, Zurich, Switzerland Title: Mixed-integer programming for real-time railway control Abstract: Railway networks are operated more and more at their capacity limits, disturbances and delays propagate quickly and affect the service level experienced by customers. As a consequence, railway traffic management and, in particular, real-time railway control has become an increasingly challenging task. Revised schedules have to be computed within a few seconds, making the need of computer-aided systems to support dispatchers more and more evident. However, due to the combinatorial complexity of the underlying optimization problems and the immense sizes of instances, this problem is difficult to solve in acceptable time. Macroscopic models generally neglect important technical details as train dynamics and safety regulations, and microscopic models that incorporate many technical aspects become practically infeasible. We suggest a mixed-integer programming formulation for the problem of computing revised schedules that combines macroscopic and microscopic aspects. The formulation allows us to model bottleneck areas of a network up to microscopic detail, while uncritical areas can be considered with only macroscopic granularity. Hence, the model produces practically workable solutions. We enhance our formulation with several variable fixing procedures and show how very large instances can be solved efficiently via a rolling-horizon approach. 10:30a-11:15a: Karen Aardal, TU Delft, Netherlands Title: GMI/Split cuts based on lattice information Abstract: Cutting planes incorporated in a branch-and-bound framework is the most dominant solution approach for (mixed)-integer optimization problems. One important family of cutting planes is the family of split cuts. A computational study by Balas and Saxena indicates that the first closure associated with the family of split inequalities is a very good approximation of the convex hull of feasible solution. It is, however, NP-hard to optimize a linear function over the split closure, so achieving these results is computationally expensive. A special case of the split cuts, which can trivially be generated, is the family of GMI-inequalities that can be obtained from optimal basic feasible solutions. The computational effectiveness of these inequalities is however much more modest (Bixby, Gu, Rothberg, and Wunderling). The discrepancy between the potential effectiveness of GMI/split inequalities indicated by the study of Balas and Saxena, and the results that so far can be realized by generating such inequalities from optimal basic solutions, led

5 Cornuejols to suggest that one should look for deep split cuts that can be separated efficiently. In our work we suggest a heuristic way of generating GMI/split inequalities that is based on information from the structure of the underlying lattice. We present examples and some computational indications. This talk is based on joint work with Frederik von Heymann, Andrea Lodi, Andrea Tramontani, and Laurence Wolsey. 11:15a-12:00p: Sanjeeb Dash, IBM Research, New York, USA Title: On two-branch split cuts Abstract: In this talk we present some properties of two-branch split cuts, which generalize the split cuts of Cook, Kannan and Schrijver, and were studied by Li and Richard (2008). In particular, we show that the closure of a polyhedral set with respect to two-branch split cuts is a polyhedron. Furthermore, we use this result to show that the quadrilateral closure of the two-row continuous group relaxation the set of points satisfying all cutting planes obtained from maximal lattice-free quadrilaterals is a polyhedron. We also discuss computational results with split cuts and two-branch split cuts in a few different settings. Joint work with Oktay Gunluk and Diego Moran. 2:00p-2:30p: Marco Molinaro, Georgia Institute of Technology, USA Title: How Good Are Sparse Cutting-Planes? Abstract: Sparse cutting-planes are often the ones used in mixed-integer programing (MIP) solvers, since they help in solving the linear programs encountered during branch-&-bound more efficiently. However, how well can we approximate the integer hull by just using sparse cutting-planes? In order to understand this question better, given a polyope P (e.g. the integer hull of a MIP), let P^k be its best approximation using cuts with at most k non-zero coefficients. We consider d(p, P^k) = max_{x in P^k} (min_{y in P} x - y ) as a measure of the quality of sparse cuts. In our first result, we present general upper bounds on d(p, P^k) which depend on the number of vertices in the polytope and exhibits three phases as k increases. Our bounds imply that if P has polynomially many vertices, using half sparsity already approximates it very well. Second, we present a lower bound on d(p, P^k) for random polytopes that show that the upper bounds are quite tight. Third, we show that for a class of hard packing IPs, sparse cutting-planes do not approximate the integer hull well. Finally, we show that using sparse cuttingplanes in extended formulations is at least as good as using them in the original polyhedron, and give an example where the former is actually much better. Joint work with Santanu Dey and Qianyi Wang.

6 2:30p-3:00p: Minjiao Zhang, University of Alabama, USA Title: On Knapsack-Constrained Continuous Mixing Set Abstract: We study the knapsack-constrained continuous mixing set, which arises in the joint chance-constrained program. We characterize the extreme points and rays of the convex hull of the knapsack-constrained continuous mixing set, and develop two extended formulations and linear descriptions. In addition, for the cardinality-constrained continuous mixing set, which is a special case of the knapsack-constrained continuous mixing set, we propose the sufficient and necessary conditions for the valid inequalities, and present a set of valid inequalities in an explicit form. In particular, we show that the proposed valid inequalities are enough to describe a particular case of the cardinality-constrained continuous mixing set. 3:30p-4:00p: Pierre Bonami, IBM CPLEX, Spain Title: Cut generation through binarization Abstract: For a mixed integer linear program with bounded general integer variables, we study the combination of a reformulation introduced by Roy that maps general integer variables to a collection of binary variables and simple split cuts. We show that a pure integer problem with two bounded integer variables is solved by doing this reformulation and computing the rank-2 simple split closure. We show that this result does not generalize to problems in higher dimensions. We compare in particular rank-2 simple split cuts from the reformulated problem to intersection cuts from two dimensional lattice free sets. Finally, we present an algorithm to approximate the rank-2 simple split cut closure and report empirical results on 22 benchmark instances. We show that the bounds obtained compare favorably with those obtained with other approximate methods to compute the split closure or lattice-free cut closure. Joint work with François Margot. 4:00p-4:45p: Alper Atamtürk, UC Berkeley, USA Title: Network design with uncertain capacities Abstract: We consider a network design problem with uncertain edge capacities, which, under various assumptions, can be modeled using conic quadratic constraints on binary variables. Conic quadratic constraints on binary variables lead to supermodular or submodular knapsack problems. We will discuss cover and pack inequalities, their extensions, reductions, lifting and separation for uncorrelated and correlated cases. Joint work with Avinash Bhardwaj and Vishnu Narayanan. 4:45p-5:15p: Business meeting

7 WEDNESDAY, JULY 23: 9:30a-10:15a: Sebastian Pokutta, Georgia Institute of Technology, USA Title: The information-theoretic method in optimization Abstract: Recently problems in extended formulations, convex black-box optimization, and compressed sensing have been shown to be especially tractable via an information-theoretic approach. We provide an overview of the informationtheoretic method, the underlying paradigms, and present three applications demonstrating the power of the method, both for obtaining lower bounds as well as upper bounds. 10:45a-11:15a: Laurent Poirrier, University of Waterloo, Canada Title: Permutations in the factorization of simplex bases Abstract: The basis matrices corresponding to consecutive iterations of the simplex method only differ in a single column. This fact is commonly exploited in current LP solvers to avoid the computation of a fresh factorization at every iteration. Instead, a previous factorization is updated to reflect the modified column. We present a variant of this process for the special case where the update can be performed purely by permuting rows and columns of the factors. Joint work with Ricardo Fukasawa. 11:15a-12:00p: Zonghao Gu, Gurobi, USA Title: Solving LP and MIP Models with Piecewise Linear Objective Functions Abstract: LP and MIP models often contain piecewise linear structure; this structure may capture a true piecewise linear function, or it may be used to approximate a non-linear function. Current solvers use one optimization variable for each piece of the piecewise function, which can dramatically increase the model size. This talk will discuss extensions of the simplex and MIP B&B algorithms that allow them to solve piecewise linear models without requiring additional variables. 2:00p-2:45p: Andrea Lodi, University of Bologna, Italy Title: Indicator Constraints in Mixed-Integer Programming Abstract: Mixed Integer Linear Programming (MILP) models are commonly used to model indicator constraints, which either hold or are relaxed depending on the value of a binary variable. Classification problems with Ramp Loss functions are an important application of such models. Mixed Integer Nonlinar Programming (MINLP) models are usually dismissed because they cannot be solved as efficiently. However, we show here that a subset of classification problems can be solved much more efficiently by a MINLP model with nonconvex constraints. This calls for a

8 reconsideration of the modeling of these indicator constraints, and we present several new results and interpretations obtained by digging into the relationship between MILP and MINLP. 2:45p-3:15p: Timo Berthold, FICO Xpress Optimization, Germany Title: Cloud branching: How to exploit dual degeneracy in global search Abstract: Branch-and-bound methods for MIP are traditionally based on solving an LP relaxation and branching on a variable which takes a fractional value in the (single) computed relaxation optimum. We study branching strategies for mixedinteger programs that exploit the knowledge of *multiple* alternative optimal solutions (a cloud) of the current LP relaxation. These strategies naturally extend state-of-the-art methods like strong branching, pseudocost branching, and their hybrids. We show that by exploiting dual degeneracy, and thus multiple alternative optimal solutions, it is possible to enhance traditional methods. We present preliminary computational results, applying the newly proposed strategy to full strong branching, which is known to be the MIP branching rule leading to the fewest number of search nodes, and pseudo cost branching, which is the basis of most state-of-the-art branching algorithms. Experiments are carried out in the state-ofthe-art MIP solvers SCIP and FICO Xpress Optimizer. Joint work with Domenico Salvagnin and Gerald Gamrath. 3:45p-4:15p: Michele Monaci, University of Padova, Italy Title: Proximity Search for 0-1 Mixed-Integer Convex Programming Abstract: In this talk we investigate the effects of replacing the objective function of a 0-1 Mixed-Integer Convex Program with a ``proximity'' one, with the aim of enhancing the heuristic behavior of a black-box solver. The relationship of this approach with primal integer methods is also addressed. Promising computational results on different proof-of-concept implementations are presented, suggesting that proximity search can be very effective in quickly improving the incumbent in the early part of the search. This is particularly true when a sequence of similar MIPs has to be solved as, e.g., in a column-generation setting, or for problems that can be easily decomposed, e.g., according to a Benders' scheme. Joint work with Matteo Fischetti. 4:15p-4:45p: Jeff Linderoth, University of Wisconsin-Madison, USA Title: Orbital Conflict-When Worlds Collide Abstract: In this talk, we smash together ideas that have proven to be effective at exploiting symmetry with strong cutting planes for mixed integer programs. We

9 hope that the computational results will be earth-shattering. Joint work with Jim Ostrowski, University of Tennessee and Fabrizio Rossi and Stefano Smriglio, Universita di L Aquila. 4:45p-5:15p: Domenico Salvagnin, University of Padova, Italy Title: Detecting and exploiting permutation structures in MIPs Abstract: Many combinatorial optimization problems can be formulated as the search for the best possible permutation of a given set of objects, according to a given objective function. The corresponding MIP formulation is thus typically made of an assignment substructure, plus additional constraints and variables (as needed) to express the objective function. Unfortunately, the permutation structure is generally lost when the model is flattened out as a mixed integer program, and state-of-the-art MIP solvers do not take full advantage of it. In the present paper we propose a heuristic procedure to detect permutation problems from their MIP formulation, and show how we can take advantage of this knowledge to speedup the solution process. Computational results on quadratic assignment and single machine scheduling problems show that the technique, when embedded in a stateof-the-art MIP solver, can indeed improve performance. THURSDAY, JULY 24: 9:30a-10:00a: Raymond Hemmecke, TU Munich, Germany Title: Augmentation Algorithms for Linear and Integer Linear Programming Abstract: Separable convex IPs can be solved via polynomially many augmentation steps if best augmenting steps along Graver basis directions are performed. Using instead augmentation along directions with best ratio of cost improvement/unit length, we show that for linear objectives the number of augmentation steps is bounded by the number of elements in the Graver basis of the problem matrix, giving strongly polynomial-time algorithms for the solution of N-fold LPs and ILPs. 10:30a-11:00a: Robert Hildebrand, ETH Zurich, Switzerland Title: Convex Set Operators and Polynomial Integer Minimization in Fixed Dimension Abstract: We propose a new approach to minimizing a polynomial over the integer points in a polyhedron based on a convex set operator. This problem is known to be NP-Hard in dimension two even when the feasible region is bounded and the objective is a polynomial of degree four. We solve the feasibility problem by dividing the plane into regions where a sub-level set is convex or its complement

10 is convex. The operator then applies to solving the feasibility problem on convex sets or polyhedra after removing a convex set. We use this approach to show that cubic and homogeneous polynomials can be minimized over a polytope in dimension two in polynomial time. In particular, this completes a complexity classification by degree of the minimization problem in dimension two. 11:00a-11:45a: Warren Adams, Clemson University, USA Title: Modeling Polynomial Functions of Two Discrete Variables Abstract: Given two discrete variables x and y, the challenge is to construct efficient polyhedral representations of a general polynomial function of these variables. To obtain such representations, we recast the function in an extendedvariable space by defining a new continuous variable for each distinct nonlinear term. Then we construct, in an encompassing space, a polytope that possesses two key properties. The first property is a one-to-one correspondence between the extreme points and the number of possible pairwise-realizations of x and y. Second, at every extreme point, each variable x and y realizes one of its permissible values, and each auxiliary variable equals to its intended product. In this manner, optimization of any such polynomial function reduces to a linear program. The methodology uses Lagrange Interpolating Polynomials, as in the reformulationlinearization-technique for general discrete variables, to compute the extended spaces, and a projection operation to re-express the polytopes in more tractable lower-dimensional regions. Complete characterizations of the projections are explicitly available when one of the discrete variables is binary, extending the classic Fortet - McCormick inequalities for two binary variables. Joint work with Stephen M. Henry.

Welcome. Venue. WiFi Connection

Welcome. Venue. WiFi Connection Welcome We are happy to be welcome you to Mixed Integer Programming (MIP) 2014, hosted by the Department of Integrated Systems Engineering at the Ohio State University. The Mixed Integer Programming workshop

More information

From final point cuts to!-polyhedral cuts

From final point cuts to!-polyhedral cuts AUSSOIS 2017 From final point cuts to!-polyhedral cuts Egon Balas, Aleksandr M. Kazachkov, François Margot Tepper School of Business, Carnegie Mellon University Overview Background Generalized intersection

More information

Exploiting Degeneracy in MIP

Exploiting Degeneracy in MIP Exploiting Degeneracy in MIP Tobias Achterberg 9 January 2018 Aussois Performance Impact in Gurobi 7.5+ 35% 32.0% 30% 25% 20% 15% 14.6% 10% 5.7% 7.9% 6.6% 5% 0% 2.9% 1.2% 0.1% 2.6% 2.6% Time limit: 10000

More information

3 INTEGER LINEAR PROGRAMMING

3 INTEGER LINEAR PROGRAMMING 3 INTEGER LINEAR PROGRAMMING PROBLEM DEFINITION Integer linear programming problem (ILP) of the decision variables x 1,..,x n : (ILP) subject to minimize c x j j n j= 1 a ij x j x j 0 x j integer n j=

More information

Cloud Branching MIP workshop, Ohio State University, 23/Jul/2014

Cloud Branching MIP workshop, Ohio State University, 23/Jul/2014 Cloud Branching MIP workshop, Ohio State University, 23/Jul/2014 Timo Berthold Xpress Optimization Team Gerald Gamrath Zuse Institute Berlin Domenico Salvagnin Universita degli Studi di Padova This presentation

More information

Integer and Combinatorial Optimization

Integer and Combinatorial Optimization Integer and Combinatorial Optimization GEORGE NEMHAUSER School of Industrial and Systems Engineering Georgia Institute of Technology Atlanta, Georgia LAURENCE WOLSEY Center for Operations Research and

More information

Heuristics in MILP. Group 1 D. Assouline, N. Molyneaux, B. Morén. Supervisors: Michel Bierlaire, Andrea Lodi. Zinal 2017 Winter School

Heuristics in MILP. Group 1 D. Assouline, N. Molyneaux, B. Morén. Supervisors: Michel Bierlaire, Andrea Lodi. Zinal 2017 Winter School Heuristics in MILP Group 1 D. Assouline, N. Molyneaux, B. Morén Supervisors: Michel Bierlaire, Andrea Lodi Zinal 2017 Winter School 0 / 23 Primal heuristics Original paper: Fischetti, M. and Lodi, A. (2011).

More information

Cutting Planes for Some Nonconvex Combinatorial Optimization Problems

Cutting Planes for Some Nonconvex Combinatorial Optimization Problems Cutting Planes for Some Nonconvex Combinatorial Optimization Problems Ismael Regis de Farias Jr. Department of Industrial Engineering Texas Tech Summary Problem definition Solution strategy Multiple-choice

More information

Integer Programming Theory

Integer Programming Theory Integer Programming Theory Laura Galli October 24, 2016 In the following we assume all functions are linear, hence we often drop the term linear. In discrete optimization, we seek to find a solution x

More information

FINITE DISJUNCTIVE PROGRAMMING CHARACTERIZATIONS FOR GENERAL MIXED-INTEGER LINEAR PROGRAMS

FINITE DISJUNCTIVE PROGRAMMING CHARACTERIZATIONS FOR GENERAL MIXED-INTEGER LINEAR PROGRAMS FINITE DISJUNCTIVE PROGRAMMING CHARACTERIZATIONS FOR GENERAL MIXED-INTEGER LINEAR PROGRAMS BINYUAN CHEN, SİMGE KÜÇÜKYAVUZ, SUVRAJEET SEN Abstract. In this paper, we give a finite disjunctive programming

More information

Benders in a nutshell Matteo Fischetti, University of Padova

Benders in a nutshell Matteo Fischetti, University of Padova Benders in a nutshell Matteo Fischetti, University of Padova ODS 2017, Sorrento, September 2017 1 Benders decomposition The original Benders decomposition from the 1960s uses two distinct ingredients for

More information

Pure Cutting Plane Methods for ILP: a computational perspective

Pure Cutting Plane Methods for ILP: a computational perspective Pure Cutting Plane Methods for ILP: a computational perspective Matteo Fischetti, DEI, University of Padova Rorschach test for OR disorders: can you see the tree? 1 Outline 1. Pure cutting plane methods

More information

The Gurobi Optimizer. Bob Bixby

The Gurobi Optimizer. Bob Bixby The Gurobi Optimizer Bob Bixby Outline Gurobi Introduction Company Products Benchmarks Gurobi Technology Rethinking MIP MIP as a bag of tricks 8-Jul-11 2010 Gurobi Optimization 2 Gurobi Optimization Incorporated

More information

A robust optimization based approach to the general solution of mp-milp problems

A robust optimization based approach to the general solution of mp-milp problems 21 st European Symposium on Computer Aided Process Engineering ESCAPE 21 E.N. Pistikopoulos, M.C. Georgiadis and A. Kokossis (Editors) 2011 Elsevier B.V. All rights reserved. A robust optimization based

More information

Primal Heuristics for Branch-and-Price Algorithms

Primal Heuristics for Branch-and-Price Algorithms Primal Heuristics for Branch-and-Price Algorithms Marco Lübbecke and Christian Puchert Abstract In this paper, we present several primal heuristics which we implemented in the branch-and-price solver GCG

More information

How to use your favorite MIP Solver: modeling, solving, cannibalizing. Andrea Lodi University of Bologna, Italy

How to use your favorite MIP Solver: modeling, solving, cannibalizing. Andrea Lodi University of Bologna, Italy How to use your favorite MIP Solver: modeling, solving, cannibalizing Andrea Lodi University of Bologna, Italy andrea.lodi@unibo.it January-February, 2012 @ Universität Wien A. Lodi, How to use your favorite

More information

Solving a Challenging Quadratic 3D Assignment Problem

Solving a Challenging Quadratic 3D Assignment Problem Solving a Challenging Quadratic 3D Assignment Problem Hans Mittelmann Arizona State University Domenico Salvagnin DEI - University of Padova Quadratic 3D Assignment Problem Quadratic 3D Assignment Problem

More information

Motivation for Heuristics

Motivation for Heuristics MIP Heuristics 1 Motivation for Heuristics Why not wait for branching? Produce feasible solutions as quickly as possible Often satisfies user demands Avoid exploring unproductive sub trees Better reduced

More information

Optimality certificates for convex minimization and Helly numbers

Optimality certificates for convex minimization and Helly numbers Optimality certificates for convex minimization and Helly numbers Amitabh Basu Michele Conforti Gérard Cornuéjols Robert Weismantel Stefan Weltge October 20, 2016 Abstract We consider the problem of minimizing

More information

Modern Benders (in a nutshell)

Modern Benders (in a nutshell) Modern Benders (in a nutshell) Matteo Fischetti, University of Padova (based on joint work with Ivana Ljubic and Markus Sinnl) Lunteren Conference on the Mathematics of Operations Research, January 17,

More information

Optimality certificates for convex minimization and Helly numbers

Optimality certificates for convex minimization and Helly numbers Optimality certificates for convex minimization and Helly numbers Amitabh Basu Michele Conforti Gérard Cornuéjols Robert Weismantel Stefan Weltge May 10, 2017 Abstract We consider the problem of minimizing

More information

On the selection of Benders cuts

On the selection of Benders cuts Mathematical Programming manuscript No. (will be inserted by the editor) On the selection of Benders cuts Matteo Fischetti Domenico Salvagnin Arrigo Zanette Received: date / Revised 23 February 2010 /Accepted:

More information

The Heuristic (Dark) Side of MIP Solvers. Asja Derviskadic, EPFL Vit Prochazka, NHH Christoph Schaefer, EPFL

The Heuristic (Dark) Side of MIP Solvers. Asja Derviskadic, EPFL Vit Prochazka, NHH Christoph Schaefer, EPFL The Heuristic (Dark) Side of MIP Solvers Asja Derviskadic, EPFL Vit Prochazka, NHH Christoph Schaefer, EPFL 1 Table of content [Lodi], The Heuristic (Dark) Side of MIP Solvers, Hybrid Metaheuristics, 273-284,

More information

The Gurobi Solver V1.0

The Gurobi Solver V1.0 The Gurobi Solver V1.0 Robert E. Bixby Gurobi Optimization & Rice University Ed Rothberg, Zonghao Gu Gurobi Optimization 1 1 Oct 09 Overview Background Rethinking the MIP solver Introduction Tree of Trees

More information

THEORY OF LINEAR AND INTEGER PROGRAMMING

THEORY OF LINEAR AND INTEGER PROGRAMMING THEORY OF LINEAR AND INTEGER PROGRAMMING ALEXANDER SCHRIJVER Centrum voor Wiskunde en Informatica, Amsterdam A Wiley-Inter science Publication JOHN WILEY & SONS^ Chichester New York Weinheim Brisbane Singapore

More information

Stable sets, corner polyhedra and the Chvátal closure

Stable sets, corner polyhedra and the Chvátal closure Stable sets, corner polyhedra and the Chvátal closure Manoel Campêlo Departamento de Estatística e Matemática Aplicada, Universidade Federal do Ceará, Brazil, mcampelo@lia.ufc.br. Gérard Cornuéjols Tepper

More information

On the Global Solution of Linear Programs with Linear Complementarity Constraints

On the Global Solution of Linear Programs with Linear Complementarity Constraints On the Global Solution of Linear Programs with Linear Complementarity Constraints J. E. Mitchell 1 J. Hu 1 J.-S. Pang 2 K. P. Bennett 1 G. Kunapuli 1 1 Department of Mathematical Sciences RPI, Troy, NY

More information

The MIP-Solving-Framework SCIP

The MIP-Solving-Framework SCIP The MIP-Solving-Framework SCIP Timo Berthold Zuse Institut Berlin DFG Research Center MATHEON Mathematics for key technologies Berlin, 23.05.2007 What Is A MIP? Definition MIP The optimization problem

More information

Heuristics in Commercial MIP Solvers Part I (Heuristics in IBM CPLEX)

Heuristics in Commercial MIP Solvers Part I (Heuristics in IBM CPLEX) Andrea Tramontani CPLEX Optimization, IBM CWI, Amsterdam, June 12, 2018 Heuristics in Commercial MIP Solvers Part I (Heuristics in IBM CPLEX) Agenda CPLEX Branch-and-Bound (B&B) Primal heuristics in CPLEX

More information

Experiments On General Disjunctions

Experiments On General Disjunctions Experiments On General Disjunctions Some Dumb Ideas We Tried That Didn t Work* and Others We Haven t Tried Yet *But that may provide some insight Ted Ralphs, Serdar Yildiz COR@L Lab, Department of Industrial

More information

On Mixed-Integer (Linear) Programming and its connection with Data Science

On Mixed-Integer (Linear) Programming and its connection with Data Science On Mixed-Integer (Linear) Programming and its connection with Data Science Andrea Lodi Canada Excellence Research Chair École Polytechnique de Montréal, Québec, Canada andrea.lodi@polymtl.ca January 16-20,

More information

Fundamentals of Integer Programming

Fundamentals of Integer Programming Fundamentals of Integer Programming Di Yuan Department of Information Technology, Uppsala University January 2018 Outline Definition of integer programming Formulating some classical problems with integer

More information

A Local Dominance Procedure for Mixed-Integer Linear Programming

A Local Dominance Procedure for Mixed-Integer Linear Programming A Local Dominance Procedure for Mixed-Integer Linear Programming Matteo Fischetti ( ) and Domenico Salvagnin ( ) ( ) DEI, University of Padova, Italy ( ) DMPA, University of Padova, Italy e-mail: matteo.fischetti@unipd.it,

More information

SCIP. 1 Introduction. 2 Model requirements. Contents. Stefan Vigerske, Humboldt University Berlin, Germany

SCIP. 1 Introduction. 2 Model requirements. Contents. Stefan Vigerske, Humboldt University Berlin, Germany SCIP Stefan Vigerske, Humboldt University Berlin, Germany Contents 1 Introduction.................................................. 673 2 Model requirements..............................................

More information

Tutorial on Integer Programming for Visual Computing

Tutorial on Integer Programming for Visual Computing Tutorial on Integer Programming for Visual Computing Peter Wonka and Chi-han Peng November 2018 1 1 Notation The vector space is denoted as R,R n,r m n,v,w Matricies are denoted by upper case, italic,

More information

Addressing degeneracy in the dual simplex algorithm using a decompositon approach

Addressing degeneracy in the dual simplex algorithm using a decompositon approach Addressing degeneracy in the dual simplex algorithm using a decompositon approach Ambros Gleixner, Stephen J Maher, Matthias Miltenberger Zuse Institute Berlin Berlin, Germany 16th July 2015 @sj_maher

More information

Advanced Use of GAMS Solver Links

Advanced Use of GAMS Solver Links Advanced Use of GAMS Solver Links Michael Bussieck, Steven Dirkse, Stefan Vigerske GAMS Development 8th January 2013, ICS Conference, Santa Fe Standard GAMS solve Solve william minimizing cost using mip;

More information

Integer Programming ISE 418. Lecture 7. Dr. Ted Ralphs

Integer Programming ISE 418. Lecture 7. Dr. Ted Ralphs Integer Programming ISE 418 Lecture 7 Dr. Ted Ralphs ISE 418 Lecture 7 1 Reading for This Lecture Nemhauser and Wolsey Sections II.3.1, II.3.6, II.4.1, II.4.2, II.5.4 Wolsey Chapter 7 CCZ Chapter 1 Constraint

More information

Exact Algorithms for Mixed-Integer Bilevel Linear Programming

Exact Algorithms for Mixed-Integer Bilevel Linear Programming Exact Algorithms for Mixed-Integer Bilevel Linear Programming Matteo Fischetti, University of Padova (based on joint work with I. Ljubic, M. Monaci, and M. Sinnl) Lunteren Conference on the Mathematics

More information

A Lifted Linear Programming Branch-and-Bound Algorithm for Mixed Integer Conic Quadratic Programs

A Lifted Linear Programming Branch-and-Bound Algorithm for Mixed Integer Conic Quadratic Programs A Lifted Linear Programming Branch-and-Bound Algorithm for Mixed Integer Conic Quadratic Programs Juan Pablo Vielma Shabbir Ahmed George L. Nemhauser H. Milton Stewart School of Industrial and Systems

More information

MVE165/MMG630, Applied Optimization Lecture 8 Integer linear programming algorithms. Ann-Brith Strömberg

MVE165/MMG630, Applied Optimization Lecture 8 Integer linear programming algorithms. Ann-Brith Strömberg MVE165/MMG630, Integer linear programming algorithms Ann-Brith Strömberg 2009 04 15 Methods for ILP: Overview (Ch. 14.1) Enumeration Implicit enumeration: Branch and bound Relaxations Decomposition methods:

More information

A Parallel Macro Partitioning Framework for Solving Mixed Integer Programs

A Parallel Macro Partitioning Framework for Solving Mixed Integer Programs This research is funded by NSF, CMMI and CIEG 0521953: Exploiting Cyberinfrastructure to Solve Real-time Integer Programs A Parallel Macro Partitioning Framework for Solving Mixed Integer Programs Mahdi

More information

Global Solution of Mixed-Integer Dynamic Optimization Problems

Global Solution of Mixed-Integer Dynamic Optimization Problems European Symposium on Computer Arded Aided Process Engineering 15 L. Puigjaner and A. Espuña (Editors) 25 Elsevier Science B.V. All rights reserved. Global Solution of Mixed-Integer Dynamic Optimization

More information

Penalty Alternating Direction Methods for Mixed- Integer Optimization: A New View on Feasibility Pumps

Penalty Alternating Direction Methods for Mixed- Integer Optimization: A New View on Feasibility Pumps Penalty Alternating Direction Methods for Mixed- Integer Optimization: A New View on Feasibility Pumps Björn Geißler, Antonio Morsi, Lars Schewe, Martin Schmidt FAU Erlangen-Nürnberg, Discrete Optimization

More information

Linear programming and duality theory

Linear programming and duality theory Linear programming and duality theory Complements of Operations Research Giovanni Righini Linear Programming (LP) A linear program is defined by linear constraints, a linear objective function. Its variables

More information

LaGO - A solver for mixed integer nonlinear programming

LaGO - A solver for mixed integer nonlinear programming LaGO - A solver for mixed integer nonlinear programming Ivo Nowak June 1 2005 Problem formulation MINLP: min f(x, y) s.t. g(x, y) 0 h(x, y) = 0 x [x, x] y [y, y] integer MINLP: - n

More information

S-free Sets for Polynomial Optimization

S-free Sets for Polynomial Optimization S-free Sets for and Daniel Bienstock, Chen Chen, Gonzalo Muñoz, IEOR, Columbia University May, 2017 SIAM OPT 2017 S-free sets for PolyOpt 1 The Polyhedral Approach TighteningP with an S-free setc conv(p

More information

Outline. Modeling. Outline DMP204 SCHEDULING, TIMETABLING AND ROUTING. 1. Models Lecture 5 Mixed Integer Programming Models and Exercises

Outline. Modeling. Outline DMP204 SCHEDULING, TIMETABLING AND ROUTING. 1. Models Lecture 5 Mixed Integer Programming Models and Exercises Outline DMP204 SCHEDULING, TIMETABLING AND ROUTING 1. Lecture 5 Mixed Integer Programming and Exercises Marco Chiarandini 2. 3. 2 Outline Modeling 1. Min cost flow Shortest path 2. Max flow Assignment

More information

Integer Programming ISE 418. Lecture 1. Dr. Ted Ralphs

Integer Programming ISE 418. Lecture 1. Dr. Ted Ralphs Integer Programming ISE 418 Lecture 1 Dr. Ted Ralphs ISE 418 Lecture 1 1 Reading for This Lecture N&W Sections I.1.1-I.1.4 Wolsey Chapter 1 CCZ Chapter 2 ISE 418 Lecture 1 2 Mathematical Optimization Problems

More information

Implementing a B&C algorithm for Mixed-Integer Bilevel Linear Programming

Implementing a B&C algorithm for Mixed-Integer Bilevel Linear Programming Implementing a B&C algorithm for Mixed-Integer Bilevel Linear Programming Matteo Fischetti, University of Padova 8th Cargese-Porquerolles Workshop on Combinatorial Optimization, August 2017 1 Bilevel Optimization

More information

Branch-and-cut implementation of Benders decomposition Matteo Fischetti, University of Padova

Branch-and-cut implementation of Benders decomposition Matteo Fischetti, University of Padova Branch-and-cut implementation of Benders decomposition Matteo Fischetti, University of Padova 8th Cargese-Porquerolles Workshop on Combinatorial Optimization, August 2017 1 Mixed-Integer Programming We

More information

Stochastic Separable Mixed-Integer Nonlinear Programming via Nonconvex Generalized Benders Decomposition

Stochastic Separable Mixed-Integer Nonlinear Programming via Nonconvex Generalized Benders Decomposition Stochastic Separable Mixed-Integer Nonlinear Programming via Nonconvex Generalized Benders Decomposition Xiang Li Process Systems Engineering Laboratory Department of Chemical Engineering Massachusetts

More information

Review of Mixed-Integer Nonlinear and Generalized Disjunctive Programming Methods

Review of Mixed-Integer Nonlinear and Generalized Disjunctive Programming Methods Carnegie Mellon University Research Showcase @ CMU Department of Chemical Engineering Carnegie Institute of Technology 2-2014 Review of Mixed-Integer Nonlinear and Generalized Disjunctive Programming Methods

More information

A COMPUTATIONAL STUDY OF THE CUTTING PLANE TREE ALGORITHM FOR GENERAL MIXED-INTEGER LINEAR PROGRAMS

A COMPUTATIONAL STUDY OF THE CUTTING PLANE TREE ALGORITHM FOR GENERAL MIXED-INTEGER LINEAR PROGRAMS A COMPUTATIONAL STUDY OF THE CUTTING PLANE TREE ALGORITHM FOR GENERAL MIXED-INTEGER LINEAR PROGRAMS BINYUAN CHEN, SİMGE KÜÇÜKYAVUZ, AND SUVRAJEET SEN Abstract. The cutting plane tree (CPT) algorithm provides

More information

Restrict-and-relax search for 0-1 mixed-integer programs

Restrict-and-relax search for 0-1 mixed-integer programs EURO J Comput Optim (23) :2 28 DOI.7/s3675-3-7-y ORIGINAL PAPER Restrict-and-relax search for - mixed-integer programs Menal Guzelsoy George Nemhauser Martin Savelsbergh Received: 2 September 22 / Accepted:

More information

Split-Cuts and the Stable Set Polytope of Quasi-Line Graphs

Split-Cuts and the Stable Set Polytope of Quasi-Line Graphs Split-Cuts and the Stable Set Polytope of Quasi-Line Graphs Friedrich Eisenbrand Joint work with G. Oriolo, P. Ventura and G. Stauffer Gomory cutting planes P = {x n Ax b} polyhedron, c T x δ, c n valid

More information

Noncommercial Software for Mixed-Integer Linear Programming

Noncommercial Software for Mixed-Integer Linear Programming Noncommercial Software for Mixed-Integer Linear Programming J. T. Linderoth T. K. Ralphs December 23, 2004 Abstract We present an overview of noncommercial software tools for the solution of mixed-integer

More information

Solving a Challenging Quadratic 3D Assignment Problem

Solving a Challenging Quadratic 3D Assignment Problem Solving a Challenging Quadratic 3D Assignment Problem Hans Mittelmann Arizona State University Domenico Salvagnin DEI - University of Padova Quadratic 3D Assignment Problem Quadratic 3D Assignment Problem

More information

A Generic Separation Algorithm and Its Application to the Vehicle Routing Problem

A Generic Separation Algorithm and Its Application to the Vehicle Routing Problem A Generic Separation Algorithm and Its Application to the Vehicle Routing Problem Presented by: Ted Ralphs Joint work with: Leo Kopman Les Trotter Bill Pulleyblank 1 Outline of Talk Introduction Description

More information

Primal Heuristics in SCIP

Primal Heuristics in SCIP Primal Heuristics in SCIP Timo Berthold Zuse Institute Berlin DFG Research Center MATHEON Mathematics for key technologies Berlin, 10/11/2007 Outline 1 Introduction Basics Integration Into SCIP 2 Available

More information

Linear and Integer Programming :Algorithms in the Real World. Related Optimization Problems. How important is optimization?

Linear and Integer Programming :Algorithms in the Real World. Related Optimization Problems. How important is optimization? Linear and Integer Programming 15-853:Algorithms in the Real World Linear and Integer Programming I Introduction Geometric Interpretation Simplex Method Linear or Integer programming maximize z = c T x

More information

Applied Mixed Integer Programming: Beyond 'The Optimum'

Applied Mixed Integer Programming: Beyond 'The Optimum' Applied Mixed Integer Programming: Beyond 'The Optimum' 14 Nov 2016, Simons Institute, Berkeley Pawel Lichocki Operations Research Team, Google https://developers.google.com/optimization/ Applied Mixed

More information

Investigating Mixed-Integer Hulls using a MIP-Solver

Investigating Mixed-Integer Hulls using a MIP-Solver Investigating Mixed-Integer Hulls using a MIP-Solver Matthias Walter Otto-von-Guericke Universität Magdeburg Joint work with Volker Kaibel (OvGU) Aussois Combinatorial Optimization Workshop 2015 Outline

More information

Introduction to Mathematical Programming IE406. Lecture 20. Dr. Ted Ralphs

Introduction to Mathematical Programming IE406. Lecture 20. Dr. Ted Ralphs Introduction to Mathematical Programming IE406 Lecture 20 Dr. Ted Ralphs IE406 Lecture 20 1 Reading for This Lecture Bertsimas Sections 10.1, 11.4 IE406 Lecture 20 2 Integer Linear Programming An integer

More information

A LARGE SCALE INTEGER AND COMBINATORIAL OPTIMIZER

A LARGE SCALE INTEGER AND COMBINATORIAL OPTIMIZER A LARGE SCALE INTEGER AND COMBINATORIAL OPTIMIZER By Qun Chen A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Industrial Engineering) at the

More information

2 The Service Provision Problem The formulation given here can also be found in Tomasgard et al. [6]. That paper also details the background of the mo

2 The Service Provision Problem The formulation given here can also be found in Tomasgard et al. [6]. That paper also details the background of the mo Two-Stage Service Provision by Branch and Bound Shane Dye Department ofmanagement University of Canterbury Christchurch, New Zealand s.dye@mang.canterbury.ac.nz Asgeir Tomasgard SINTEF, Trondheim, Norway

More information

NOTATION AND TERMINOLOGY

NOTATION AND TERMINOLOGY 15.053x, Optimization Methods in Business Analytics Fall, 2016 October 4, 2016 A glossary of notation and terms used in 15.053x Weeks 1, 2, 3, 4 and 5. (The most recent week's terms are in blue). NOTATION

More information

Outline. Column Generation: Cutting Stock A very applied method. Introduction to Column Generation. Given an LP problem

Outline. Column Generation: Cutting Stock A very applied method. Introduction to Column Generation. Given an LP problem Column Generation: Cutting Stock A very applied method thst@man.dtu.dk Outline History The Simplex algorithm (re-visited) Column Generation as an extension of the Simplex algorithm A simple example! DTU-Management

More information

Column Generation: Cutting Stock

Column Generation: Cutting Stock Column Generation: Cutting Stock A very applied method thst@man.dtu.dk DTU-Management Technical University of Denmark 1 Outline History The Simplex algorithm (re-visited) Column Generation as an extension

More information

Comparisons of Commercial MIP Solvers and an Adaptive Memory (Tabu Search) Procedure for a Class of 0-1 Integer Programming Problems

Comparisons of Commercial MIP Solvers and an Adaptive Memory (Tabu Search) Procedure for a Class of 0-1 Integer Programming Problems Comparisons of Commercial MIP Solvers and an Adaptive Memory (Tabu Search) Procedure for a Class of 0-1 Integer Programming Problems Lars M. Hvattum The Norwegian University of Science and Technology Trondheim,

More information

Algorithms for Decision Support. Integer linear programming models

Algorithms for Decision Support. Integer linear programming models Algorithms for Decision Support Integer linear programming models 1 People with reduced mobility (PRM) require assistance when travelling through the airport http://www.schiphol.nl/travellers/atschiphol/informationforpassengerswithreducedmobility.htm

More information

2010 Mixed Integer Programming Workshop. July 26th - 29th Georgia Institute of Technology, Atlanta, GA

2010 Mixed Integer Programming Workshop. July 26th - 29th Georgia Institute of Technology, Atlanta, GA 2010 Mixed Integer Programming Workshop July 26th - 29th Georgia Institute of Technology, Atlanta, GA Sponsors We are grateful to the following sponsors for their support of MIP2010. The sponsors are listed

More information

Introduction to Mathematical Programming IE496. Final Review. Dr. Ted Ralphs

Introduction to Mathematical Programming IE496. Final Review. Dr. Ted Ralphs Introduction to Mathematical Programming IE496 Final Review Dr. Ted Ralphs IE496 Final Review 1 Course Wrap-up: Chapter 2 In the introduction, we discussed the general framework of mathematical modeling

More information

Some Advanced Topics in Linear Programming

Some Advanced Topics in Linear Programming Some Advanced Topics in Linear Programming Matthew J. Saltzman July 2, 995 Connections with Algebra and Geometry In this section, we will explore how some of the ideas in linear programming, duality theory,

More information

Algorithms for Integer Programming

Algorithms for Integer Programming Algorithms for Integer Programming Laura Galli November 9, 2016 Unlike linear programming problems, integer programming problems are very difficult to solve. In fact, no efficient general algorithm is

More information

Computational Integer Programming. Lecture 12: Branch and Cut. Dr. Ted Ralphs

Computational Integer Programming. Lecture 12: Branch and Cut. Dr. Ted Ralphs Computational Integer Programming Lecture 12: Branch and Cut Dr. Ted Ralphs Computational MILP Lecture 12 1 Reading for This Lecture Wolsey Section 9.6 Nemhauser and Wolsey Section II.6 Martin Computational

More information

From the Separation to the Intersection Sub-problem in Benders Decomposition Models with Prohibitively-Many Constraints

From the Separation to the Intersection Sub-problem in Benders Decomposition Models with Prohibitively-Many Constraints From the Separation to the Intersection Sub-problem in Benders Decomposition Models with Prohibitively-Many Constraints Daniel Porumbel CEDRIC CS Lab, CNAM, 292 rue Saint-Martin, F-75141 Paris, France

More information

Improving the heuristic performance of Benders decomposition

Improving the heuristic performance of Benders decomposition Improving the heuristic performance of Benders decomposition Stephen J. Maher Department of Management Science, Lancaster University, Bailrigg, Lancaster LA1 4YX, UK Abstract A general enhancement of the

More information

Discrete Optimization

Discrete Optimization Minisymposium 1 Discrete Optimization Leiter des Symposiums: Prof. Dr. Jens Vygen Prof. Dr. Robert Weismantel Forschungsinstitut für Fakultät für Mathematik / IMO Diskrete Mathematik Universität Bonn Otto-von-Guericke-Universität

More information

arxiv: v4 [math.oc] 4 Nov 2018

arxiv: v4 [math.oc] 4 Nov 2018 BCOL RESEARCH REPORT 17.02 Industrial Engineering & Operations Research University of California, Berkeley, CA 94720 1777 arxiv:1706.05795v4 [math.oc] 4 Nov 2018 SIMPLEX QP-BASED METHODS FOR MINIMIZING

More information

George Reloaded. M. Monaci (University of Padova, Italy) joint work with M. Fischetti. MIP Workshop, July 2010

George Reloaded. M. Monaci (University of Padova, Italy) joint work with M. Fischetti. MIP Workshop, July 2010 George Reloaded M. Monaci (University of Padova, Italy) joint work with M. Fischetti MIP Workshop, July 2010 Why George? Because of Karzan, Nemhauser, Savelsbergh Information-based branching schemes for

More information

Cover Inequalities. As mentioned above, the cover inequalities were first presented in the context of the 0-1 KP. The 0-1 KP takes the following form:

Cover Inequalities. As mentioned above, the cover inequalities were first presented in the context of the 0-1 KP. The 0-1 KP takes the following form: Cover Inequalities Konstantinos Kaparis Adam N. Letchford Many problems arising in OR/MS can be formulated as Mixed-Integer Linear Programs (MILPs); see entry #1.4.1.1. If one wishes to solve a class of

More information

A Center-Cut Algorithm for Quickly Obtaining Feasible Solutions and Solving Convex MINLP Problems

A Center-Cut Algorithm for Quickly Obtaining Feasible Solutions and Solving Convex MINLP Problems A Center-Cut Algorithm for Quickly Obtaining Feasible Solutions and Solving Convex MINLP Problems Jan Kronqvist a, David E. Bernal b, Andreas Lundell a, and Tapio Westerlund a a Faculty of Science and

More information

Improving Dual Bound for Stochastic MILP Models Using Sensitivity Analysis

Improving Dual Bound for Stochastic MILP Models Using Sensitivity Analysis Improving Dual Bound for Stochastic MILP Models Using Sensitivity Analysis Vijay Gupta Ignacio E. Grossmann Department of Chemical Engineering Carnegie Mellon University, Pittsburgh Bora Tarhan ExxonMobil

More information

The Stochastic Generalized Assignment Problem with Coordination. Constraints

The Stochastic Generalized Assignment Problem with Coordination. Constraints Department of Industrial Engineering and Management Sciences Northwestern University, Evanston, Illinois, 60208-3119, U.S.A. Working Paper No. 12-03 The Stochastic Generalized Assignment Problem with Coordination

More information

High performance computing and the simplex method

High performance computing and the simplex method Julian Hall, Qi Huangfu and Edmund Smith School of Mathematics University of Edinburgh 12th April 2011 The simplex method for LP Not... Nonlinear programming... Integer programming... Stochastic programming......

More information

Lecture 3. Corner Polyhedron, Intersection Cuts, Maximal Lattice-Free Convex Sets. Tepper School of Business Carnegie Mellon University, Pittsburgh

Lecture 3. Corner Polyhedron, Intersection Cuts, Maximal Lattice-Free Convex Sets. Tepper School of Business Carnegie Mellon University, Pittsburgh Lecture 3 Corner Polyhedron, Intersection Cuts, Maximal Lattice-Free Convex Sets Gérard Cornuéjols Tepper School of Business Carnegie Mellon University, Pittsburgh January 2016 Mixed Integer Linear Programming

More information

Minimal Infeasible Subsystems and Benders cuts

Minimal Infeasible Subsystems and Benders cuts Mathematical Programming manuscript No. (will be inserted by the editor) Matteo Fischetti Domenico Salvagnin Arrigo Zanette Minimal Infeasible Subsystems and Benders cuts Received: date / Revised Sept.

More information

The Ascendance of the Dual Simplex Method: A Geometric View

The Ascendance of the Dual Simplex Method: A Geometric View The Ascendance of the Dual Simplex Method: A Geometric View Robert Fourer 4er@ampl.com AMPL Optimization Inc. www.ampl.com +1 773-336-AMPL U.S.-Mexico Workshop on Optimization and Its Applications Huatulco

More information

Disjunctive Programming

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 behind the Iron Curtain. After a fruitful semester spent

More information

The Supporting Hyperplane Optimization Toolkit A Polyhedral Outer Approximation Based Convex MINLP Solver Utilizing a Single Branching Tree Approach

The Supporting Hyperplane Optimization Toolkit A Polyhedral Outer Approximation Based Convex MINLP Solver Utilizing a Single Branching Tree Approach The Supporting Hyperplane Optimization Toolkit A Polyhedral Outer Approximation Based Convex MINLP Solver Utilizing a Single Branching Tree Approach Andreas Lundell a, Jan Kronqvist b, and Tapio Westerlund

More information

Financial Optimization ISE 347/447. Lecture 13. Dr. Ted Ralphs

Financial Optimization ISE 347/447. Lecture 13. Dr. Ted Ralphs Financial Optimization ISE 347/447 Lecture 13 Dr. Ted Ralphs ISE 347/447 Lecture 13 1 Reading for This Lecture C&T Chapter 11 ISE 347/447 Lecture 13 2 Integer Linear Optimization An integer linear optimization

More information

OPTIMIZATION METHODS

OPTIMIZATION METHODS D. Nagesh Kumar Associate Professor Department of Civil Engineering, Indian Institute of Science, Bangalore - 50 0 Email : nagesh@civil.iisc.ernet.in URL: http://www.civil.iisc.ernet.in/~nagesh Brief Contents

More information

Integer Programming Explained Through Gomory s Cutting Plane Algorithm and Column Generation

Integer Programming Explained Through Gomory s Cutting Plane Algorithm and Column Generation Integer Programming Explained Through Gomory s Cutting Plane Algorithm and Column Generation Banhirup Sengupta, Dipankar Mondal, Prajjal Kumar De, Souvik Ash Proposal Description : ILP [integer linear

More information

Solving lexicographic multiobjective MIPs with Branch-Cut-Price

Solving lexicographic multiobjective MIPs with Branch-Cut-Price Solving lexicographic multiobjective MIPs with Branch-Cut-Price Marta Eso (The Hotchkiss School) Laszlo Ladanyi (IBM T.J. Watson Research Center) David Jensen (IBM T.J. Watson Research Center) McMaster

More information

LP-Modelling. dr.ir. C.A.J. Hurkens Technische Universiteit Eindhoven. January 30, 2008

LP-Modelling. dr.ir. C.A.J. Hurkens Technische Universiteit Eindhoven. January 30, 2008 LP-Modelling dr.ir. C.A.J. Hurkens Technische Universiteit Eindhoven January 30, 2008 1 Linear and Integer Programming After a brief check with the backgrounds of the participants it seems that the following

More information

Handling first-order linear constraints with SCIP

Handling first-order linear constraints with SCIP Handling first-order linear constraints with SCIP James Cussens, University of York KU Leuven, 2015-02-16 James Cussens, University of York FO with SCIP KU Leuven, 2015-02-16 1 / 18 MIP Mixed integer programs

More information

Linear Programming. Course review MS-E2140. v. 1.1

Linear Programming. Course review MS-E2140. v. 1.1 Linear Programming MS-E2140 Course review v. 1.1 Course structure Modeling techniques Linear programming theory and the Simplex method Duality theory Dual Simplex algorithm and sensitivity analysis Integer

More information

Embedding Formulations, Complexity and Representability for Unions of Convex Sets

Embedding Formulations, Complexity and Representability for Unions of Convex Sets , Complexity and Representability for Unions of Convex Sets Juan Pablo Vielma Massachusetts Institute of Technology CMO-BIRS Workshop: Modern Techniques in Discrete Optimization: Mathematics, Algorithms

More information

Column Generation Based Primal Heuristics

Column Generation Based Primal Heuristics Column Generation Based Primal Heuristics C. Joncour, S. Michel, R. Sadykov, D. Sverdlov, F. Vanderbeck University Bordeaux 1 & INRIA team RealOpt Outline 1 Context Generic Primal Heuristics The Branch-and-Price

More information