Multistage Discrete Optimization - Lehigh...

89
Multistage Discrete Optimization Ted Ralphs 1 Joint work with Sahar Tahernajad 1 , Scott DeNegre 3 , Menal Güzelsoy 2 , Anahita Hassanzadeh 4 1 COR@L Lab, Department of Industrial and Systems Engineering, Lehigh University 2 SAS Institute, Advanced Analytics, Operations Research R & D 3 The Hospital for Special Surgery 4 Climate Corp IWOBIP, Monterrey, Mexico, 11 March 2016 Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Transcript of Multistage Discrete Optimization - Lehigh...

Page 1: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Multistage Discrete Optimization

Ted Ralphs1 Joint work with Sahar Tahernajad1, Scott DeNegre3,Menal Güzelsoy2, Anahita Hassanzadeh4

1COR@L Lab, Department of Industrial and Systems Engineering, Lehigh University 2SAS Institute, AdvancedAnalytics, Operations Research R & D

3The Hospital for Special Surgery4Climate Corp

IWOBIP, Monterrey, Mexico, 11 March 2016

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 2: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 3: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 4: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

A Bit of Game Theory

Our goal is to analyze certain finite extensive-form games, which are sequentialgames involving n players.

Loose Definition

The game is specified on a tree with each node corresponding to a move andthe outgoing arcs specifying possible choices.

The leaves of the tree have associated payoffs.

Each player’s goal is to maximize payoff.

There may be chance players who play randomly according to a probabilitydistribution and do not have payoffs (stochastic games).

All players are rational and have perfect information.The problem faced by a player in determining the next move is amultilevel/multistage optimization problem.The move must be determined by taking into account the responses of the otherplayers.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 5: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Multilevel and Multistage Games

We use the term multilevel for competitive games in which there is no chanceplayer.We use the term multistage for cooperative games in which all players receivethe same payoff, but there are chance players.A subgame is the part of a game that remains after some moves have been made.

Stackelberg Game

A Stackelberg game is a game with two players who make one move each.The goal is to find a subgame perfect Nash equilibrium, i.e., the move byeach player that ensures that player’s best outcome.

Recourse GameA cooperative game in which play alternates between cooperating playersand chance players.The goal is to find a subgame perfect Markov equilibrium, i.e., the movethat ensures the best outcome in a probabilistic sense.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 6: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Multilevel and Multistage Optimization

A standard mathematical program models a (set of) decision(s) to be madesimultaneously by a single decision-maker (i.e., with a single objective).Decision problems arising in sequential games and other real-world applicationsinvolve

multiple, independent decision-makers (DMs),sequential/multi-stage decision processes, and/ormultiple, possibly conflicting objectives.

Modeling frameworksMultiobjective Programming⇐ multiple objectives, single DMMathematical Programming with Recourse⇐ multiple stages, single DMMultilevel Programming⇐ multiple stages, multiple objectives, multiple DMs

Multilevel programming generalizes standard mathematical programming bymodeling hierarchical decision problems, such as finite extensive-form games.Such models arises in a remarkably wide array of applications.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 7: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Brief Overview of Practical Applications

Hierarchical decision systemsGovernment agenciesLarge corporations with multiple subsidiariesMarkets with a single “market-maker.”Decision problems with recourse

Parties in direct conflictZero sum gamesInterdiction problems

Modeling “robustness”: Chance player is external phenomena that cannot becontrolled.

WeatherExternal market conditions

Controlling optimized systems: One of the players is a system that is optimizedby its nature.

Electrical networksBiological systems

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 8: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 9: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Setting: Two-Stage Mixed Integer Optimization

We have the following general formulation:

2SMILP

z2SMILP = minx∈P1

Ψ(x) = minx∈P1

c>x + Ξ(x)

, (2SMILP)

where

P1 =

x ∈ X | A1x = b1is the first-stage feasible region with X = Zr1

+ × Rn1−r1+ , A1 ∈ Qm1×n1 , and

b1 ∈ Rm1 .Ξ is a “risk function” that represents the impact of future uncertainty.We’ll refer to Ξ as the second-stage risk function.The uncertainty can arise either due to stochasticity or due to the fact that Ξrepresents the reaction of a competitor.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 10: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Special Case I: Recourse Problems

Recourse problems are a special case in which the risk function has a certainsimple form.For example, the canonical form of Ξ employed in the case of two-stagestochastic integer programming is

Stochastic Risk Function

Ξ(x) = Eω∈Ω [φ(hω − Tωx)] ,

where ω is a random variable from a probability space (Ω,F ,P).For each ω ∈ Ω, Tω ∈ Qm2×n1 and hω ∈ Qm2 is the realization of the input to thesecond-stage problem for scenario ω.φ is the value function of the recourse MILP, to be defined next.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 11: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Related Work on Stochastic Programming with Recourse

First Stage Second Stage StochasticityR Z B R Z B W T h q

Laporte and Louveaux [1993] ∗ ∗ ∗ ∗ ∗ ∗ ∗Carøe and Tind [1997] ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗Carøe and Tind [1998] ∗ ∗ ∗ ∗ ∗ ∗ ∗Carøe and Schultz [1998] ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗Schultz et al. [1998] ∗ ∗ ∗ ∗Sherali and Fraticelli [2002] ∗ ∗ ∗ ∗ ∗ ∗ ∗Ahmed et al. [2004] ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗Sen and Higle [2005] ∗ ∗ ∗ ∗ ∗Sen and Sherali [2006] ∗ ∗ ∗ ∗ ∗ ∗Sherali and Zhu [2006] ∗ ∗ ∗ ∗ ∗ ∗ ∗Kong et al. [2006] ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗Sherali and Smith [2009] ∗ ∗ ∗ ∗ ∗ ∗ ∗Yuan and Sen [2009] ∗ ∗ ∗ ∗ ∗ ∗Ntaimo [2010] ∗ ∗ ∗ ∗ ∗Gade et al. [2012] ∗ ∗ ∗ ∗ ∗ ∗ ∗Trapp et al. [2013] ∗ ∗ ∗ ∗ ∗Hassanzadeh and Ralphs [2014a] ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 12: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

