Cutting Planes in Mixed Integer Programming

Similar documents
Discrete Optimization

5 INTEGER LINEAR PROGRAMMING (ILP) E. Amaldi Fondamenti di R.O. Politecnico di Milano 1

Dantzig-Wolfe bound and Dantzig-Wolfe cookbook

INTEGER PROGRAMMING. Integer Programming. Prototype example. BIP model. BIP models

Scheduling Home Health Care with Separating Benders Cuts in Decision Diagrams

CHAPTER 9. Integer Programming

Linear Programming for Optimization. Mark A. Schulze, Ph.D. Perceptive Scientific Instruments, Inc.

Noncommercial Software for Mixed-Integer Linear Programming

24. The Branch and Bound Method

Solution of a Large-Scale Traveling-Salesman Problem

Linear Programming. Widget Factory Example. Linear Programming: Standard Form. Widget Factory Example: Continued.

Integer Programming Formulation

Mathematical finance and linear programming (optimization)

Lecture 3. Linear Programming. 3B1B Optimization Michaelmas 2015 A. Zisserman. Extreme solutions. Simplex method. Interior point method

MODELS AND ALGORITHMS FOR WORKFORCE ALLOCATION AND UTILIZATION

Proximal mapping via network optimization

Convex Programming Tools for Disjunctive Programs

Transportation Planning by SBIDS Optimal Assignment of Carriers to Lanes

Scheduling of Mixed Batch-Continuous Production Lines

Discuss the size of the instance for the minimum spanning tree problem.

Some representability and duality results for convex mixed-integer programs.

On the effect of forwarding table size on SDN network utilization

Discrete Optimization Introduction & applications

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. !-approximation algorithm.

Integer Programming. subject to: (i = 1, 2,..., m),

Approximation Algorithms

Chapter Load Balancing. Approximation Algorithms. Load Balancing. Load Balancing on 2 Machines. Load Balancing: Greedy Scheduling

A Branch and Bound Algorithm for Solving the Binary Bi-level Linear Programming Problem

Chapter 5. Linear Inequalities and Linear Programming. Linear Programming in Two Dimensions: A Geometric Approach

Branch and Cut for TSP

VENDOR MANAGED INVENTORY

Linear Programming I

SchedulAir. Airline planning & airline scheduling with Unified Optimization. decisal. Copyright 2014 Decisal Ltd. All rights reserved.

Outline. NP-completeness. When is a problem easy? When is a problem hard? Today. Euler Circuits

Chapter 13: Binary and Mixed-Integer Programming

Special Session on Integrating Constraint Programming and Operations Research ISAIM 2016

What is Linear Programming?

Basic Components of an LP:

Reconnect 04 Solving Integer Programs with Branch and Bound (and Branch and Cut)

An Implementation of a Constraint Branching Algorithm for Optimally Solving Airline Crew Pairing Problems

In this paper we present a branch-and-cut algorithm for

Agenda. Real System, Transactional IT, Analytic IT. What s the Supply Chain. Levels of Decision Making. Supply Chain Optimization

Largest Fixed-Aspect, Axis-Aligned Rectangle

Linear Programming Notes V Problem Transformations

IEOR 4404 Homework #2 Intro OR: Deterministic Models February 14, 2011 Prof. Jay Sethuraman Page 1 of 5. Homework #2

GENERALIZED INTEGER PROGRAMMING

Module1. x y 800.

! Solve problem to optimality. ! Solve problem in poly-time. ! Solve arbitrary instances of the problem. #-approximation algorithm.

An optimization model for aircraft maintenance scheduling and re-assignment

Problem Set 7 Solutions

Linear Programming. March 14, 2014

Airport Planning and Design. Excel Solver

Airline Schedule Development

Planning and Scheduling in Manufacturing and Services

Cloud Branching. Timo Berthold. joint work with Domenico Salvagnin (Università degli Studi di Padova)

Lecture 10: Regression Trees

Lecture 2: August 29. Linear Programming (part I)

A MODEL TO SOLVE EN ROUTE AIR TRAFFIC FLOW MANAGEMENT PROBLEM:

Support Vector Machines Explained

An Expressive Auction Design for Online Display Advertising. AUTHORS: Sébastien Lahaie, David C. Parkes, David M. Pennock

Arrangements And Duality

Planning and Scheduling in the Digital Factory

Can linear programs solve NP-hard problems?

Lecture 10 Scheduling 1

9th Max-Planck Advanced Course on the Foundations of Computer Science (ADFOCS) Primal-Dual Algorithms for Online Optimization: Lecture 1

An Optimization Approach for Cooperative Communication in Ad Hoc Networks

Optimization Modeling for Mining Engineers

Linear Programming Supplement E

Cost Models for Vehicle Routing Problems Stanford Boulevard, Suite 260 R. H. Smith School of Business

On Minimal Valid Inequalities for Mixed Integer Conic Programs

High Performance Computing for Operation Research

Adaptive Linear Programming Decoding

A Column-Generation and Branch-and-Cut Approach to the Bandwidth-Packing Problem

Recovery of primal solutions from dual subgradient methods for mixed binary linear programming; a branch-and-bound approach

Nan Kong, Andrew J. Schaefer. Department of Industrial Engineering, Univeristy of Pittsburgh, PA 15261, USA

Mixed integer programming methods for supply chain optimization

2. (a) Explain the strassen s matrix multiplication. (b) Write deletion algorithm, of Binary search tree. [8+8]

Week 1: Introduction to Online Learning

Models in Transportation. Tim Nieberg

Het inplannen van besteld ambulancevervoer (Engelse titel: Scheduling elected ambulance transportation)

Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem.

Optimization in Airline Scheduling: Challenges and Successes

Near Optimal Solutions

2.3 Convex Constrained Optimization Problems

Modeling and solving vehicle routing problems with many available vehicle types

Optimization in ICT and Physical Systems

A scenario aggregation based approach for determining a robust airline fleet composition

Chapter 3 INTEGER PROGRAMMING 3.1 INTRODUCTION. Robert Bosch. Michael Trick

A Note on the Bertsimas & Sim Algorithm for Robust Combinatorial Optimization Problems

LECTURE 5: DUALITY AND SENSITIVITY ANALYSIS. 1. Dual linear program 2. Duality theory 3. Sensitivity analysis 4. Dual simplex method

5.1 Bipartite Matching

Complexity Theory. IE 661: Scheduling Theory Fall 2003 Satyaki Ghosh Dastidar

Acing Math (One Deck At A Time!): A Collection of Math Games. Table of Contents


Blending petroleum products at NZ Refining Company

COORDINATION PRODUCTION AND TRANSPORTATION SCHEDULING IN THE SUPPLY CHAIN ABSTRACT

How To Teach Math

Sorting revisited. Build the binary search tree: O(n^2) Traverse the binary tree: O(n) Total: O(n^2) + O(n) = O(n^2)

How To Find An Optimal Search Protocol For An Oblivious Cell

LECTURE: INTRO TO LINEAR PROGRAMMING AND THE SIMPLEX METHOD, KEVIN ROSS MARCH 31, 2005

Transcription:

Cutting Planes in Mixed Integer Programming Santanu S. Dey School of Industrial and Systems Engineering, Georgia Institute of Technology. February, 20 (Many Thanks to Q. Louveaux for sharing some Images)

Outline Mixed Integer Programming (MIP) MIP are useful! MIP are difficult to solve How we go about solving MIPs Cutting Planes

Part 1 Mixed Integer Programming

Mixed Integer Programming: Linear Problem with Discrete Variables Mixed Integer Program (MIP) max c 1 x 1 + + c nx n s.t. a 11 x 1 + + a 1n x n b 1.......... a m1 x 1 + + a mnx n b m x 1, x 2,, x k Z + nonnegative integers I will typically use x", y" to represent decision variables and all the other letters to represent data. If k = n, then Integer Program. If k = 0, then Linear Program.

This seemingly simple class of optimization problems can be used to model a very large class of real world problems...

This seemingly simple class of optimization problems can be used to model a very large class of real world problems... I want to illustrate its expressive power with an elementary example

