Benders Decomposition

Similar documents
Part 1. The Review of Linear Programming

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

Benders Decomposition Methods for Structured Optimization, including Stochastic Optimization

Benders' Method Paul A Jensen

An Adaptive Partition-based Approach for Solving Two-stage Stochastic Programs with Fixed Recourse

Acceleration and Stabilization Techniques for Column Generation

Benders Decomposition Methods for Structured Optimization, including Stochastic Optimization

Part 4. Decomposition Algorithms

The dual simplex method with bounds

CO 250 Final Exam Guide


Lagrangean relaxation

Lagrangian Relaxation in MIP

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

Review Solutions, Exam 2, Operations Research

Decomposition Techniques in Mathematical Programming

1 Overview. 2 Extreme Points. AM 221: Advanced Optimization Spring 2016

Introduction to Mathematical Programming

Example Problem. Linear Program (standard form) CSCI5654 (Linear Programming, Fall 2013) Lecture-7. Duality

Decomposition methods in optimization

Lagrange duality. The Lagrangian. We consider an optimization program of the form

Summary of the simplex method

i.e., into a monomial, using the Arithmetic-Geometric Mean Inequality, the result will be a posynomial approximation!

Spring 2017 CO 250 Course Notes TABLE OF CONTENTS. richardwu.ca. CO 250 Course Notes. Introduction to Optimization

Lecture 9: Dantzig-Wolfe Decomposition

IE 521 Convex Optimization Homework #1 Solution

Duality of LPs and Applications

Solving Bilevel Mixed Integer Program by Reformulations and Decomposition

Basic notions of Mixed Integer Non-Linear Programming

Linear Programming Inverse Projection Theory Chapter 3

Lecture #21. c T x Ax b. maximize subject to

Solution Methods for Stochastic Programs

3.10 Lagrangian relaxation

LINEAR PROGRAMMING. Relation to the Text (cont.) Relation to Material in Text. Relation to the Text. Relation to the Text (cont.

Chapter 3, Operations Research (OR)

4.6 Linear Programming duality

Slack Variable. Max Z= 3x 1 + 4x 2 + 5X 3. Subject to: X 1 + X 2 + X x 1 + 4x 2 + X X 1 + X 2 + 4X 3 10 X 1 0, X 2 0, X 3 0

Development of the new MINLP Solver Decogo using SCIP - Status Report

1 Review Session. 1.1 Lecture 2

Feasibility Pump for Mixed Integer Nonlinear Programs 1

LP Duality: outline. Duality theory for Linear Programming. alternatives. optimization I Idea: polyhedra

to work with) can be solved by solving their LP relaxations with the Simplex method I Cutting plane algorithms, e.g., Gomory s fractional cutting

Section Notes 9. Midterm 2 Review. Applied Math / Engineering Sciences 121. Week of December 3, 2018

Prelude to the Simplex Algorithm. The Algebraic Approach The search for extreme point solutions.

An improved Benders decomposition algorithm for the logistics facility location problem with capacity expansions

Lecture 10: Linear programming. duality. and. The dual of the LP in standard form. maximize w = b T y (D) subject to A T y c, minimize z = c T x (P)

21. Solve the LP given in Exercise 19 using the big-m method discussed in Exercise 20.

Strengthened Benders Cuts for Stochastic Integer Programs with Continuous Recourse

MATH2070 Optimisation

Discrete Optimization

56:270 Final Exam - May

Thermal Unit Commitment Problem

Lecture 10: Linear programming duality and sensitivity 0-0

Optimization Methods in Logic

A Strongly Polynomial Simplex Method for Totally Unimodular LP

14. Duality. ˆ Upper and lower bounds. ˆ General duality. ˆ Constraint qualifications. ˆ Counterexample. ˆ Complementary slackness.

maxz = 3x 1 +4x 2 2x 1 +x 2 6 2x 1 +3x 2 9 x 1,x 2

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

Thursday, May 24, Linear Programming

Network Flows. 6. Lagrangian Relaxation. Programming. Fall 2010 Instructor: Dr. Masoud Yaghini