The Second-Stage Value Function

The structure of the objective function Ψ depends primarily on the structure ofthe value function

Second-stage Value (Recourse) Function

φ(β) = miny∈P2(β)

q>y (2S-VF)

whereP2(β) = y ∈ Y | G2y = β (1)

is the second-stage feasible region with respect to a given right-hand side β,Y = Zr2

+ × Rn2−r2+ and G2 ∈ Qm2×n2 .

The second-stage problem is parameterized on the unknown value β of theright-hand side.This value is determined jointly by the realized value of ω and the values of thefirst-stage decision variables.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 13: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Related Work on Value Function

Duality

Johnson [1973, 1974, 1979]Jeroslow [1979]Wolsey [1981]Güzelsoy and Ralphs [2007], Güzelsoy [2009]

Structure and ConstructionBlair and Jeroslow [1977, 1982], Blair [1995]Kong et al. [2006]Hassanzadeh and Ralphs [2014b]

Sensitivity and Warm Starting

Ralphs and Güzelsoy [2005, 2006], Güzelsoy [2009]Gamrath et al. [2015]

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 14: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Example

Example 1

min Ψ(x1, x2) = min − 3x1 − 4x2 + E[φ(ω − 2x1 − 0.5x2)]

s.t. x1 ≤ 5, x2 ≤ 5x1, x2 ∈ R+,

(Ex.SMP)

and ω ∈ 6, 12 with a uniform probability distribution.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 15: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Special Case II: Bilevel (Integer) Linear Optimization

In the case of general bilevel optimization, we have

Bilevel Risk Function

Ξ(x) = miny∈P2(b2−A2x)∩Y

d1y | d2y = φ(b2 − A2x)

where A2 ∈ Qm2×n1 , and b2 ∈ Rm2 , P2(β) =

y ∈ R+ | G2y ≥ β

, andY = Zp2 × Rn2−p2 .

Alternatively, the more familiar and equivalent form of the problem is

Mixed Integer Bilevel Linear Optimization Problem (MIBLP)

min

cx + d1y | x ∈ P1 ∩ X, y ∈ argmind2y | y ∈ P2(b2 − A2x) ∩ Y

(MIBLP)

Note that this is well-defined to be the optimistic case.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 16: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Related Work On Bilevel Optimization

General NonconvexMitsos [2010]Kleniati and Adjiman [2014a,b]

Discrete LinearMoore and Bard [1990]DeNegre [2011], DeNegre and Ralphs [2009], DeNegre et al. [2016]Xu [2012]Caramia and Mari [2013]Caprara et al. [2014a]Fischetti et al. [2016]Hemmati and Smith [2016], Lozano and Smith [2016]

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 17: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Other Special Cases

Pure integer.Positive constraint matrix at second stage.Binary variables at the first and/or second stage.Zero sum and interdiction problems.

Mixed Integer Interdiction

maxx∈P1∩X

miny∈P2(x)∩Y

dy (MIPINT)

where

P1 =

x ∈ X | A1x ≤ b1 X = Bn

P2(x) =

y ∈ Y | G2y ≥ b2, y ≤ u(e− x)

Y = Zp × Rn−p

The case where follower’s problem has network structure is called thenetwork interdiction problem and has been well-studied.

The model above allows for second-stage systems described by generalMILPs.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 18: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Complexity

When the second-stage problem is NP-hard, the two-stage problem is not even inNP.In fact, for even simple cases (knapsack interdiction), these problems are hardfor the second level of the polynomial hierarchy.Formally, the decision version of the problem is complete for Σp

21.

See Lodi et al. [2014], Caprara et al. [2014b].Details will be in a paper Leo and I are going to write2.

1Also known as “Chuck Norris-hard.”2Leo is going to write it and I’m going to put my name on it

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 19: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 20: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Value Function Reformulation

More generally, we can reformulate (MIBLP) as

1 2 3 4 5 6 7 8

1

2

3

4

5

F

x

y

F I min c1x + d1y

subject to A1x ≤ b1

G2y ≥ b2 − A2x

d2y ≤ φ(b2 − A2x)

x ∈ X, y ∈ Y,

where φ is the value function of the second-stage problem.This is, in principle, a standard mathematical program.Note that the second-stage variables need to appear in the formulation in order toenforce feasibility.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 21: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Value Function Reformulation (Recourse)

An important special case is when d1 = d2. We can reformulate (MIBLP) as

min c1x + w

subject to A1x ≤ b1

w ≥ φ(b2 − A2x)

x ∈ X

where φ is again the value function of the second-stage problem.In these special cases, we can project out the second-stage variables, as in atraditional Benders algorithm.This leads to a generalized Benders algorithm obtained by constructingapproximations of φ dynamically.Non-linear “cuts” arising from lower-bounding functions are added in each stepto improve the approximations.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 22: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Polyhedral Reformulation

Convexification considers the following conceptual reformulation.

8

1

2

3

4

5

1 2 3 4 5 6 7

conv(S)

F I

conv(F I)

x

y

min c1x + d1y

s.t. (x, y) ∈ conv(F I)

where F I = (x, y) | x ∈ P1 ∩ X, y ∈ argmind2y | y ∈ P2(x) ∩ YTo get bounds, we’ll optimize over a relaxed feasible region.We’ll iteratively approximate the true feasible region with linear inequalities.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 23: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Roadmap for the Talk