An Example: Production Planning 1. We have to draw the production plan for the next 5 months.

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units.

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units.

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6.

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6. 5. If we choose to produce in any month, there is a extra startup cost of $ 8.

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6. 5. If we choose to produce in any month, there is a extra startup cost of $ 8. x 1, x 2, x 3, x 4, x 5 : The amount I choose to produce in each month. y 1, y 2, y 3, y 4, y 5 : Whether I produce or not each month (0 = Do not Produce/ 1 = I decide to Produce).

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6. 5. If we choose to produce in any month, there is a extra startup cost of $ 8. x 1 5

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6. 5. If we choose to produce in any month, there is a extra startup cost of $ 8. x 1 5 x 1 + x 2 5 + 13

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6. 5. If we choose to produce in any month, there is a extra startup cost of $ 8. x 1 5 x 1 + x 2 5 + 13 x 1 + x 2 + x 3 5 + 13 + 7 x 1 + x 2 + x 3 + x 4 5 + 13 + 7 + 5 x 1 + x 2 + x 3 + x 4 + x 5 5 + 13 + 7 + 5 + 12

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6. 5. If we choose to produce in any month, there is a extra startup cost of $ 8. x 1 20

An Example: Productions Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6. 5. If we choose to produce in any month, there is a extra startup cost of $ 8. x 1 20y 1

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6. 5. If we choose to produce in any month, there is a extra startup cost of $ 8. x 1 20y 1 x 2 20y 2 x 3 20y 3 x 4 20y 4 x 5 20y 5

An Example: Production Planning 1. We have to draw the production plan for the next 5 months. 2. The demands are known for the next 5 months: 5, 13, 7, 5, 12 units. 3. Suppose our production capacity each month is 20 units. 4. The cost of per unit production in the next 5 months is: $6, $7, $2, $3, $6. 5. If we choose to produce in any month, there is a extra startup cost of $ 8. min 6x 1 + 7x 2 + 2x 3 + 3x 4 + 6x 5 + 8y 1 + 8y 2 + 8y 3 + 8y 4 + 8y 5

An Example: Production Planning min 6x 1 + 7x 2 + 3x 3 + 6x 4 + 8y 1 + 8y 2 + 8y 3 + 8y 4 + 8y 5 x 1 5 x 1 + x 2 5 + 13 x 1 + x 2 + x 3 5 + 13 + 7 x 1 + x 2 + x 3 + x 4 5 + 13 + 7 + 5 x 1 + x 2 + x 3 + x 4 + x 5 5 + 13 + 7 + 5 + 12 x 1 20y 1 x 2 20y 2 x 3 20y 3 x 4 20y 4 x 5 20y 5 y 1 1 y 2 1... x 1, x 2, x 3, x 4, x 5 Z + y 1, y 2, y 3, y 4, y 5 Z +

MIP is a Flexible Tool Logistics: Traveling Salesman problem, Vehicle Routing. Inventory (and Production) Planning. Facilities Location. Capacity planning: Matching, Assignment Problem. Data Mining: Classification, Regression.

MIP is a Flexible Tool Logistics: Traveling Salesman problem, Vehicle Routing. Inventory (and Production) Planning. Facilities Location. Capacity planning: Matching, Assignment Problem. Data Mining: Classification, Regression. Airline Industry: Schedule Planning, Fleet Assignment, Aircraft Rotation, Crew-pairing. Mining and Forestry Industry: Covering Models, partitioning models. National Security Planning. VLSI Chip Design. Computational Biology: Sequence Alignment, Genome Rearrangement. Health care: IMRT, Scheduling. Sports Scheduling, Timetabling.

Some "Slightly Dated" Applications of Integer Programming Papers from Interfaces. Company Year Type of Model Revenue Air New Zealand 20 Crew Scheduling NZ $15.6 million AT&T 2000 Network Restoration Hundreds of millions of dollars NBC 2002 Product Mix/ $200 million Commercials/Schedule Procter & Gamble 2006 Expressive Bidding $298.4 million Schindler Elevator 2003 Routing planning $1 million UPS 2004 Network Design $87 million Ford 20 Set-covering/ $250 million Product optimization Hewlett-Packard 2004 Inventory Optimization $130 million Merrill-Lynch 2002 Integrated Choice $80 million Strategy Motorola 2005 Bidding/ $200 million Supplier Negotiation