Logic-Based Benders Decomposition

Linear Programming, Lecture 4

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

Operations Research Lecture 4: Linear Programming Interior Point Method

ORIE 6300 Mathematical Programming I August 25, Lecture 2

Bilevel Integer Optimization: Theory and Algorithms

Linear Programming: Simplex

Today: Linear Programming (con t.)

MINLP: Theory, Algorithms, Applications: Lecture 3, Basics of Algorothms

Optimization for Communications and Networks. Poompat Saengudomlert. Session 4 Duality and Lagrange Multipliers

DEPARTMENT OF STATISTICS AND OPERATIONS RESEARCH OPERATIONS RESEARCH DETERMINISTIC QUALIFYING EXAMINATION. Part I: Short Questions

Separation, Inverse Optimization, and Decomposition. Some Observations. Ted Ralphs 1 Joint work with: Aykut Bulut 1

Numerical Optimization. Review: Unconstrained Optimization

Linear programs Optimization Geoff Gordon Ryan Tibshirani

Separation, Inverse Optimization, and Decomposition. Some Observations. Ted Ralphs 1 Joint work with: Aykut Bulut 1

1 Seidel s LP algorithm

Lecture 5. x 1,x 2,x 3 0 (1)

A Review of Linear Programming

Note 3: LP Duality. If the primal problem (P) in the canonical form is min Z = n (1) then the dual problem (D) in the canonical form is max W = m (2)

EE364a Review Session 5

min 4x 1 5x 2 + 3x 3 s.t. x 1 + 2x 2 + x 3 = 10 x 1 x 2 6 x 1 + 3x 2 + x 3 14

Section Notes 9. IP: Cutting Planes. Applied Math 121. Week of April 12, 2010

F 1 F 2 Daily Requirement Cost N N N

Column Generation. MTech Seminar Report. Soumitra Pal Roll No: under the guidance of

Understanding the Simplex algorithm. Standard Optimization Problems.

Column Generation. ORLAB - Operations Research Laboratory. Stefano Gualandi. June 14, Politecnico di Milano, Italy

Distributed Real-Time Control Systems. Lecture Distributed Control Linear Programming

Midterm Review. Yinyu Ye Department of Management Science and Engineering Stanford University Stanford, CA 94305, U.S.A.

Critical Reading of Optimization Methods for Logical Inference [1]

Lagrangian Duality Theory

Using Sparsity to Design Primal Heuristics for MILPs: Two Stories

Discrete Optimization 2010 Lecture 7 Introduction to Integer Programming

Duality and Projections

4. The Dual Simplex Method

10-725/ Optimization Midterm Exam

In the original knapsack problem, the value of the contents of the knapsack is maximized subject to a single capacity constraint, for example weight.

Systems Analysis in Construction

Lecture 1. 1 Conic programming. MA 796S: Convex Optimization and Interior Point Methods October 8, Consider the conic program. min.

minimize x subject to (x 2)(x 4) u,

PART 4 INTEGER PROGRAMMING

Transcription:

Benders Decomposition Yuping Huang, Dr. Qipeng Phil Zheng Department of Industrial and Management Systems Engineering West Virginia University IENG 593G Nonlinear Programg, Spring 2012 Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 1 / 19

Benders Decomposition Benders Decomposition: 1. A solution method for solving certain large-scale linear optimization problems. 2. In each iteration, new constraints added to the problem and then make it progress towards a solution. ( row generation ) Consider the following problem: c T x + d T y Ax + Dy b x 0, y 0 where c R n, d R l, A R m n, D R m l, and b R m. Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 2 / 19