We’ll discuss two main classes of algorithms

Dual

Generalized Benders approach

Approximate the value function from below.

“Benders cuts” are (non-linear, non-convex) “dual functions”.

Can be combined with branching to get “local convexity”.

Primal

Generalized branch-and-cut approach

Approximate the value function from above

With linear “optimality cuts”, we need to branch to achieve convergence inthe general case.

Naturally, we can also have hybrids.Any convergent algorithm for bilevel optimization must somehow construct anapproximation of the value function, usually by intelligent “sampling.”Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 24: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 25: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

MILP Value Function

In this section, we explore the structure of the value function associated a mixedinteger linear optimization problem

zIP = minx∈S

c>x, (MILP)

where, c ∈ Rn, S = x ∈ Zr+ × Rn−r

+ | Ax = b with A ∈ Qm×n, b ∈ Rm.The value function associated with the base instance (MILP) is

MILP Value Function

φ(β) = minx∈S(β)

c>x (MILP-VF)

for β ∈ Rm, where S(β) = x ∈ Zr+ × Rn−r

+ | Ax = β.We let φ(β) =∞ if β ∈ Ω = β ∈ Rm | S(β) = ∅.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 26: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Properties of the MILP Value Function

The MILP value function is non-convex, discontinuous, and piecewise polyhedral.

Example 2φ(β) = min x1 −

34

x2 +34

x3

s.t.54

x1 − x2 +12

x3 = β

x1, x2 ∈ Z+, x3 ∈ R+

(Ex2.MILP)

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 27: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Example: MILP Value Function (Pure Integer)

Example 3φ(β) = min 3x1 +

72

x2 + 3x3 + 6x4 + 7x5 + 5x6

s.t. 6x1 + 5x2 − 4x3 + 2x4 − 7x5 + x6 = β

x1, x2, x3, x4, x5, x6 ∈ Z+

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 28: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Another Example

Example 4

φ(β) = min 3x1 +72

x2 + 3x3 + 6x4 + 7x5 + 5x6

s.t. 6x1 + 5x2 − 4x3 + 2x4 − 7x5 + x6 = β

x1, x2, x3 ∈ Z+, x4, x5, x6 ∈ R+

The structure of this function is inherited from two related functions.Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 29: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Continuous and Integer Restriction of an MILP

Consider the general form of the second-stage value function

φ(β) = min c>I xI + c>C xC

s.t. AIxI + ACxC = β,

y ∈ Zr2+ × Rn2−r2

+

(MILP)

The structure is inherited from that of the continuous restriction:

φC(β) = min c>C xC

s.t. ACxC = β,

xC ∈ Rn2−r2+

(CR)

for C = p2 + 1, . . . , n2 and the similarly defined integer restriction:

φI(β) = min c>I xI

s.t. AIxI = β

xI ∈ Zr2+

(IR)

for I = p2 + 1, . . . , n2.Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 30: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Discrete Representation of the Value Function

For β ∈ Rm2 , we have that

φ(β) = min c>I xI + φC(β − AIxI)

s.t. xI ∈ Zr2+

(2)

From this we see that the value function is comprised of the minimum of a set oftranslations of φC.

The set of shifts, along with φC describe the value function exactly.

For xI ∈ Zr2+, let

φC(β, xI) = c>I xI + φC(β − AI xI) ∀β ∈ Rm2 . (3)

Then we have that φ(β) = minxI∈Zr2+φC(β, xI).

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 31: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Value Function of the Continuous Restriction

Example 5φC(β) = min 6y1 + 7y2 + 5y3

s.t. 2y1 − 7y2 + y3 = β

y1, y2, y3 ∈ R+

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 32: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Related Results

From the basic structure outlined, we can derive many other useful results.

Proposition 1 [Hassanzadeh and Ralphs, 2014b] The gradient of φ on aneighborhood of a differentiable point is a unique optimal dual feasiblesolution to (CR).

Proposition 2 [Hassanzadeh and Ralphs, 2014b] Consider N ⊆ Rm overwhich φ is differentiable. Then, there exist an integral part of the solutionx∗I ∈ Zr and E ∈ E such that φ(b) = c>I x∗I + ν>E (b− AIx∗I ) for all b ∈ N .

This last result can be extended to subset of the domain over which φ is convex.Over such a region, φ coincides with the value function of a translation of thecontinuous restriction.Putting all of together, we get practical finite representation...

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 33: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Points of Strict Local Convexity (Finite Representation)

Example 6

Theorem 1 [Hassanzadeh and Ralphs, 2014b]Under the assumption that β ∈ Rm2 | φI(β) <∞ is finite, there exists a finite setS ⊆ Y such that

φ(β) = minxI∈Sc>I xI + φC(β − AIxI). (4)

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 34: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 35: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Approximating the Value Function

In general, it is difficult to construct the value function explicitly.We therefore propose to approximate the value function by either primal (upper)or dual (lower) bounding functions.

Dual boundsDerived by considering the value function of relaxations of the originalproblem or by constructing dual functions⇒ Relax constraints.

Primal boundsDerived by considering the value function of restrictions of the originalproblem⇒ Fix variables.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 36: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Dual Bounding Functions

A dual function F : Rm → R is one that satisfies F(β) ≤ φ(β) for all β ∈ Rm.These can be seen as solutions to the following general dual.

max F(b) : F(β) ≤ φ(β), β ∈ Rm,F ∈ Υm (D)

where Υm ⊆ f | f : Rm→R.These dual functions are a generalization of the LP dual and play the role of the“cuts” in the Benders algorithm.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 37: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Dual Functions from Branch-and-Bound [Wolsey, 1981]

Let T be the set of terminating nodes of the tree. Then in node t ∈ T , we solve:

φt(β) = min c>x

s.t. Ax = β,

lt ≤ x ≤ ut, x ≥ 0

(5)

The dual of this LP at node t is:

φt(β) = max πtβ + πtlt + πtut

s.t. πtA + πt + πt ≤ c>

π ≥ 0, π ≤ 0

(6)

We obtain the following strong dual function:

mint∈Tπtβ + πtlt + ˆπtut, (7)

where (πt, πt, ˆπt) is an optimal solution to the dual (6).This can be further strengthened by including internal nodes.Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 38: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Dual Functions from Branch-and-Bound

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 39: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Iterative Refinement

The tree obtained from evaluating φ(β) yields a dual function strong at β.By solving for other right-hand sides, we obtain additional dual functions thatcan be aggregated.These additional solves can be done within the same tree, eventually yielding asingle tree representing the entire function.

Node 0

Node 2Node 1

x2 = 0 x2 ≥ 1

Node 0

Node 2

Node 4Node 3

x2 = 1 x2 ≥ 2

Node 1

x2 = 0 x2 ≥ 1

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 40: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Aside: Warm Starting and Sensitivity Analysis

A procedure similar to iterative refinement be used to warm start the solutionprocess for solving MILPs.We have been experimenting with the use of such warm-starting procedures toimprove the solution times for bilevel feasibility checking.The dual functions obtained by solving one instance can be used in place of theusual linear dual for things like improving variable bounds.These dual functions can also be used for sensitivity analysis.This is the topic of another talk.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 41: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Tree Representation of the Value Function

Continuing the process, we eventually generate the entire value function.Consider the strengthened dual

φ∗(β) = mint∈T

q>Ityt

It+ φt

N\It(β −WIt y

tIt), (8)

It is the set of indices of fixed variables, ytIt

are the values of the correspondingvariables in node t.φt

N\Itis the value function of the linear program at node t including only the

unfixed variables.

Theorem 2 [Hassanzadeh and Ralphs, 2014a] Under the assumption thatβ ∈ Rm2 | φI(β) <∞ is finite, there exists a branch-and-bound tree withrespect to which φ∗ = φ.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 42: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Example of Value Function Tree

Node 0

Node 8

Node 10

Node 12

Node 14

Node 16

Node 18β + 30

Node 17maxβ + 25,−2β − 5

y3 = 5 y3 ≥ 6

Node 15maxβ + 20,−2β − 4

y3 = 4 y3 ≥ 5

Node 13maxβ + 15,−2β − 3

y3 = 3 y3 ≥ 4

Node 11maxβ + 10, g9 = −2β − 2

y3 = 2 y3 ≥ 3

Node 9maxβ + 5, g7 = −2β − 1

y3 = 1 y3 ≥ 2

Node 1

Node 3

Node 5

Node 7−2β + 42

Node 6max2β + 28, β − 2

y2 = 2 y2 ≥ 3

Node 4max−2β + 14, β − 1

y2 = 1 y2 ≥ 2

Node 2max−2β, β

y2 = 0 y2 ≥ 1

y3 = 0 y3 ≥ 1

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 43: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Correspondence of Nodes and Local Stability Regions

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 44: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Primal Bounding Functions

Just like the dual (lower) bounding functions, we are interested in a function thatis a valid primal (upper) bound for the value function.

Theorem 3 Let x∗ be an optimal solution to the primal problem with right-handside b. Then φC(β, xI) is a strong primal bounding function at b.

By repeatedly evaluating φI(β), we can obtain upper approximations (andeventually the full value function).

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 45: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

f5

d

z

b1 b2 b3 b4 b5

f1

f2

f3

f4

Figure: Primal bounding functions obtained at right-hand sides bi, i = 1, . . . , 5.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 46: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

“Cutting” Algorithm for Generating the Value Function

Algorithm

Initialize: Let φ(b) =∞ for all b ∈ B, Γ0 =∞, x0I = 0, S0 = x0

I , and k = 0.while Γk > 0 do:

Let φ(β)← minφ(β), φ(β; xkI ) for all β ∈ Rm.

k← k + 1.Solve

Γk = maxβ∈Rm

φ(β)− c>I xI

s.t. AIxI = b

xI ∈ Zr+.

(SP)

to obtain xkI .

Set Sk ← Sk−1 ∪ xkend whilereturn φ(b) = φ(b) for all b ∈ B.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 47: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Formulating (SP)

Surprisingly, the “cut generation” problem (SP) can be formulated easily as anMINLP.

Γk = max θ

s.t. θ + c>I xI ≤ c>I xiI + (AIxI − AIxi

I)>ν i i = 1, . . . , k − 1

A>C νi ≤ cC i = 1, . . . , k − 1

ν i ∈ Rm i = 1, . . . , k − 1xI ∈ Zr

+.

(9)

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 48: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Sample Computational Results

Figure: Normalized approximation gap vs. iteration number.

http://github.com/tkralphs/ValueFunction

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 49: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 50: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Benders’ Principle

zIP = min(x,y)∈Zn

c′x + c′′y

∣∣ A′x + A′′y ≥ b

= minx∈Rn′

c′x + φ(b− A′x)

,

where

φ(d) = min c′′y

s.t. A′′y ≥ d

y ∈ Zn′′

1 2 3 4 5 6 7 8

1

2

3

4

5φ(x)

x

y

Basic Strategy:φ is the value function of an integer program.We iteratively generate an approximation of φ by constructing dual functions.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 51: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Generalized Benders in a Nutshell [Hassanzadeh andRalphs, 2014a]

Benders’ Master Problem

min c′x + w

subject to A′x ≤ b′

w ≥ φ(b′ − A′x)

x ∈ X