Part 2 MIPs are Difficult to Solve

A Natural Way to Solve MIPs 1. Enumerate all possible integer solution vectors.

A Natural Way to Solve MIPs 1. Enumerate all possible integer solution vectors. 2. For each potential solution vectors, check if it is feasible.

A Natural Way to Solve MIPs 1. Enumerate all possible integer solution vectors. 2. For each potential solution vectors, check if it is feasible. 3. If feasible, then compute objective function value.

A Natural Way to Solve MIPs 1. Enumerate all possible integer solution vectors. 2. For each potential solution vectors, check if it is feasible. 3. If feasible, then compute objective function value. 4. Pick the best solution.

Some Calculations Suppose we can evaluate 10 6 potential solution vectors in a second. Number of binary variables Number of vectors 2 n Time 10 1024 0.0 seconds

Some Calculations Suppose we can evaluate 10 6 potential solution vectors in a second. Number of binary variables Number of vectors 2 n Time 10 1024 0.0 seconds 20 1048576 1 second 30 10 9 16 minutes

Some Calculations Suppose we can evaluate 10 6 potential solution vectors in a second. Number of binary variables Number of vectors 2 n Time 10 1024 0.0 seconds 20 1048576 1 second 30 10 9 16 minutes 40 10 12 11 days 50 10 15 31 years

Some Calculations Suppose we can evaluate 10 6 potential solution vectors in a second. Number of binary variables Number of vectors 2 n Time 10 1024 0.0 seconds 20 1048576 1 second 30 10 9 16 minutes 40 10 12 11 days 50 10 15 31 years 60 10 18 31,709 years 70 10 21 31,709,791 years

Some Calculations Suppose we can evaluate 10 6 potential solution vectors in a second. Number of binary variables Number of vectors 2 n Time 10 1024 0.0 seconds 20 1048576 1 second 30 10 9 16 minutes 40 10 12 11 days 50 10 15 31 years 60 10 18 31,709 years 70 10 21 31,709,791 years This has got nothing" to do with speed of computers. Every time the speed is doubled It allows me to solve a problem with 1 extra variable.

Some Calculations Suppose we can evaluate 10 6 potential solution vectors in a second. Number of binary variables Number of vectors 2 n Time 10 1024 0.0 seconds 20 1048576 1 second 30 10 9 16 minutes 40 10 12 11 days 50 10 15 31 years 60 10 18 31,709 years 70 10 21 31,709,791 years This has got nothing" to do with speed of computers. Every time the speed is doubled It allows me to solve a problem with 1 extra variable. However, we routinely solve problems with thousands of integer variables.

Part 3 How we go about solving MIPs

Main Ideas Branch and Bound: Smart Enumerate Cutting Planes

A little bit of Linear Programming (LP) Geometry Polyhedron 5 4.5 4 x >= 0 3.5 3 2.5 3x + 2y <= 6 2 1.5 1 0.5 x + 2y <= 4 y>=0 0 0 0.5 1 1.5 2 2.5 3 3.5 3x + 2y 6 x + 2y 4 x, y 0.

Using Linear Programming Techniques To Solve MIPs Convex Hull 00 11 0000 00000000 11111111 1111 0000000000 1111111111 00000000000 000000000000 000000000000 0000000000000 1111111111111 111111111111 111111111111 11111111111 000000000000 111111111111 000000 111111

Using Linear Programming Techniques To Solve MIPs Convex Hull 0 00000 11111 1 000000000 0000000000 1111111111 111111111 0000000000 1111111111 0000000000 1111111111 0000000000 1111111111 00000000 11111111 00000 11111

Cutting Planes (Cuts) A Simple Algorithm To Solve Integer Programs 00 0000 00000000 11111111 1111 11 0000000000 00000000000 000000000000 111111111111 11111111111 1111111111 000000000000 0000000000000 1111111111111 111111111111 000000000000 111111111111 000000 111111