Benders Decomposition The original problem [OP: c T x + f(y) Ax + Dy b x 0, y Y For a fixed value of y, the OP is given by c T x + f(ŷ) Ax b Dŷ x 0 = f(ŷ) + c T x Ax b Dŷ x 0 The resulting model to solve becomes: [SP : c T x Ax b Dŷ (u) x 0 Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 3 / 19

Benders Decomposition Let u be the dual variable associated with Ax b Dŷ. The dual subproblem is given by Note: [DSP : max (b Dŷ) T u (1) A T u c (2) u 0 (3) 1. Only LP are considered in this model. By strong duality, the optimal objective value of primal problem is equal to that of dual problems. 2. The feasible region of the dual formulation does not depend on the value of y. Assug that the feasible region defined by (2) and (3) is not empty, we can find all extreme points based on the fixed ŷ. Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 4 / 19

Benders Decomposition To find an extreme point u j that maximizes the value of objective function (b Dŷ) T u j, let z = max{(b Dŷ) T u j : j = 1, 2,..., Q}. The DSP can be reformulated as follows: z z (b Dŷ) T u j for j = 1, 2,..., Q z unrestricted The reformulation of the OP in terms of z and y-variables can be obtained by replacing c T x with z: [MP : f(y) + z z (b Dy) T û j for j = 1, 2,..., Q y Y, z unrestricted Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 5 / 19

Benders Decomposition When it comes to a large size problem, it s impractical to enumerate all extreme points of X in the subproblem. Let k < Q, the relaxed MP with less constraints is given by [RMP : f(y) + z z (b Dy) T û j, for j = 1, 2,..., k y Y, z unrestricted Let (ȳ, z) denote an optimal solution to RMP. If (ȳ, z) is also feasible to MP, then it is optimal to the original problem. In order to check this optimality condition, we equivalently check if the inequality (b Dȳ) T u j z 0, for j = 1, 2,..., Q holds true. If the current solution of RMP, (ȳ, z), violates some constraints in MP, this means we get z < (b Dȳ) T u k+1. Therefore, we impose Benders Cut to RMP z (b Dy) T u k+1 Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 6 / 19

Benders Decomposition Algorithm Initialization: Let ŷ := initial feasible solution, only solve for the function of y to get the initial LB and then fix y to solve for UB. Step 1: Solve the RMP, y {f (y) + z cuts, y Y, z unrestricted} If RMP is infeasible, then stop; else LB := f (ŷ) + ẑ. Step 2: Solve the SP, max u {f(ŷ) + (b Dŷ) T u A T u c, u 0}, get extreme point û. Get UB := f(ŷ) + (b Dŷ) T û; Add cut z (b Dy) T û to RMP. If UB LB = 0 or UB LB < ɛ, the current solution is optimal and stop. If UB LB > 0 or UB LB > ɛ, perform next iteration and go to Step 1. Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 7 / 19

Example Solve the following problem by using Benders decomposition. c T = [2 3 T, A = 2x 1 + 3x 2 + 2y 1 x 1 + 2x 2 + y 1 3 2x 1 x 2 + 3y 1 4 x 0, y 0 [ 1 2 2 1 [ 1, D = 3 [ 3, b = 4 Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 8 / 19

Example Iteration 1: Step 1: Let u = (0, 0) T. From RMP, (ȳ, z) = (0, 0), LB = 0. Step 2: 2y 1 + z ([ 3 z 4 [ 1 3 y 1 0, z unrestricted ([ 3 max 2y 1 + 4 [ 1 2 2 1 u 0 [ 1 3 T u y 1 ) T [ 0 0 [ 2 3 [0) T u There exists 4 extreme points in the feasible region of DSP. [ [ [ u 1 0 =, u 2 0 =, u 3 1.5 = 1 0 0, u 4 = [ 1.6 0.2 Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 9 / 19

Example The dual optimal solution: u = [1.6, 0.2 [ T. UB = 5.6. 1.6 UB > LB, add the cut z (b Dy) T = 5.6 2.2y 0.2 1 to RMP. Iteration 2: (ȳ, z) = (2.545, 0), LB = 5.091. 2y 1 + z z 0 z 5.6 2.2y 1 max ([ 3 2(2.545) + 4 [ T 1 2 u 2 1 u 0 y 1 0, z unrestricted [ 1 3 [ 2 3 The dual optimal solution is u = [1.5 0 T and UB = 5.772. UB > LB, add the cut z = 4.5 1.5y 1 to RMP. [2.545) T u Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 10 / 19

Example Iteration 3: 2y 1 + z z 0 (ȳ, z) = (1.571, 2.143), LB = 5.286. z 5.6 2.2y 1 z 4.5 1.5y 1 max ([ 3 2(2.545) + 4 [ T 1 2 u 2 1 u 0 y 1 0, z unrestricted [ 1 3 [ 2 3 The dual optimal solution is u = [1.6, 0.2 T and UB = 5.286. [2.545) T u The process has converged because UB = LB. The optimal solution of OP is (x 1, x 2, y 1 ) = (0, 0.714, 1.571) and the optimal value is 5.286. Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 11 / 19

Benders Decomposition Benders decomposition is a cutting plane method due to adding a constraint at each iteration. It is outer approximation method. It reduces search region by adding linear constraints while preserving the original feasible region. In most application the master problem (MP) is an MILP a nonlinear programg problem (NLP), or a mixed integer/nonlinear programg problem (MINLP). Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 12 / 19

Special Cases for Subproblem Give a brief introduction about some generalizations of Benders decomposition. And talk abo how the Benders decomposition works on a problem and giving a numerical example. Solve RMP Solve Primal SP and 3 possible results Feasible Solution Feasible Solution Add a new optimality cut Infeasible Solution Infeasible Solution Add a new feasibility cut Unbounded Solution Stop Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 13 / 19

Special Cases for Subproblem 1. If both primal and dual subproblem have finite optimal solutions, two optimal solutions are converged, then the optimal solution is obtained; else add a new Benders optimality cut to RMP. 2. If the primal subproblem generates infeasible solutions, the dual subproblem also has unbounded solutions, then add a new Benders feasibility cut to RMP. 3. If the primal subproblem has unbounded solution, which means the dual subproblem is infeasible and RMP is unbounded, the objective value will go to. Stop the process. Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 14 / 19

Special Cases for Subproblem If the primal subproblem is infeasible and the dual subproblem is infeasible too, what can we do??? Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 15 / 19

Special Cases for Subproblem Consider the infeasible primal subproblem: c T x Ax b Dŷ x 0 c T x + Mw Ax + ew b Dŷ x 0, w 0 where M is a large value, w is an artificial variable and e is Euclidean matrix. In this way, we can make the infeasible inequality system become feasible since the inequality will hold after adding ew to the inequality system. Then the objective function should be penalized by adding a very large value. So the modified subproblem can be solved by using the previous rules. Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 16 / 19

Special Cases for Subproblem We can think in another way: Primal Subproblem: Dual Subproblem: 0 x Ax b Dŷ x 0 max (b Dŷ) T u A T u 0 u 0 The dual subproblem cannot be infeasible. Since the trivial solution u = 0 is always feasible. If the dual problem has an unbounded solution, then there exists a feasible region that is unbounded along an extreme direction (extreme ray). Let λ > 0 and û C, we still have λû C. So (b Dŷ) T λu +. To avoid the unbounded case, we have to make (b Dŷ) T u 0 such that (b Dŷ) T λu. This is attributed to the feasible case. Therefore the expression is (b Dŷ) T u 0. The cuts of this type are referred as Benders feasibility cuts. Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 17 / 19

Special Cases for Subproblem The new relaxed master problem is given by: [RMP : f(y) + z z (b Dy) T u p j for j = 1, 2,..., Q 0 (b Dy) T u r i for i = 1, 2,..., N y Y, z unrestricted where u p j are extreme points of the feasible region in DSP, and u r i are extreme rays of the feasible region. Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 18 / 19

Convergence In LP, suppose that the set Y is closed and bounded and that f (y) and Dy are both continuous on S. We can terate the computation in a finite number of iterations with an optimal solution. The reason is the finite number of constraints generated in the RMP; that is, a finite number of extreme points and directions are in any polyhedron. Besides, since the feasible region is convex, stalling doesn t occur in the LP problem. For the integer programg case, convergence can be established based on the assumption that either Y is finite or that the set of dual multipliers is finite. But for the general NLP, these assumptions do not apply. For nonlinear cases, please see Generalized Benders Decomposition. Yuping Huang (IMSE@WVU) Benders Decomposition Nonlinear Programg 19 / 19