φ is a lower approximation of the value function of the second stage problem.We have projected out the second-stage variables.if Y = Rn′′ , φ is a piece-wise linear convex function.The classical Benders’ algorithm approximates φ as the maximum of linear dualfunctions, which are the dual solutions to a linear program.Our method follows the same outline, but our “dual functions” will need to benon-linear.The remainder of the talk is about our computational framework for constructingand representing these functions.Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 52: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 53: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Implementation Overview

Basic Scheme1 Solve master problem to obtain new first stage solution and lower bound.2 Solve scenario subproblems to update value function approximation and

obtain new upper bound.3 Terminate when upper bound equals lower bound.

As in the classical algorithm, we alternate between solving the master problemand subproblems that update the current approximation.The approximation may come from a single tree or a set of trees (more shortly).We require a solver capable of exporting the dual function resulting from thesolve process.Ideally, the solver should also be capable of iterative refinement andwarm-starting, though this is not necessary.The SYMPHONY MILP solver has this capability.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 54: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Quick Example

Consider

min Ψ(x) = min − 3x1 − 4x2 +

2∑ω=1

0.5φ(hω − Tωx)

s.t. x1 + x2 ≤ 5x ∈ Z+

(10)

whereφ(β) = min 3y1 +

72

y2 + 3y3 + 6y4 + 7y5

s.t. 6y1 + 5y2 − 4y3 + 2y4 − 7y5 = β

y1, y2, y3 ∈ Z+, y4, y5 ∈ R+

(11)

with hω = [−4 10] and Tω = [−2 12 ]> (technology matrix is constant)).

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 55: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Example

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 56: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 57: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

SSLP Instances

We apply the algorithm to the SSLP test instances from SIPLIB. The instances havethe following properties. The last column shows the deterministic equivalent solutiontime in seconds.

DEP 2nd StageInstance cons bin int cons bin int Time (s) % Gap

sslp-5-25(25) 751 3130 125 30 130 5 3.17 0sslp-5-25(50) 1501 6255 250 30 130 5 4.22 0

sslp-5-25(100) 3001 12505 500 30 130 5 14.34 0sslp-10-50(50) 3001 25010 500 60 510 10 3600+ 70

sslp-10-50(100) 6001 50010 1000 60 510 10 3600+ 15sslp-15-45(5) 301 3390 75 60 690 15 3600+ 1

sslp-15-45(10) 601 6765 150 60 690 15 1088.69 0

Table: The deterministic equivalent of SSLP instances

where “DEP” and “2nd Stage” correspond to the deterministic equivalent and thesecond stage problems and “cons”, “bins” and “int” respectively represent the numberof constraints, binary variables and general integer variables in the correspondingproblem.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 58: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

SSLP Instances

Instance Iteration Size Time (s) %Gapsslp-5-25(25) 16 (2493, 3639) 182.58 0sslp-5-25(50) 18 (789, 1821) 12.16 0

sslp-5-25(100) 18 (1322, 3410) 27.91 0sslp-10-50(50) 8 (40K, 71K) - 23sslp-10-50(100) 8 (74K, 125K) - 9

sslp-15-45(5) 7 (29K, 56K) - 99sslp-15-45(10) 26 (17K, 29K) - 52

Table: Generalized Benders’ algorithm applied to SSLP instances

The results are generated using the MILP solver SYMPHONY version WSrevision 2522 and CPLEX 12.5.The tests were performed on a 16-core Linux box with 800 MHz AMDprocessors and 31 GB RAM compiled with g++.SSLP 10 and 15 runs were in parallel using 16 cores, other runs sequential.The “Gap%” column refers to the relative gap between the upper bound andlower bound of the Generalized Benders’ algorithm.Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 59: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Analysis

Getting this all to work well is a PITA!

Figure: Jack-in-the-Box Chicken Fajita Pita

It appears possible to generalize the master problem to work for more generalbilevel problems, but there are some potential stumbling blocks.Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 60: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 61: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Basic Convexification Strategy (cont’d)

Convexification considers the following conceptual reformulation.

8

1

2

3

4

5

1 2 3 4 5 6 7

conv(S)

F I

conv(F I)

x

y

min c1x + d1y

s.t. (x, y) ∈ conv(F I)

where F I = (x, y) | x ∈ P1 ∩ X, y ∈ argmind2y | y ∈ P2(x) ∩ YTo get bounds, we’ll optimize over a relaxed feasible region.We’ll iteratively approximate the true feasible region with linear inequalities.This turns out to be essentially the same as bounding the value function fromabove with linear function.Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 62: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

A Branch-and-Cut Algorithm

Putting all of this together, we propose a branch-and-bound approach.

Components

Bounding

Branching

Feasibility checking

Search strategies

Preprocessing methods

Primal heuristics

In the remainder of the talk, we address development of these components,focusing mainly on bounding.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 63: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Dual Bounds

Dual bounds for the MIBLP can be obtained by relaxing the value function constraint.

1 2 3 4 5 6 7 8

1

2

3

4

5

F

x

y

F I min c1x + d1y

subject to A1x ≤ b1

G2y ≥ b2 − a2x

Hix + H2y ≤ h

x ∈ X, y ∈ Y,

Note that in practice, we may further relax integrality conditions.The additional inequalities are valid inequalities that serve to approximate thevalue function.The algorithm is very similar to branch-and-cut for solving traditionalmathematical programs.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 64: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Bilevel Feasibility Check

Let (x, y) ∈ X × Y be a solution to the dual bounding relaxation problem.We fix x = x and solve the second-stage problem

miny∈P2(x)∩X

d2y (12)

with the fixed first-stage solution x.Let y∗ be the solution to (12).

(x, y∗) is bilevel feasible⇒ c1x + d1y∗ is a valid primal bound on the optimal valueof the original MIBLP