Cutting Planes (Cuts) A Simple Algorithm To Solve Integer Programs 00 0000 00000000 11111111 1111 11 0000000000 00000000000 000000000000 111111111111 11111111111 1111111111 000000000000 0000000000000 1111111111111 111111111111 000000000000 111111111111 000000 111111

Cutting Planes (Cuts) A Simple Algorithm To Solve Integer Programs 00 0000 00000000 11111111 1111 11 0000000000 00000000000 000000000000 111111111111 11111111111 1111111111 000000000000 0000000000000 1111111111111 111111111111 000000000000 111111111111 000000 111111

Cutting Planes (Cuts) A Simple Algorithm To Solve Integer Programs 00 0000 00000000 11111111 1111 11 0000000000 00000000000 000000000000 111111111111 11111111111 1111111111 000000000000 000000000000 111111111111 111111111111 00000000000 11111111111 000000 111111

Cutting Planes (Cuts) A Simple Algorithm To Solve Integer Programs 00 0000 00000000 11111111 1111 11 0000000000 00000000000 000000000000 111111111111 11111111111 1111111111 000000000000 000000000000 111111111111 111111111111 00000000000 11111111111 000000 111111

Cutting Planes (Cuts) A Simple Algorithm To Solve Integer Programs 00 0000 00000000 11111111 1111 11 0000000000 00000000000 000000000000 111111111111 11111111111 1111111111 000000000000 000000000000 111111111111 111111111111 00000000000 11111111111 000000 111111

Cutting Planes (Cuts) A Simple Algorithm To Solve Integer Programs 00 0000 00000000 11111111 1111 11 0000000000 00000000000 000000000000 111111111111 11111111111 1111111111 000000000000 000000000000 111111111111 111111111111 00000000000 11111111111 000000 111111

Cutting Planes (Cuts) A Simple Algorithm To Solve Integer Programs 00 0000 00000000 11111111 1111 11 0000000000 00000000000 000000000000 111111111111 11111111111 1111111111 000000000000 000000000000 111111111111 111111111111 00000000000 11111111111 000000 111111

Cutting Planes (Cuts) A Simple Algorithm To Solve Integer Programs 00 0000 00000000 11111111 1111 11 0000000000 00000000000 00000000000 11111111111 11111111111 1111111111 00000000000 00000000000 11111111111 11111111111 0000000000 1111111111 000000 111111

How Do We Generate Cutting Planes? Cutting planes are difficult to obtain when there are a large number of variables! Two paradigms to generate cutting planes

How Do We Generate Cutting Planes? Cutting planes are difficult to obtain when there are a large number of variables! Two paradigms to generate cutting planes 1. Problem Specific Cutting Planes: These are useful for solving specific problems.

How Do We Generate Cutting Planes? Cutting planes are difficult to obtain when there are a large number of variables! Two paradigms to generate cutting planes 1. Problem Specific Cutting Planes: These are useful for solving specific problems. 2. Generic Cutting Planes: These are useful for solving any Mixed Integer Programs.

How Do We Generate Cutting Planes? Cutting planes are difficult to obtain when there are a large number of variables! Two paradigms to generate cutting planes 1. Problem Specific Cutting Planes: These are useful for solving specific problems. 2. Focus of the rest of the talk Generic Cutting Planes: These are useful for solving any Mixed Integer Programs.

Most Successful Cutting Planes for Generic Problems [Bixby, Rothberg (2007)] Disabled Cut Year Mean Performance Degradation Gomory Mixed Integer (GMIC) 1960 2.52X Mixed Integer Rounding 20 1.83X Knapsack Cover 1983 1.40X Flow Cover 1985 1.22X Implied Bound 1991 1.19X Flow path 1985 1.04X Clique 1983 1.02X GUB Cover 1998 1.02X Disjunctive 1979 0.53X