Either1 d2y = d2y∗ ⇒ (x, y) is bilevel feasible.2 d2y > d2y∗ ⇒ (x, y) is bilevel infeasible.

What do we do in the case of bilevel infeasibility?Generate a valid inequality violated by (x, y) (improve our approximation of thevalue function).Branch on a disjunction violated by (x, y).

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 65: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Gomory-like Cuts (Pure Integer Case)

We can generate cuts to separate solutions proven bilevel infeasible using aprocedure similar to that for generating Gomory cuts.Let

A :=

[A1

A2

]∈ Z(m1+m2)×n1 ,G :=

[0

G2

]∈ Zm2×n2 , b :=

[b1

b2

]∈ Zm1+m2 .

A basic feasible solution (x, y) ∈ ΩI to the dual bounding problem is theunique solution to

a′ix + g′iy = bi, i ∈ I

where I is the set of active constraints at (x, y).

This implies that(x, y) ∈ ΩI |

∑i∈I

a′ix + g′iy =∑i∈I

bi

=

(x, y)

and∑

i∈I a′ix + g′iy ≤∑

i∈I bi is valid for Ω.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 66: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Gomory-like Cuts (cont’d.)

A Valid Inequality∑i∈I a′ix + g′iy ≤

∑i∈I bi − 1 for all (x, y) ∈ ΩI \ (x, y).

maxx

minyy | −x + y ≤ 2,−2x− y ≤ −2, 3x− y ≤ 3, y ≤ 3, x, y ∈ Z+ .

1 2 3

2

3

1

−x + 2y ≤ 4

x

y

−x + 2y ≤ 5

This yields a finite algorithm in the pure integer case. We can generalize these cuts tothe case where the constraint matrix is rational.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 67: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

No Good Cuts

In the binary case, we can directly enforce x 6= x by imposing the cut∑i:xi=0

xi +∑

i:xi=1

(1− xi) ≥ 1.

This also cuts one solution at a time.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 68: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Optimality Cuts

Stronger cuts can be obtained by exploiting the bound information obtainedduring the feasibility check.Implicitly, we will impose the constraint

d2y ≤ φ(b2 − A2x)

by adding a set of linear cuts (which may be locally or globally valid).In order to accomplish this, we need to do it in tandem with branching—imposecuts that are locally valid to overcome nonconvexity.After checking bilevel feasibility of (x, y) ∈ (P1 ∩ X)× (P2(x) ∩ Y), we knowthat

y ∈ P2(x)⇒ d2y ≤ d2y

There are a number of ways to impose this logic.Generate intersection cuts [Fischetti et al., 2016].Impose the logic with integer variables [Mitsos, 2010]

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 69: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

A Branching Disjunction

We then have the following valid disjunction [Xu, 2012].

(A2x ≤ b2 − G2y AND d>y ≤ d>y) OR(A2x)1 > b2

1 − (G2y)1 OR(A2x)2 > b2

2 − (G2y)2 OR...

(A2x)m2 > b2m2− (G2y)m2 OR

This can be imposed in practice by branching with appropriate choice of ε’s toenforce strict inequality.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 70: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Special Case: G2 ∈ Rm2×n2+

When G2 ∈ Rm2×n2+ , we have the property that

x ≥ x⇒ P2(x) ⊆ P2(x)

This means that

x ≥ x ⇒ φ(G2 − A2x) ≥ φ(G2 − A2x)

If we additionally have binary upper level variables, then the previousdisjunction can be simplified to∑

i:xi=0

xi = 0 AND d2y ≤ d2y

OR∑i:xi=0

xi ≥ 1

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 71: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Special Case: Interdiction

In the case of interdiction problems, we have

xi = 1⇒ yi = 0

When G2 ∈ Rm2×n2+ , we also have that G2y ≤ b2 ⇒ G2y ≤ b2 ∀y ≤ y.

We can then derive a cut

d2y ≤∑

1≤i≤n2

d2i yi(1− xi)

We call these Benders cuts because if we add one such cut for each second-stagesolution, we get the exact value function.This cut was mentioned (but not used) in Caprara et al. [2014a]’s work onknapsack interdiction.Anecdotally seems to have been used previously in some application-orientedpapers.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 72: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

More Generally

More generally, what we would like to do is to impose the following constraint.

d2y ≤ φ(b2 − A2x)

where φ is an upper approximation of the value function.A naive attempt would be to calculate a global bound α on the second-stageobjective value and impose a cut d2y ≤ α.

Bilevel Bounding Problem

α = max d2y

s.t. A1x ≤ b1

y ∈ argmind2y : G2y ≤ b2 − A2x, y ∈ Yx ∈ X

This initial inequality can be lifted or we can generate locally valid versions atnodes in the tree.Note that we do not need the optimal value α∗—any upper bound will suffice.Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 73: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 74: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Implementation: MibS

The Mixed Integer Bilevel Solver (MibS) implements the branch and boundframework described here using software available from the ComputationalInfrastructure for Operations Research (COIN-OR) repository.

COIN-OR Components Used

The COIN High Performance Parallel Search (CHiPPS) framework tomanage the global branch and bound.The SYMPHONY framework for checking bilevel feasibility..The COIN LP Solver (CLP) framework for solving the LPs arising in thebranch and cut.The Cut Generation Library (CGL) for generating cutting planes withinboth SYMPHONY and MibS itself.The Open Solver Interface (OSI) for interfacing with SYMPHONY andCLP.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 75: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

What Is Implemented

MibS is an open source solver for bilevel integer programs built on top of the BLISlayer of CHiPPS. Features include

Branch and Cut framework for general IBLPsWarm-starting during feasibility check.Dual improvement of variable bounds.All classes of cuts.Several primal heuristics.Simple preprocessing.

Specialized methods (primarily cuts) for specific problem classesPure binary at the upper level.Interdiction problems.

Standalone heuristicsGreedy method for interdiction problems.Weighted sums method for general problems.Stationary point method for general problems.

MibS is available for download at

http://github.com/tkralphs/MibS

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 76: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Outline

1 Multistage OptimizationMotivationSettingReformulations

2 The MILP Value FunctionBasic StructureApproximating the Value Function

3 Dual AlgorithmsBasic PrinciplesImplementationComputational Results

4 Primal AlgorithmsBasic PrinciplesImplementationComputational Results

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 77: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Computational Results

Computations were done on a set of 140 interdiction problems with thefollowing second-stage problem types.

Knapsack problems.Random MILP.

Computations were done on the COR@L compute cluster consisting of 16-coreAMD Opteron 2.0 GHz Debian Linux nodes with 32 Gb of memory.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 78: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Computational Results: Interdiction instances

Figure: Performance profile of interdiction instances that can be solved by at least one methodwith time as a performance measure

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 79: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Conclusions

The theory underlying these algorithms is maturing.Many of the computational tools necessary for experimentation now also exist.Computationally, we have looked primarily at the recourse (stochasticprogramming) and interdiction (zero sum) cases.Substantial progress has been made on these, but they appear much easier thanthe general case.In future work, we plan to leverage what we’ve learned to develop methodologyfor the general case.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 80: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

Shameless Promotion: Free Stuff!

CHiPPS: Parallel tree search frameworkDIP/DipPy: Decomposition-based modeling language and MILP solverDiSCO, OsiConic, CglConic: Mixed integer conic solverMibS: Mixed integer bilevel solverSYMPHONY: MILP solver framework with bicriteria, warm starting, etc.GiMPy, GrUMPy: Visualizations and illustrative implementations for graph andoptimization algorithms.CuPPy: Cutting planes in PythonValue Function: Algorithm for constructing value functionsAnd more...

http://github.com/tkralphs

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 81: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

References I

S. Ahmed, M. Tawarmalani, and N.V. Sahinidis. A finite branch-and-bound algorithmfor two-stage stochastic integer programs. Mathematical Programming, 100(2):355–377, 2004.

C.E. Blair. A closed-form representation of mixed-integer program value functions.Mathematical Programming, 71:127–136, 1995.

C.E. Blair and R.G. Jeroslow. The value function of a mixed integer program: I.Discrete Mathematics, 19:121–138, 1977.

C.E. Blair and R.G. Jeroslow. The value function of an integer program.Mathematical Programming, 23:237–273, 1982.

A. Caprara, M. Carvalho, A. Lodi, and G.J. Woeginger. Bilevel knapsack withinterdiction constraints. Technical Report OR-14-4, University of Bologna, 2014a.

A. Caprara, M. Carvalho, A. Lodi, and G.J. Woeginger. A study on the computationalcomplexity of the bilevel knapsack problem. SIAM Journal on Optimization, 24:823–838, 2014b.

M. Caramia and R. Mari. Enhanced exact algorithms for discrete bilevel linearproblems. Optimization Letters, ??:??–??, 2013.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 82: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

References II

C.C. Carøe and R. Schultz. Dual decomposition in stochastic integer programming.Operations Research Letters, 24(1):37–46, 1998.

C.C. Carøe and J. Tind. A cutting-plane approach to mixed 0-1 stochastic integerprograms. European Journal of Operational Research, 101(2):306–316, 1997.

C.C. Carøe and J. Tind. L-shaped decomposition of two-stage stochastic programswith integer recourse. Mathematical Programming, 83(1):451–464, 1998.

S DeNegre. Interdiction and Discrete Bilevel Linear Programming. Phd, LehighUniversity, 2011. URL http://coral.ie.lehigh.edu/~ted/files/papers/ScottDeNegreDissertation11.pdf.

S DeNegre and T K R. A branch-and-cut algorithm for bilevel integer programming.In Proceedings of the Eleventh INFORMS Computing Society Meeting, pages65–78, 2009. doi: 10.1007/978-0-387-88843-9_4. URL http://coral.ie.lehigh.edu/~ted/files/papers/BILEVEL08.pdf.

S.T. DeNegre, T.K. R, and S.A. Tahernejad. Mibs: An open source solver for mixedinteger bilevel optimization problems. Technical report, COR@L Laboratory,Lehigh University, 2016.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 83: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

References III

M. Fischetti, I. Ljubic, M. Monaci, and M. Sinnl. Intersection cuts for bileveloptimization. In Proceedings of the 18th Conference on Integer Programming andCombinatorial Optimization, 2016.

Dinakar Gade, Simge Küçükyavuz, and Suvrajeet Sen. Decomposition algorithmswith parametric gomory cuts for two-stage stochastic integer programs.Mathematical Programming, pages 1–26, 2012.

G. Gamrath, B. Hiller, and J. Witzig. Reoptimization techniques for mip solvers. InProceedings of the 14th International Symposium on Experimental Algorithms,2015.

M Güzelsoy. Dual Methods in Mixed Integer Linear Programming. Phd, LehighUniversity, 2009. URL http://coral.ie.lehigh.edu/~ted/files/papers/MenalGuzelsoyDissertation09.pdf.

M Güzelsoy and T K R. Duality for mixed-integer linear programs. InternationalJournal of Operations Research, 4:118–137, 2007. URL http://coral.ie.lehigh.edu/~ted/files/papers/MILPD06.pdf.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 84: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

References IV

A Hassanzadeh and T K R. A generalized benders’ algorithm for two-stage stochasticprogram with mixed integer recourse. Technical report, COR@L LaboratoryReport 14T-005, Lehigh University, 2014a. URL http://coral.ie.lehigh.edu/~ted/files/papers/SMILPGenBenders14.pdf.