Chvátal-Gomory Cutting Planes x 1, x 2 0, x 1 + x 2 3, 5x 3y 3 x 1, x 2 Z Valid inequality for Continuous Relaxation: 4x 1 + 3x }{{} 2 10.5. Z Black 4 3 2 1 0 0 1 2 3

Chvátal-Gomory Cutting Planes x 1, x 2 0, x 1 + x 2 3, 5x 3y 3 x 1, x 2 Z Valid inequality for Continuous Relaxation: 4x 1 + 3x }{{} 2 10.5. Z This gives the following nontrivial valid inequality: 4x 1 + 3x 2 10.5. 4 3 2 1 0 0 1 2 3

Cover Cuts 3x 1 + 5x 2 + 4x 3 + 2x 4 + 7x 5 8, 0 x 1, x 2, x 3, x 4, x 5 1, x 1, x 2, x 3, x 4, x 5 Z +

Cover Cuts 3x 1 + 5x 2 + 4x 3 + 2x 4 + 7x 5 8, 0 x 1, x 2, x 3, x 4, x 5 1, x 1, x 2, x 3, x 4, x 5 Z + 5 + 4 > 8 x 2 and x 3 cannot simultaneously be equal to 1

Cover Cuts 3x 1 + 5x 2 + 4x 3 + 2x 4 + 7x 5 8, 0 x 1, x 2, x 3, x 4, x 5 1, x 1, x 2, x 3, x 4, x 5 Z + x 2 + x 3 1

Cover Cuts 3x 1 + 5x 2 + 4x 3 + 2x 4 + 7x 5 8, 0 x 1, x 2, x 3, x 4, x 5 1, x 1, x 2, x 3, x 4, x 5 Z + x 2 + x 3 1 x 4 + x 5 1 x 1 + x 2 + x 3 2 x 1 + x 2 + x 4 2 x 1 + x 2 + x 5 2.

Basic Mixed-Integer Rounding Consider the basic set x y 2.5 x Z, y 0.

Basic Mixed-Integer Rounding Consider the basic set x y 2.5 x Z, y 0. MIR CUT It is called the Mixed-Integer-Rounding Inequality (MIR) x 2.5 + y 1 f, where f = 2.5 2.5 is the fractional part of 2.5.

The Disjunctive Cuts Split Disjunctive cuts General family of cutting planes that include the MIR cuts. Based on a disjunction π T x π 0 or π T x π 0 + 1.

The Disjunctive Cuts Split Disjunctive cuts General family of cutting planes that include the MIR cuts. Based on a disjunction π T x π 0 or π T x π 0 + 1. SPLIT

The Disjunctive Cuts Split Disjunctive cuts General family of cutting planes that include the MIR cuts. Based on a disjunction π T x π 0 or π T x π 0 + 1. 000 111 000 111 000 111 00000 11111 000 111 000000 111111 000 111 0000000 1111111 000 111 00000000 11111111 00 11 000000000 111111111 0000000000 1111111111 0000000000 1111111111 0000000000 1111111111 000000000 111111111 00 11

The Disjunctive Cuts Split Disjunctive cuts General family of cutting planes that include the MIR cuts. Based on a disjunction π T x π 0 or π T x π 0 + 1. Split cut

Some recent trends...

Single Constraint Relaxation A simple example

Single Constraint Relaxation A simple example

Single Constraint Relaxation A simple example

Question: Can we expect any improvement by looking at multiple constraints simultaneously?

Single Constraint Vs Multiple Constraints Extra information by considering multiple constraints simultaneously!

Single Constraint Vs Multiple Constraints Extra information by considering multiple constraints simultaneously!

Single Constraint Vs Multiple Constraints Extra information by considering multiple constraints simultaneously! Lets Drop This Constraint

Single Constraint Vs Multiple Constraints Extra information by considering multiple constraints simultaneously! Can we obtain this cut?

Single Constraint Vs Multiple Constraints Extra information by considering multiple constraints simultaneously! Problem Can we obtain this cut?

Single Constraint Vs Multiple Constraints Extra information by considering multiple constraints simultaneously! Problem Can we obtain this cut? NO!

Single Constraint Vs Multiple Constraints Extra information by considering multiple constraints simultaneously!

Single Constraint Vs Multiple Constraints Extra information by considering multiple constraints simultaneously!