A Hassanzadeh and T K R. On the value function of a mixed integer linearoptimization problem and an algorithm for its construction. Technical report,COR@L Laboratory Report 14T-004, Lehigh University, 2014b. URLhttp://coral.ie.lehigh.edu/~ted/files/papers/MILPValueFunction14.pdf.

Mehdi Hemmati and Cole Smith. A mixed integer bilevel programming approach fora competitive set covering problem. Technical report, Clemson University, 2016.

Robert G Jeroslow. Minimal inequalities. Mathematical Programming, 17(1):1–15,1979.

Ellis L Johnson. Cyclic groups, cutting planes and shortest paths. Mathematicalprogramming, pages 185–211, 1973.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 85: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

References V

Ellis L Johnson. On the group problem for mixed integer programming. InApproaches to Integer Programming, pages 137–179. Springer, 1974.

Ellis L Johnson. On the group problem and a subadditive approach to integerprogramming. Annals of Discrete Mathematics, 5:97–112, 1979.

P. Kleniati and C. Adjiman. Branch-and-sandwich: A deterministic globaloptimization algorithm for optimistic bilevel programming problems. part i:Theoretical development. Journal of Global Optimization, 60:425–458, 2014a.

P. Kleniati and C. Adjiman. Branch-and-sandwich: A deterministic globaloptimization algorithm for optimistic bilevel programming problems. part ii:Convergence analysis and numerical results. Journal of Global Optimization, 60:459–481, 2014b.

N. Kong, A.J. Schaefer, and B. Hunsaker. Two-stage integer programs with stochasticright-hand sides: a superadditive dual approach. Mathematical Programming, 108(2):275–296, 2006.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 86: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

References VI

G. Laporte and F.V. Louveaux. The integer l-shaped method for stochastic integerprograms with complete recourse. Operations research letters, 13(3):133–142,1993.

A Lodi, T K R, and G Woeginger. Bilevel programming and the separation problem.Mathematical Programming, 148:437–458, 2014. doi:10.1007/s10107-013-0700-x. URL http://coral.ie.lehigh.edu/~ted/files/papers/BilevelSeparation12.pdf.

L. Lozano and J.C. Smith. A backward sampling framework for interdiction problemswith fortification. Technical report, Clemson University, 2016.

A. Mitsos. Global solution of nonlinear mixed integer bilevel programs. Journal ofGlobal Optimization, 47:557–582, 2010.

J.T. Moore and J.F. Bard. The mixed integer linear bilevel programming problem.Operations Research, 38(5):911–921, 1990.

Lewis Ntaimo. Disjunctive decomposition for two-stage stochastic mixed-binaryprograms with random recourse. Operations research, 58(1):229–243, 2010.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 87: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

References VII

T K R and M Güzelsoy. The symphony callable library for mixed-integer linearprogramming. In Proceedings of the Ninth INFORMS Computing SocietyConference, pages 61–76, 2005. doi: 10.1007/0-387-23529-9_5. URL http://coral.ie.lehigh.edu/~ted/files/papers/SYMPHONY04.pdf.

T K R and M Güzelsoy. Duality and warm starting in integer programming. In TheProceedings of the 2006 NSF Design, Service, and Manufacturing Grantees andResearch Conference, 2006. URLhttp://coral.ie.lehigh.edu/~ted/files/papers/DMII06.pdf.

R. Schultz, L. Stougie, and M.H. Van Der Vlerk. Solving stochastic programs withinteger recourse by enumeration: A framework using Gröbner basis. MathematicalProgramming, 83(1):229–252, 1998.

S. Sen and J.L. Higle. The C3 theorem and a D2 algorithm for large scale stochasticmixed-integer programming: Set convexification. Mathematical Programming, 104(1):1–20, 2005. ISSN 0025-5610.

S. Sen and H.D. Sherali. Decomposition with branch-and-cut approaches fortwo-stage stochastic mixed-integer programming. Mathematical Programming,106(2):203–223, 2006. ISSN 0025-5610.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 88: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

References VIII

Hanif D Sherali and J Cole Smith. Two-stage stochastic hierarchical multiple riskproblems: models and algorithms. Mathematical programming, 120(2):403–427,2009.

H.D. Sherali and B.M.P. Fraticelli. A modification of Benders’ decompositionalgorithm for discrete subproblems: An approach for stochastic programs withinteger recourse. Journal of Global Optimization, 22(1):319–342, 2002.

H.D. Sherali and X. Zhu. On solving discrete two-stage stochastic programs havingmixed-integer first-and second-stage variables. Mathematical Programming, 108(2):597–616, 2006.

Andrew C Trapp, Oleg A Prokopyev, and Andrew J Schaefer. On a level-setcharacterization of the value function of an integer program and its application tostochastic programming. Operations Research, 61(2):498–511, 2013.

L.A. Wolsey. Integer programming duality: Price functions and sensitivity analysis.Mathematical Programming, 20(1):173–195, 1981. ISSN 0025-5610.

P. Xu. Three Essays on Bilevel Optimization and Applications. PhD thesis, Iowa StateUniversity, 2012.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization

Page 89: Multistage Discrete Optimization - Lehigh Universitycoral.ie.lehigh.edu/~ted/files/talks/BILEVEL-IWOBIP16.pdf · 2017. 2. 18. · Multistage Discrete Optimization Ted Ralphs 1Joint

References IX

Yang Yuan and Suvrajeet Sen. Enhanced cut generation methods fordecomposition-based branch and cut for two-stage stochastic mixed-integerprograms. INFORMS Journal on Computing, 21(3):480–487, 2009.

Ralphs et.al. (COR@L Lab) Multistage Discrete Optimization