Stochastic Programming
Stochastic Programming
Second Edition
Peter Kall
Institute for Operations Research
and Mathematical Methods of Economics
University of Zurich
CH-8044 Zurich
Stein W. Wallace
Molde University College
P.O. Box 2110
N-6402 Molde, Norway
Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix
1 Basic Concepts . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1.1 A numerical example . . . . . . . . . . . . . . . . . . . . 1
1.1.2 Scenario analysis . . . . . . . . . . . . . . . . . . . . . . 2
1.1.3 Using the expected value of p . . . . . . . . . . . . . . . 3
1.1.4 Maximizing the expected value of the objective . . . . . 4
1.1.5 The IQ of hindsight . . . . . . . . . . . . . . . . . . . . 5
1.1.6 Options . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.2 Preliminaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.3 An Illustrative Example . . . . . . . . . . . . . . . . . . . . . . 10
1.4 Stochastic Programs: General Formulation . . . . . . . . . . . . 21
1.4.1 Measures and Integrals . . . . . . . . . . . . . . . . . . . 21
1.4.2 Deterministic Equivalents . . . . . . . . . . . . . . . . . 31
1.5 Properties of Recourse Problems . . . . . . . . . . . . . . . . . 36
1.6 Properties of Probabilistic Constraints . . . . . . . . . . . . . . 46
1.7 Linear Programming . . . . . . . . . . . . . . . . . . . . . . . . 53
1.7.1 The Feasible Set and Solvability . . . . . . . . . . . . . 54
1.7.2 The Simplex Algorithm . . . . . . . . . . . . . . . . . . 64
1.7.3 Duality Statements . . . . . . . . . . . . . . . . . . . . . 70
1.7.4 A Dual Decomposition Method . . . . . . . . . . . . . . 75
1.8 Nonlinear Programming . . . . . . . . . . . . . . . . . . . . . . 80
1.8.1 The Kuhn–Tucker Conditions . . . . . . . . . . . . . . . 83
1.8.2 Solution Techniques . . . . . . . . . . . . . . . . . . . . 89
1.8.2.1 Cutting-plane methods . . . . . . . . . . . . . 90
1.8.2.2 Descent methods . . . . . . . . . . . . . . . . . 93
1.8.2.3 Penalty methods . . . . . . . . . . . . . . . . . 97
1.8.2.4 Lagrangian methods . . . . . . . . . . . . . . . 98
1.9 Bibliographical Notes . . . . . . . . . . . . . . . . . . . . . . . . 102
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
iv STOCHASTIC PROGRAMMING
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
5 Preprocessing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261
5.1 Problem Reduction . . . . . . . . . . . . . . . . . . . . . . . . . 261
5.1.1 Finding a Frame . . . . . . . . . . . . . . . . . . . . . . 262
5.1.2 Removing Unnecessary Columns . . . . . . . . . . . . . 263
5.1.3 Removing Unnecessary Rows . . . . . . . . . . . . . . . 264
5.2 Feasibility in Linear Programs . . . . . . . . . . . . . . . . . . . 265
5.2.1 A Small Example . . . . . . . . . . . . . . . . . . . . . . 271
5.3 Reducing the Complexity of Feasibility Tests . . . . . . . . . . 273
5.4 Bibliographical Notes . . . . . . . . . . . . . . . . . . . . . . . . 274
Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 275
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 313
Preface
Over the last few years, both of the authors, and also most others in the field
of stochastic programming, have said that what we need more than anything
just now is a basic textbook—a textbook that makes the area available not
only to mathematicians, but also to students and other interested parties who
cannot or will not try to approach the field via the journals. We also felt
the need to provide an appropriate text for instructors who want to include
the subject in their curriculum. It is probably not possible to write such a
book without assuming some knowledge of mathematics, but it has been our
clear goal to avoid writing a text readable only for mathematicians. We want
the book to be accessible to any quantitatively minded student in business,
economics, computer science and engineering, plus, of course, mathematics.
So what do we mean by a quantitatively minded student? We assume that
the reader of this book has had a basic course in calculus, linear algebra
and probability. Although most readers will have a background in linear
programming (which replaces the need for a specific course in linear algebra),
we provide an outline of all the theory we need from linear and nonlinear
programming. We have chosen to put this material into Chapter 1, so that
the reader who is familiar with the theory can drop it, and the reader who
knows the material, but wonders about the exact definition of some term, or
who is slightly unfamiliar with our terminology, can easily check how we see
things. We hope that instructors will find enough material in Chapter 1 to
cover specific topics that may have been omitted in the standard book on
optimization used in their institution. By putting this material directly into
the running text, we have made the book more readable for those with the
minimal background. But, at the same time, we have found it best to separate
what is new in this book—stochastic programming—from more standard
material of linear and nonlinear programming.
Despite this clear goal concerning the level of mathematics, we must
admit that when treating some of the subjects, like probabilistic constraints
(Section 1.6 and Chapter 4), or particular solution methods for stochastic
programs, like stochastic decomposition (Section 3.8) or quasi-gradient
viii STOCHASTIC PROGRAMMING
methods (Section 3.9), we have had to use a slightly more advanced language
in probability. Although the actual information found in those parts of the
book is made simple, some terminology may here and there not belong to
the basic probability terminology. Hence, for these parts, the instructor must
either provide some basic background in terminology, or the reader should at
least consult carefully Section 1.4.1, where we have tried to put together those
terms and concepts from probability theory used later in this text.
Within the mathematical programming community, it is common to split
the field into topics such as linear programming, nonlinear programming,
network flows, integer and combinatorial optimization, and, finally, stochastic
programming. Convenient as that may be, it is conceptually inappropriate.
It puts forward the idea that stochastic programming is distinct from integer
programming the same way that linear programming is distinct from nonlinear
programming. The counterpart of stochastic programming is, of course,
deterministic programming. We have stochastic and deterministic linear
programming, deterministic and stochastic network flow problems, and so on.
Although this book mostly covers stochastic linear programming (since that is
the best developed topic), we also discuss stochastic nonlinear programming,
integer programming and network flows.
Since we have let subject areas guide the organization of the book, the
chapters are of rather different lengths. Chapter 1 starts out with a simple
example that introduces many of the concepts to be used later on. Tempting as
it may be, we strongly discourage skipping these introductory parts. If these
parts are skipped, stochastic programming will come forward as merely an
algorithmic and mathematical subject, which will serve to limit the usefulness
of the field. In addition to the algorithmic and mathematical facets of the
field, stochastic programming also involves model creation and specification
of solution characteristics. All instructors know that modelling is harder to
teach than are methods. We are sorry to admit that this difficulty persists
in this text as well. That is, we do not provide an in-depth discussion of
modelling stochastic programs. The text is not free from discussions of models
and modelling, however, and it is our strong belief that a course based on this
text is better (and also easier to teach and motivate) when modelling issues
are included in the course.
Chapter 1 contains a formal approach to stochastic programming, with a
discussion of different problem classes and their characteristics. The chapter
ends with linear and nonlinear programming theory that weighs heavily in
stochastic programming. The reader will probably get the feeling that the
parts concerned with chance-constrained programming are mathematically
more complicated than some parts discussing recourse models. There is a
good reason for that: whereas recourse models transform the randomness
contained in a stochastic program into one special parameter of some random
vector’s distribution, namely its expectation, chance constrained models deal
PREFACE ix
more explicitly with the distribution itself. Hence the latter models may
be more difficult, but at the same time they also exhaust more of the
information contained in the probability distribution. However, with respect to
applications, there is no generally valid justification to state that any one of the
two basic model types is “better” or “more relevant”. As a matter of fact, we
know of applications for which the recourse model is very appropriate and of
others for which chance constraints have to be modelled, and even applications
are known for which recourse terms for one part of the stochastic constraints
and chance constraints for another part were designed. Hence, in a first reading
or an introductory course, one or the other proof appearing too complicated
can certainly be skipped without harm. However, to get a valid picture about
stochastic programming, the statements about basic properties of both model
types as well as the ideas underlying the various solution approaches should be
noticed. Although the basic linear and nonlinear programming is put together
in one specific part of the book, the instructor or the reader should pick up
the subjects as they are needed for the understanding of the other chapters.
That way, it will be easier to pick out exactly those parts of the theory that
the students or readers do not know already.
Chapter 2 starts out with a discussion of the Bellman principle for
solving dynamic problems, and then discusses decision trees and dynamic
programming in both deterministic and stochastic settings. There then follows
a discussion of the rather new approach of scenario aggregation. We conclude
the chapter with a discussion of the value of using stochastic models.
Chapter 3 covers recourse problems. We first discuss some topics from
Chapter 1 in more detail. Then we consider decomposition procedures
especially designed for stochastic programs with recourse. We next turn to
the questions of bounds and approximations, outlining some major ideas
and indicating the direction for other approaches. The special case of simple
recourse is then explained, before we show how decomposition procedures for
stochastic programs fit into the framework of branch-and-cut procedures for
integer programs. This makes it possible to develop an approach for stochastic
integer programs. We conclude the chapter with a discussion of Monte-Carlo
based methods, in particular stochastic decomposition and quasi-gradient
methods.
Chapter 4 is devoted to probabilistic constraints. Based on convexity
statements provided in Section 1.6, one particular solution method is described
for the case of joint chance constraints with a multivariate normal distribution
of the right-hand side. For separate probabilistic constraints with a joint
normal distribution of the coefficients, we show how the problem can be
transformed into a deterministic convex nonlinear program. Finally, we
address a problem very relevant in dealing with chance constraints: the
problem of how to construct efficiently lower and upper bounds for a
multivariate distribution function, and give a first sketch of the ideas used
x STOCHASTIC PROGRAMMING
in this area.
Preprocessing is the subject of Chapter 5. “Preprocessing” is any analysis
that is carried out before the actual solution procedure is called. Preprocessing
can be useful for simplifying calculations, but the main purpose is to facilitate
a tool for model evaluation.
We conclude the book with a closer look at networks (Chapter 6). Since
these are nothing else than specially structured linear programs, we can draw
freely from the topics in Chapter 3. However, the added structure of networks
allows many simplifications. We discuss feasibility, preprocessing and bounds.
We conclude the chapter with a closer look at PERT networks.
Each chapter ends with a short discussion of where more literature can be
found, some exercises, and, finally, a list of references.
Writing this book has been both interesting and difficult. Since it is the first
basic textbook totally devoted to stochastic programming, we both enjoyed
and suffered from the fact that there is, so far, no experience to suggest how
such a book should be constructed. Are the chapters in the correct order?
Is the level of difficulty even throughout the book? Have we really captured
the basics of the field? In all cases the answer is probably NO. Therefore,
dear reader, we appreciate all comments you may have, be they regarding
misprints, plain errors, or simply good ideas about how this should have been
done. And also, if you produce suitable exercises, we shall be very happy to
receive them, and if this book ever gets revised, we shall certainly add them,
and allude to the contributor.
About 50% of this text served as a basis for a course in stochastic
programming at The Norwegian Institute of Technology in the fall of 1992. We
wish to thank the students for putting up with a very preliminary text, and
for finding such an astonishing number of errors and misprints. Last but not
least, we owe sincere thanks to Julia Higle (University of Arizona, Tucson),
Diethard Klatte (Univerity of Zurich), Janos Mayer (University of Zurich) and
Pavel Popela (Technical University of Brno) who have read the manuscript1
very carefully and fixed not only linguistic bugs but prevented us from quite a
number of crucial mistakes. Finally we highly appreciate the good cooperation
and very helpful comments provided by our publisher. The remaining errors
are obviously the sole responsibility of the authors.
1 Written in LATEX
1
Basic Concepts
1.1 Motivation
2 4
3
1
5 6
7 8
Figure 1 Eight of the nine possible decisions. The area surrounded by thin
lines correspond to Lot 1, the area with thick lines to Lot 2. For example,
Decision 6 is to develop both lots, and build a plant on Lot 1. Decision 9 is to
do nothing.
developing the land building the plant building the plant later
Lot 1 600 200 220
Lot 2 100 600 660
We call this the expected value solution. We can also calculate the expected
value of using the expected value solution. That is, we can use the expected
value solution, and then see how it performs under the possible futures. We
get
1 1
−700 + 210 + 1250 = 30.
2 2
It is not a general result that the expected value of using the expected value
solution equals the scenario solution value corresponding to the expected value
of the parameters (here p). But in this case that happens.
4 STOCHASTIC PROGRAMMING
As we see from Table 1, the optimal solution is to develop Lot 2, then wait to
see what the price turns out to be. If the price turns out to be low, do nothing,
if it turns out to be high, build plant 2. The solution that truly maximizes the
expected value of the objective function will be called the stochastic solution.
Note that also two more solutions are substantially better than the expected
value solution.
All three solutions that are better than the expected value solution are
solutions with options in them. That is, they mean that we develop some land
in anticipation of high prices. Of course, there is a chance that the investment
BASIC CONCEPTS 5
1.1.6 Options
We have already hinted at it several times, but let us repeat the observation
that the value of a stochastic programming approach to a problem lies in
the explicit evaluation of flexibility. Flexible solutions will always lose in
deterministic evaluations.
Another area where these observations have been made for quite a while is
option theory. This theory is mostly developed for financial models, but the
theory of real options (for example investments) is coming. Let us consider
our extremely simple example in the light of options.
6 STOCHASTIC PROGRAMMING
We observed from Table 1 that the expected Net Present Value (NPV)
of Decision 4, i.e. the decision to develop Lot 2 and build a plant, equals
30. Standard theory tells us to invest if a project has a positive NPV, since
that means the project is profitable. And, indeed, Decision 4 represents an
investment which is profitable in terms of expected profits. But as we have
observed, Decision 3 is better, and it is not possible to make both decisions;
they exclude each other. The expected NPV for Decision 3 is 195. The
difference of 165 is the value of an option, namely the option not to build
the plant. Or to put it in a different wording: If your only possibilities were to
develop Lot 2 and build the plant at the same time, or do nothing, and you
were asked how much you were willing to pay in order to be allowed to delay
the building of the plant (at the 10% penalty) the answer is at most 165.
Another possible setting is to assume that the right to develop Lot 2 and
build the plant is for sale. This right can be seen as an option. This option is
worth 195 in the setting where delayed construction of the plant is allowed.
(If delays were not allowed, the right to develop and build would be worth 30,
but that is not an option.)
So what is it that gives an option a value? Its value stems from the right
to do something in the future under certain circumstances, but to drop it in
others if you so wish. And, even more importantly, to evaluate an option you
must model explicitly the future decisions. This is true in our simple model,
but it is equally true in any complex option model. It is not enough to describe
a stochastic future, this stochastic future must contain decisions.
So what are the important aspect of randomness? We may conclude that
there are at least three (all related of course).
1. Randomness is needed to obtain a correct evaluation of the future income
and costs, i.e. to evaluate the objective.
2. Flexibility only has value (and meaning) in a setting of randomness.
3. Only by explicitly evaluating future decisions can decisions containing
flexibility (options) be correctly valued.
BASIC CONCEPTS 7
1.2 Preliminaries
with center x̂ and radius ε > 0) such that ψ(x̂) ≤ ψ(y) ∀y ∈ U . A minimum
ψ(x̄) is called global if ψ(x̄) ≤ ψ(z) ∀z. As we just saw, a local minimum ψ(x̂)
need not be a global minimum.
A situation as in the above example cannot occur with convex programs
because of the following.
Lemma 1.1 If problem (2.3) is a convex program then any local (i.e. relative)
minimum is a global minimum.
During the last four decades, progress in computational methods for solving
mathematical programs has been impressive, and problems of considerable size
may be solved efficiently, and with high reliability.
In many modelling situations it is unreasonable to assume that the
coefficients cj , aij , bi or the functions gi (and the set X) respectively in
problems (2.1) and (2.3) are deterministically fixed. For instance, future
productivities in a production problem, inflows into a reservoir connected
to a hydro power station, demands at various nodes in a transportation
network, and so on, are often appropriately modelled as uncertain parameters,
which are at best characterized by probability distributions. The uncertainty
about the realized values of those parameters cannot always be wiped out
just by inserting their mean values or some other (fixed) estimates during
the modelling process. That is, depending on the practical situation under
consideration, problems (2.1) or (2.3) may not be the appropriate models
for describing the problem we want to solve. In this chapter we emphasize—
and possibly clarify—the need to broaden the scope of modelling real life
decision problems. Furthermore, we shall provide from linear programming
and nonlinear programming the essential ingredients absolutely necessary for
the understanding of the subsequent chapters. Obviously these latter sections
may be skipped—or used as a quick revision—by readers who are already
familiar with the related optimization courses.
Before coming to a more general setting we first derive some typical
stochastic programming models, using a simplified production problem to
illustrate the various model types.
10 STOCHASTIC PROGRAMMING
Let us consider the following problem, idealized for the purpose of easy
presentation. From two raw materials, raw1 and raw2, we may simultaneously
produce two different goods, prod1 and prod2 (as may happen for example in
a refinery). The output of products per unit of the raw materials as well
as the unit costs of the raw materials c = (craw1 , craw2 )T (yielding the
production cost γ), the demands for the products h = (hprod1 , hprod2 )T and
the production capacity b̂, i.e. the maximal total amount of raw materials that
can be processed, are given in Table 2.
According to this formulation of our production problem, we have to deal
with the following linear program:
Products
Raws prod1 prod2 c b̂
raw1 2 3 2 1
raw2 6 3 3 1
relation ≥ ≥ = ≤
h 180 162 γ 100
⎫
min(2xraw1 + 3xraw2 ) ⎪
⎪
⎪
⎪
s.t. xraw1 + xraw2 ≤ 100, ⎪
⎪
⎬
2xraw1 + 6xraw2 ≥ 180,
(3.1)
3xraw1 + 3xraw2 ≥ 162, ⎪
⎪
⎪
⎪
xraw1 ≥ 0, ⎪
⎪
⎭
xraw2 ≥ 0.
instance—can vary within certain limits (for our discussion, randomly) and
that we have to make our decision on the production plan before knowing the
exact values of those data.
To be more specific, let us assume that
Figure 3 LP: feasible production plans and cost function for γ = 290.
where the random variables ζ̃j are modelled using normal distributions, and
η̃1 and η̃2 are distributed uniformly and exponentially respectively, with the
following parameters:1
⎫
distr ζ̃1 ∼ N (0, 12), ⎪
⎪
⎬
distr ζ̃2 ∼ N (0, 9),
(3.4)
distr η̃1 ∼ U[−0.8, 0.8], ⎪
⎪
⎭
distr η̃2 ∼ EX P(λ = 2.5).
For simplicity, we assume that these four random variables are mutually
independent. Since the random variables ζ̃1 , ζ̃2 and η̃2 are unbounded,
we restrict our considerations to their respective 99% confidence intervals
1 We use N (µ, σ) to denote the normal distribution with mean µ and variance σ2 .
BASIC CONCEPTS 13
(except for U). So we have for the above random variables’ realizations
⎫
ζ1 ∈ [−30.91, 30.91], ⎪
⎪
⎬
ζ2 ∈ [−23.18, 23.18],
(3.5)
η1 ∈ [−0.8, 0.8], ⎪
⎪
⎭
η2 ∈ [0.0, 1.84].
Hence, instead of the linear program (3.1), we are dealing with the stochastic
linear program
⎫
min(2xraw1 + 3xraw2 ) ⎪
⎪
xraw2 ≤ 100, ⎪
⎪
s.t. xraw1 + ⎪
⎪
⎬
(2 + η̃1 )xraw1 + 6xraw2 ≥ 180 + ζ̃1 ,
(3.6)
3xraw1 + (3.4 − η̃2 )xraw2 ≥ 162 + ζ̃2 , ⎪
⎪
⎪
⎪
xraw1 ≥ 0, ⎪
⎪
⎭
xraw2 ≥ 0.
This is not a well-defined decision problem, since it is not at all clear what
the meaning of “min” can be before knowing a realization (ζ1 , ζ2 , η1 , η2 ) of
(ζ̃1 , ζ̃2 , η̃1 , η̃2 ).
Geometrically, the consequence of our random parameter changes may
be rather complex. The effect of only the right-hand sides ζi varying
over the intervals given in (3.5) corresponds to parallel translations of the
corresponding facets of the feasible set as shown in Figure 4.
We may instead consider the effect of only the ηi changing their values
within the intervals mentioned in (3.5). That results in rotations of the related
facets. Some possible situations are shown in Figure 5, where the centers of
rotation are indicated by small circles.
Allowing for all the possible changes in the demands and in the
productivities simultaneously yields a superposition of the two geometrical
motions, i.e. the translations and the rotations. It is easily seen that the
variation of the feasible set may be substantial, depending on the actual
realizations of the random data. The same is also true for the so-called wait-
and-see solutions, i.e. for those optimal solutions we should choose if we knew
the realizations of the random parameters in advance. In Figure 6 a few
possible situations are indicated. In addition to the deterministic solution
To introduce another possibility, let us assume that the refinery has made
the following arrangement with its clients. In principle, the clients expect
the refinery to satisfy their weekly demands. However, very likely—according
to the production plan and the unforeseen events determining the clients’
demands and/or the refinery’s productivity—the demands cannot be covered
by the production, which will cause “penalty” costs to the refinery. The
amount of shortage has to be bought from the market. These penalties are
supposed to be proportional to the respective shortage in products, and we
assume that per unit of undeliverable products they amount to
Figure 6 LP: feasible set varying with productivities and demands; some wait-
and-see solutions.
program (3.6) by the well defined stochastic program with recourse, using
˜ := hprod1 = 180 + ζ̃1 , h2 (ξ)
h1 (ξ) ˜ := hprod2 = 162 + ζ̃2 ,
6
%
br 15
rb br
12
r b b r
r ∼ N (0, 12)
9 b r
r b b ∼ N (0, 9)
r b
6 b r
r b b r
3
r b b r
r b b r
-
-30 -25 -20 -15 -10 -5 0 5 10 15 20 25 30
Figure 7 Discrete distribution generated from N (0, 12), N (0, 9); (r1 , r2 ) =
(15, 15).
ρ(x̂) = 0.3188,
whereas the solution of our original LP (3.1) would yield as total expected
costs
γ(x̂) = 204.561.
For the reliability, we now get
ρ(x̄) = 0.9497,
in contrast to
ρ(x̂) = 0.2983
for the LP solution x̂.
Finally we consider the most general case of α(ξ), ˜ β(ξ),
˜ h1 (ξ)
˜ and h2 (ξ)
˜
varying randomly where the distributions are discretely approximated by 5-,
9-, 7- and 11-point distributions respectively, in an analogous manner to the
above. This yields a joint discrete distribution of 5 × 9 × 7 × 11 = 3465
realizations and hence equally many blocks in the recourse problem (3.11);
in other words, we have to solve a linear program with 2 × 3465 + 1 = 6931
constraints! The solution x̌ amounts to
with a reliability of
ρ(x̌) = 0.9452,
20 STOCHASTIC PROGRAMMING
So far we have focused on the case where decisions, turning out post festum
to be the wrong ones, imply penalty costs that depend on the magnitude of
constraint violations. Afterwards, we were able to determine the reliability
of the resulting decisions, which represents a measure of feasibility. Note
that the reliability provides no indication of the size of possible constraint
violations and corresponding penalty costs. Nevertheless, there are many real
life decision situations where reliability is considered to be the most important
issue—either because it seems impossible to quantify a penalty or because of
questions of image or ethics. Examples may be found in various areas such as
medical problems as well as technical applications.
For instance, suppose once again that only the demands are random.
Suppose further that the management of our refinery is convinced that it
is absolutely necessary—in order to maintain a client base—to maintain a
reliability of 95% with respect to satisfying their demands. In this case we may
formulate the following stochastic program with joint probabilistic constraints:
min(2xraw1 + 3xraw2 )
s.t. xraw1 + xraw2 ≤ 100,
xraw1 ≥ 0,
xraw2 ≥ 0,
2xraw1 ˜
+ 6xraw2 ≥ h1 (ξ)
P ˜ ≥ 0.95.
3xraw1 + 3xraw2 ≥ h2 (ξ)
This problem can be solved with appropriate methods, one of which will be
presented later in this text. It seems worth mentioning that in this case
using the normal distributions instead of their discrete approximations is
appropriate owing to theoretical properties of probabilistic constraints to be
discussed later on. The solution of the probabilistically constrained program
is
z = (37.758, 21.698), γI (z) = 140.612.
So the costs—i.e. the first-stage costs—are only slightly increased compared
with the LP solution if we observe the drastic increase of reliability. There
seems to be a contradiction on comparing this last result with the solution
(3.12) in that γI (x̃) < γI (z) and ρ(x̃) > 0.95; however, this discrepancy is due
to the discretization error made by replacing the true normal distribution of
(ξ˜1 , ξ̃2 ) by the 15 × 15 discrete distribution used for the computation of the
solution (3.12). Using the correct normal distribution would obviously yield
γI (x̃) = 138.694 (as in (3.12)), but only ρ(x̃) = 0.9115!
BASIC CONCEPTS 21
In the same way as random parameters in (3.1) led us to the stochastic (linear)
program (3.6), random parameters in (2.3) may lead to the problem
⎫
“min”g0 (x, ξ) ˜ ⎬
˜ ≤ 0, i = 1, · · · , m,
s.t. gi (x, ξ) (4.1)
⎭
x ∈ X ⊂ IRn ,
• an interval if k = 1,
• a rectangle if k = 2,
• a cube if k = 3,
while for k > 3 there is no common language term for these objects since
geometric imagination obviously ends there.
Sometimes we want to know something about the “size” of a set in IRk , e.g.
the length of a beam, the area of a piece of land or the volume of a building;
in other words, we want to measure it. One possibility to do this is to fix
first how we determine the measure of intervals, and a “natural” choice of a
measure µ would be
22 STOCHASTIC PROGRAMMING
1 b−a if a ≤ b,
• in IR : µ(I[a,b) ) =
0 otherwise,
2 (b1 − a1 )(b2 − a2 ) if a ≤ b,
• in IR : µ(I[a,b) ) =
0 otherwise,
(b1 − a1 )(b2 − a2 )(b3 − a3 ) if a ≤ b,
• in IR3 : µ(I[a,b) ) =
0 otherwise.
Obviously for a set A that is the disjoint finite union of intervals, i.e.
(n)
A = ∪M n=1 I , I (n) being intervals such that I (n) ∩ I (m) = ∅ for n = m,
M (n)
we define its measure as µ(A) = n=1 µ(I ). In order to measure a set
A that is not just an interval or a finite union of disjoint intervals, we may
proceed as follows.
Any finite collection of pairwise-disjoint intervals contained in A forms
a packing C of A, C being the union of those intervals, with a well-
defined measure µ(C) as mentioned above. Analogously, any finite collection
of pairwise disjoint intervals, with their union containing A, forms a covering
D of A with a well-defined measure µ(D).
Take for example in IR2 the set
i.e. the half-circle illustrated in Figure 8, which also shows a first possible
packing C1 and covering D1 . Obviously we learned in high school that the
area of Acirc is computed as µ(Acirc ) = 12 × π × (radius)2 = 25.1327, whereas
we easily compute µ(C1 ) = 13.8564 and µ(D1 ) = 32. If we forgot all our
wisdom from high school, we would only be able to conclude that the measure
of the half-circle Acirc is between 13.8564 and 32. To obtain a more precise
estimate, we can try to improve the packing and the covering in such a way
that the new packing C2 exhausts more of the set Acirc and the new covering
D2 becomes a tighter outer approximation of Acirc . This is shown in Figure 9,
for which we get µ(C2 ) = 19.9657 and µ(D2 ) = 27.9658.
Hence the measure of Acirc is between 19.9657 and 27.9658. If this is still
not precise enough, we may further improve the packing and covering. For
the half-cirle Acirc , it is easily seen that we may determine its measure in this
way with any arbitrary accuracy.
In general, for any closed bounded set A ⊂ IRk , we may try a similar
procedure to measure A. Denote by CA the set of all packings for A and by
BASIC CONCEPTS 23
sup{µ(C) | C ∈ CA } = inf{µ(D) | D ∈ DA },
This implies that IRk itself is measurable. Observing that there always exist
collections of countably many pairwise-disjoint intervals I[aν ,bν ) , ν = 1, 2, · · · ,
∞
covering IRk , i.e. ν=1 I[a
ν ,bν ) = IR
k
(e.g. take intervals with all edges having
∞
length 1), we get µ(A) = ν=1 µ(A ∩ I[aν ,bν ) ) as the measure of A. Obviously
µ(A) = ∞ may happen, as it does for instance with A = IR2+ (i.e. the positive
orthant of IR2 ) or with A = {(x, y) ∈ IR2 | x ≥ 1, 0 ≤ y ≤ x1 }. But we also
may find unbounded sets with finite measure as e.g. A = {(x, y) ∈ IR2 | x ≥
0, 0 ≤ y ≤ e−x } (see the exercises at the end of this chapter).
The measure introduced this way for closed sets and based on the
elementary measure for intervals as defined in (4.2) may be extended as a
“natural” measure for the class A of measurable sets in IRk , and will be
denoted throughout by µ. We just add that A is characterized by the following
properties:
These properties are also familiar from probability theory: there we have
some space Ω of outcomes ω (e.g. the results of random experiments), a
collection F of subsets F ⊂ Ω called events, and a probability measure (or
probability distribution) P assigning to each F ∈ F the probability with
which it occurs. To set up probability theory, it is then required that
(i) Ω is an event, i.e. Ω ∈ F, and, with F ∈ F, it holds that also Ω − F ∈ F,
i.e. if F is an event then so also is its complement (or notF );
(ii) the countable union of events is an event.
Observe that these formally coincide with (4.3) except that Ω can be any
space of objects and need not be IRk .
For the probability measure, it is required that
(i) P (F ) ≥ 0 ∀F ∈ F and P (Ω) = 1;
if Fi ∈ F, i = 1, 2, · · · , and Fi ∩ Fj = ∅ for i = j, then P ( ∞
(ii) i=1 Fi ) =
∞
i=1 P (Fi ).
The only difference with (4.4) is that P is bounded to P (F ) ≤ 1 ∀F ∈ F,
whereas µ is unbounded on IRk . The triple (Ω, F , P ) with the above properties
is called a probability space.
In addition, in probability theory we find random variables and random
vectors ξ̃. With A the collection of naturally measurable sets in IRk , a random
vector is a function (i.e. a single-valued mapping)
Example 1.2 At a market hall for the fruit trade you find a particular species
of apples. These apples are traded in certain lots (e.g. of 1000 lb). Buying a lot
involves some risk with respect to the quality of apples contained in it. What
does “quality” mean in this context? Obviously quality is a conglomerate of
criteria described in terms like size, ripeness, flavour, colour and appearance.
Some of the criteria can be expressed through quantitative measurement, while
others cannot (they have to be judged upon by experts). Hence the set Ω of
all possible “qualities” cannot as such be represented as a subset of some IRk .
Having bought a lot, the trader has to sort his apples according to their
“outcomes” (i.e. qualities), which could fall into “events” like “unusable”
26 STOCHASTIC PROGRAMMING
(e.g. rotten or too unripe), “cooking apples”and “low (medium, high) quality
eatable apples”. Having sorted out the “unusable” and the “cooking apples”,
for the remaining apples experts could be asked to judge on ripeness, flavour,
colour and appearance, by assigning real values between 0 and 1 to parameters
r, f, c and a respectively, corresponding to the “degree (or percentage) of
achieving” the particular criterion.
Now we can construct a scalar value for any particular outcome (quality)
ω, for instance as
⎧
⎨ 0 if ω ∈ “unusable”,
1
ṽ(ω) := if ω ∈ “cooking apples”,
⎩ 2
(1 + r)(1 + f )(1 + c)(1 + a) otherwise.
Obviously ṽ has the range ṽ[Ω] = {0} ∪ { 12 } ∪ {[1, 16]}. Denoting the events
“unusable” by U and “cooking apples” by C, we may define the collection F
of events as follows. With G denoting the family of all subsets of Ω − (U ∪ C)
let F contain all unions of U, C, ∅ or Ω with any element of G. Assume that
after long series of observations we have a good estimate for the probabilities
P (A), A ∈ F.
According to our scale, we could classify the apples as
• eatable and
– 1st class for ṽ(ω) ∈ [12, 16] (high selling price),
– 2nd class for ṽ(ω) ∈ [8, 12) (medium price),
– 3rd class for ṽ(ω) ∈ [1, 8) (low price);
1
• good for cooking for ṽ(ω) = 2 (cheap);
• waste for ṽ(ω) = 0.
Obviously the probabilities to have 1st-class apples in our lot is
Pṽ ({[12, 16]}) = P (ṽ −1 [{[12, 16]}]), whereas the probability for having 3rd-
class or cooking apples amounts to
Pṽ ({[1, 8)} ∪ { 21 }) = P (ṽ −1 [{[1, 8)} ∪ { 21 }])
= P (ṽ −1 [{[1, 8)}]) + P (C),
using the fact that ṽ is single-valued and {[1, 8)}, { 21 } and hence ṽ −1 [{[1, 8)}],
ṽ −1 [{ 12 }] = C are disjoint. For an illustration, see Figure 10. 2
Next let us briefly review integrals. Consider first IRk with A, its measurable
sets, and the natural measure µ, and choose some bounded measurable set
B ∈ A. Further, let {A1 , · · · , Ar } be a partition
r of B into measurable sets,
i.e. Ai ∈ A, Ai ∩ Aj = ∅ for i = j, and i=1 Ai = B. Given the indicator
functions χAi : B −→ IR defined by
1 if x ∈ Ai ,
χAi (x) =
0 otherwise,
r
ϕ(x)dµ = ci µ(Ai ). (4.6)
B i=1
In Figure 11 the integral would result by accumulating the shaded areas with
their respective signs as indicated.
BASIC CONCEPTS 29
Observe that the sum (or difference) of simple functions ϕ1 and ϕ2 is again
a simple function and that
[ϕ1 (x) + ϕ2 (x)]dµ = ϕ1 (x)dµ + ϕ2 (x)dµ
B B B
ϕ(x)dµ ≤ |ϕ(x)|dµ
B B
If there exists a function fξ̃ : Ξ −→ IR such that the distribution function can
be represented by an integral with respect to the natural measure µ as
Fξ̃ (x̂) = fξ̃ (x)dµ, x̂ ∈ IRk ,
x≤x̂
then fξ̃ is called the density function of P . In this case the distribution function
is called of continuous type. It follows that for any event A ∈ F we have
P (A) = A fξ̃ (x)dµ. This implies in particular that for any A ∈ F such that
BASIC CONCEPTS 31
µ(A) = 0 also P (A) = 0 has to hold. This fact is referred to by saying that
the probability measure P is absolutely continuous with respect to the natural
measure µ. It can be shown that the reverse statement is also true: given a
probability space (Ξ, F , P ) in IRk with P absolutely continuous with respect
to µ (i.e. every event A ∈ F with the natural measure µ(A) = 0 has also a
probability of zero), there exists a density function fξ̃ for P .
the ith constraint of (4.1) is violated if and only if gi+ (x, ξ) > 0 for a given
decision x and realization ξ of ξ̃. Hence we could provide for each constraint a
recourse or second-stage activity yi (ξ) that, after observing the realization ξ,
is chosen such as to compensate its constraint’s violation—if there is one—by
satisfying gi (x, ξ) − yi (ξ) ≤ 0. This extra effort is assumed to cause an extra
cost or penalty of qi per unit, i.e. our additional costs (called the recourse
function) amount to
m
+
Q(x, ξ) = min qi yi (ξ) yi (ξ) ≥ gi (x, ξ), i = 1, · · · , m , (4.7)
y
i=1
gτ (x0 , · · · , xτ , ξ1 , · · · , ξτ ) ≤ 0
are satisfied, which—as stated—at this stage can only be achieved by the
proper choice of xτ , based on the knowledge of the previous decisions and
realizations. Hence, assuming a cost function qτ (xτ ), at stage τ ≥ 1 we have
a recourse function
indicating that the optimal recourse action x̂τ at time τ depends on the
previous decisions and the realizations observed until stage τ , i.e.
Hence, taking into account the multiple stages, we get as total costs for the
multistage problem
K
f0 (x0 , ξ1 , · · · , ξK ) = g0 (x0 ) + Qτ (x0 , x̂1 , · · · , x̂τ −1 , ξ1 , · · · , ξτ ) (4.12)
τ =1
K
min [g0 (x0 ) + Eξ̃1 ,···,ξ̃τ Qτ (x0 , x̂1 , · · · , x̂τ −1 , ξ̃1 , · · · , ξ˜τ )], (4.13)
x0 ∈X
τ =1
Comparing this with the general stochastic program (4.1), we see that the set
X ⊂ IRn is specified as
X = {x ∈ IRn | Ax = b, x ≥ 0},
recourse
⎫
˜
minx Eξ̃ {cT x + Q(x, ξ)} ⎪
⎪
⎪
s.t. Ax = b ⎪
⎬
x ≥ 0, (4.16)
⎪
⎪
where ⎪
⎪
⎭
Q(x, ξ) = min{q T y | W y = h(ξ) − T (ξ)x, y ≥ 0} .
In particular, we speak of complete fixed recourse if the fixed m1 × n recourse
matrix W satisfies
{z | z = W y, y ≥ 0} = IRm1 . (4.17)
This implies that, whatever the first-stage decision x and the realization ξ of
ξ˜ turn out to be, the second-stage program
where the fi are constructed from the objective and the constraints in (4.1)
or (4.14) respectively. So far, f0 represented the total costs (see (4.8) or (4.12))
and f1 , · · · , fm̄ could be used to describe the first-stage feasible set X.
However, depending on the way the functions fi are derived from the problem
functions gj in (4.1), this general formulation also includes other types of
deterministic equivalents for the stochastic program (4.1).
To give just two examples showing how other deterministic equivalent
problems for (4.1) may be generated, let us choose first α ∈ [0, 1] and define
a “payoff” function for all constraints as
1 − α if gi (x, ξ) ≤ 0, i = 1, · · · , m,
ϕ(x, ξ) :=
−α otherwise.
BASIC CONCEPTS 35
implying
˜ = −E ϕ(x, ξ)
Eξ̃ f1 (x, ξ) ˜ ≤ 0,
ξ̃
where, with the vector-valued function g(x, ξ) = (g1 (x, ξ), · · · , gm (x, ξ))T ,
˜ =
Eξ̃ f1 (x, ξ) f1 (x, ξ)dP
Ξ
= (α − 1)dP + αdP
{g(x,ξ)≤0} {g(x,ξ)≤0}
f0 (x, ξ) = g0 (x, ξ)
αi − 1 if gi (x, ξ) ≤ 0,
fi (x, ξ) = i = 1, · · · , m,
αi otherwise,
36 STOCHASTIC PROGRAMMING
then we get from (4.19) the problem with single (or separate) probabilistic
constraints:
minx∈X Eξ̃ g0 (x, ξ) ˜
(4.22)
s.t. P ({ξ | gi (x, ξ) ≤ 0}) ≥ αi , i = 1, · · · , m.
If, in particular, we have that the functions gi (x, ξ) are linear in x, and if
furthermore the set X is convex polyhedral, i.e. we have the stochastic linear
program ⎫
“min” cT (ξ)x
˜ ⎪
⎪
⎬
s.t. Ax = b,
˜ ≥ h(ξ),
T (ξ)x ˜ ⎪
⎪
⎭
x ≥ 0,
then problems (4.21) and (4.22) become
minx∈X Eξ̃ cT (ξ)x
˜
(4.23)
s.t. P ({ξ | T (ξ)x ≥ h(ξ)}) ≥ α,
and, with Ti (·) and hi (·) denoting the ith row and ith component of T (·) and
h(·) respectively,
minx∈X Eξ̃ cT (ξ)x˜
(4.24)
s.t. P ({ξ | Ti (ξ)x ≥ hi (ξ)}) ≥ αi , i = 1, · · · , m,
the stochastic linear programs with joint and with single chance constraints
respectively.
Obviously there are many other possibilities to generate types of
deterministic equivalents for (4.1) by constructing the fi in different ways
out of the objective and the constraints of (4.1).
Formally, all problems derived, i.e. all the above deterministic equivalents,
are mathematical programs. The first question is, whether or under which
assumptions do they have properties like convexity and smoothness such that
we have any reasonable chance to deal with them computationally using the
toolkit of mathematical programming methods.
Convexity may be shown easily for the recourse problem (4.11) under rather
mild assumptions (given the integrability of g0 + Q).
Proposition 1.1 If g0 (·, ξ) and Q(·, ξ) are convex in x ∀ξ ∈ Ξ, and if X is
a convex set, then (4.11) is a convex program.
BASIC CONCEPTS 37
2
n
Remark 1.1 Observe that for Y = IR+ the convexity of Q(·, ξ) can
immediately be asserted for the linear case (4.16) and that it also holds for the
nonlinear case (4.10) if the functions q(·) and gi (·, ξ) are convex and the Hi (·)
are concave. Just to sketch the argument, assume that ȳ and y̌ solve (4.10)
for x̄ and x̌ respectively, at some realization ξ ∈ Ξ. Then, by the convexity of
gi and the concavity of Hi , i = 1, · · · , m, we have, for any λ ∈ (0, 1),
gi (λx̄ + (1 − λ)x̌, ξ) ≤ λgi (x̄, ξ) + (1 − λ)gi (x̌, ξ)
≤ λHi (ȳ) + (1 − λ)Hi (y̌)
≤ Hi (λȳ + (1 − λ)y̌).
Hence ŷ = λȳ + (1 − λ)y̌ is feasible in (4.10) for x̂ = λx̄ + (1 − λ)x̌, and
therefore, by the convexity of q,
Q(x̂, ξ) ≤ q(ŷ)
≤ λq(ȳ) + (1 − λ)q(y̌)
= λQ(x̄, ξ) + (1 − λ)Q(x̌, ξ).
2
Smoothness (i.e. partial differentiability of Q(x) = Ξ Q(x, ξ) dP ) of
recourse problems may also be asserted under fairly general conditions. For
example, suppose that ϕ : IR2 −→ IR, so that ϕ(x, y) ∈ IR. Recalling that ϕ is
partially differentiable at some point (x̂, ŷ) with respect to x, this means that
∂ϕ(x, y)
there exists a function, called the partial derivative and denoted by ,
∂x
such that
ϕ(x̂ + h, ŷ) − ϕ(x̂, ŷ) ∂ϕ(x̂, ŷ) r(x̂, ŷ; h)
= + ,
h ∂x h
where the “residuum” r satisfies
r(x̂, ŷ; h) h→0
−→ 0.
h
The recourse function is partially differentiable with respect to xj in (x̂, ξ̂) if
there is a function ∂Q(x,ξ)
∂xj such that
with
ˆ h) h→0
ρj (x̂, ξ;
−→ 0,
h
∂Q(x,ξ) T
where ej is the jth unit vector. The vector ( ∂Q(x,ξ)
∂x1 , · · · , ∂xn ) is called
the gradient of Q(x, ξ) with respect to x and is denoted by ∇x Q(x, ξ). Now we
are not only interested in the partial differentiability of the recourse function
Q(x, ξ) but also in that of the expected recourse function Q(x). Provided that
˜ is partially differentiable at x̂ a.s., we get
Q(x, ξ)
Q(x̂ + hej ) − Q(x̂) Q(x̂ + hej , ξ) − Q(x̂, ξ)
= dP
h h
Ξ
∂Q(x̂, ξ) ρj (x̂, ξ; h)
= + dP
Ξ−Nδ ∂xj h
∂Q(x̂, ξ) ρj (x̂, ξ; h)
= dP + dP,
Ξ−Nδ ∂x j Ξ−Nδ h
Remark 1.2 In the linear case (4.16) with complete fixed recourse it is known
from linear programming (see Section 1.7) that the optimal value function
BASIC CONCEPTS 39
Since the Bl are convex polyhedral cones in IRm1 (see Section 1.7) with
nonempty interiors, they may be represented by inequality systems
C l z ≤ 0,
i.e. for any fixed j there exists a τ̂lj > 0 such that
or, equivalently,
e = (1, · · · , 1)T . This implies that for γ := max γ(ξ) there exists a t0 > 0 such
ξ∈Ξ
that
C l [h(ξ) − T (ξ)x] ≤ −|t|γe ∀|t| < t0
(choose, for example, t0 = tl /γ). In other words, there exists a t0 > 0 such
that
Dl (x; t) := {ξ | C l [h(ξ) − T (ξ)x] ≤ −|t|γe} = ∅ ∀|t| < t0 ,
and obviously Dl (x; t) ⊂ Dl (x). Furthermore, by elementary geometry, the
natural measure µ satisfies
Assuming now that we have a continuous density ϕ(ξ) for P , we know already
from (5.1) that µ({ξ ∈ Ξ | ψ(ξ) ∈ Bl − intBl }) = 0. Hence it follows that
˜
Eξ̃ Q(x, ξ) = Q(x, ξ)ϕ(ξ)dξ
l Dl (x)
= {dlT [h(ξ) − T (ξ)x] − δl }ϕ(ξ)dξ,
l Dl (x)
42 STOCHASTIC PROGRAMMING
and, since
Q(x + tej , ξ) − Q(x, ξ)
t→0
ϕ(ξ)dµ ≤ β max ϕ(ξ)|t|v −→ 0,
Dl (x)−Dl (x;t) t ξ∈Ξ
˜ =
∇Eξ̃ Q(x, ξ) ∇x Q(x, ξ)ϕ(ξ)dξ
Dl (x)
l
= T T (ξ)dl ϕ(ξ)dξ.
l Dl (x)
Hence for the linear case—observing (4.15)—we get the differentiability state-
ment of Proposition 1.2 provided that (5.1) is satisfied and P has a continuous
density on Ξ. 2
cT qT qT ··· qT
T (ξ 1 ) W h(ξ 1 )
T (ξ 2 ) W h(ξ 2 )
.. .. ..
. . .
T (ξ r ) W h(ξ r )
From the definition of a support, it follows that x ∈ IRn allows for a feasible
solution of the second-stage program for all ξ ∈ Ξ if and only if this is true
for all ξ j , j = 1, · · · , r. In other words, the induced first-stage feasibility set
K is given as
K = {x | T (ξ j )x + W y j = h(ξ j ), y j ≥ 0, j = 1, · · · , r}.
From this formulation of K (which obviously also holds if ξ̃ has a finite discrete
distribution, i.e. Ξ = {ξ 1 , · · · , ξ r }), we evidently get the following.
Proposition 1.3 If the support Ξ of the distribution of ξ̃ is either a finite
set or a (bounded) convex polyhedron then the induced first-stage feasibility
set K is a convex polyhedral set. The first-stage decisions are restricted to
x ∈ X K.
Example 1.3 Consider the following first-stage feasible set:
X = {x ∈ IR2+ | x1 − 2x2 ≥ −4, x1 + 2x2 ≤ 8, 2x1 − x2 ≤ 6}.
For the second-stage constraints choose
−1 3 5 2 3
W = , T (ξ) ≡ T =
2 2 2 3 1
44 STOCHASTIC PROGRAMMING
and a random vector ξ̃ with the support Ξ = [4, 19] × [13, 21]. Then the
constraints to be satisfied for all ξ ∈ Ξ are
W y = ξ − T x, y ≥ 0.
Since these inequalities have to be satisfied for all ξ ∈ Ξ, choosing the minimal
right-hand sides (for ξ ∈ Ξ) yields the induced constraints as
The first-stage feasible set X together with the induced feasible set are illus-
trated in Figure 17. 2
It might happen that X K = ∅; then we should check our model very
carefully to figure out whether we really modelled what we had in mind or
whether we can find further possibilities for compensation that are not yet
contained in our model. On the other hand, we have already mentioned the
case of a complete fixed recourse matrix (see (4.17) on page 34), for which
K = IRn and therefore the problem of induced constraints does not exist.
Hence it seems interesting to recognize complete recourse matrices.
BASIC CONCEPTS 45
With
y̌i + 1, i = 1, · · · , m1 ,
yi =
y̌i , i > m1 ,
this implies that the constraints (5.4) are necessarily feasible.
To show that the above conditions are also sufficient for complete recourse
let us choose an arbitrary z̄ ∈ IRm1 . Since the columns W1 , · · · , Wm1 are
linearly independent, the system of linear equations
m1
Wi yi = z̄
i=1
solves W y = z̄, y ≥ 0. 2
is the union of all those vectors x feasible according to (6.2), and consequently
may be rewritten as
B(α) = {x | g(x, ξ) ≤ 0}. (6.3)
G∈G ξ∈G
Example 1.4 Assume that in our refinery problem (3.1) the demands are
random with the following discrete joint distribution:
h1 (ξ 1 ) = 160
P = 0.85,
h2 (ξ 1 ) = 135
h1 (ξ 2 ) = 150
P = 0.08,
h2 (ξ 2 ) = 195
h1 (ξ 3 ) = 200
P = 0.07.
h2 (ξ 3 ) = 120
It follows that the feasible set for the above constraints is nonconvex, as shown
in Figure 18. 2
implying
P (S(x̄)) ≥ P (λS(x1 ) + (1 − λ)S(x2 )).
By our assumption on g (joint convexity), any set S(x) is convex. Now we
conclude immediately that B(α) is convex ∀α ∈ [0, 1], if
On the other hand, Fξ̃ being a quasi-concave function does not imply in general
that the corresponding probability measure P is quasi-concave. For instance,
50 STOCHASTIC PROGRAMMING
for all convex Si ∈ F and λ ∈ [0, 1]. That the class of log-concave measures is
really a subclass of the class of quasi-concave measures is easily seen.
Lemma 1.2 If P is a log-concave measure on F then P is quasi-concave.
Proof Let Si ∈ F, i = 1, 2, be convex sets such that P (Si ) > 0, i = 1, 2
(otherwise there is nothing to prove, since P (S) ≥ 0 ∀S ∈ F). By assumption,
for any λ ∈ (0, 1) we have
and hence
P (λS1 + (1 − λ)S2 ) ≥ min[P (S1 ), P (S2 )].
2
The proof has to be omitted here, since it would require a rather advanced
knowledge of measure theory.
(b) Since
−∞ if x < 0,
ln[ϕEX P (x)] =
ln λ − λx if x ≥ 0,
the density of the exponential distribution is obviously log-concave,
implying by Proposition 1.6 that the corresponding measure PEX P is log-
concave and hence, by Lemma 1.2, also quasi-concave.
(c) Taking the logarithm
ln[ϕN (x)] = ln γ − 12 (x − m)T Σ−1 (x − m)
and observing that the covariance matrix Σ and hence its inverse Σ−1 are
positive definite, we see that this density is log-concave, and therefore the
corresponding measure PN is log-concave (by Proposition 1.6) as well as
quasiconcave (by Lemma 1.2).
There are many other classes of widely used continuous type probability
measures, which—according to Proposition 1.6—are either log-concave or at
least quasi-concave. 2
Here the inclusion “⊂” is obvious since x̂ ∈ Vk ∀k, so we have only to show
that
∞
A(x̂) ⊃ cl A(x).
k=1 x∈Vk
∞
Assume that ξ̂ ∈ k=1 cl x∈Vk A(x). This means that for every k we have
ξˆ ∈ cl x∈Vk A(x); in other words, for every k there exists a ξ k ∈ x∈Vk A(x)
and hence some xk ∈ Vk with ξ k ∈ A(xk ) such that ξ k − ξ ˆ ≤ 1/k (and
obviously x − x̂ ≤ 1/k since x ∈ Vk ). Hence (x , ξ ) −→ (x̂, ξ).
k k k k ˆ Since
ξ k ∈ A(xk ), g(xk , ξ k ) ≤ 0 ∀k and therefore, by the continuity of g(·, ·),
ξˆ ∈ A(x̂), which proves (6.4) to be true.
BASIC CONCEPTS 53
K
BK := cl A(x)
k=1 x∈Vk
For stochastic programs with joint chance constraints the situation appears
to be more difficult than for stochastic programs with recourse. But, at least
under certain additional assumptions, we may assert convexity and closedness
of the feasible sets as well (Proposition 1.5, Remark 1.3 and Proposition 1.7).
For stochastic linear programs with single chance constraints, convexity
statements have been derived without the joint convexity assumption on
gi (x, ξ) := hi (ξ) − Ti (ξ)x, for special distributions and special intervals for
the values of αi . In particular, if Ti (ξ) ≡ Ti (constant), the situation becomes
rather convenient: with Fi the distribution function of hi (ξ), ˜ we have
or equivalently
Ti x ≥ Fi−1 (αi ),
where Fi−1 (αi ) is assumed to be the smallest real value η such that Fi (η) ≥ αi .
Hence in this special case any single chance constraint turns out to be just a
linear constraint, and the only additional work to do is to compute Fi−1 (αi ).
where the vectors c ∈ IRn , b ∈ IRm and the m × n matrix A are given
and x ∈ IRn is to be determined. Any other LP6 formulation can easily be
6 We use occasionally “LP” as abbreviation for “linear program(ming)”.
54 STOCHASTIC PROGRAMMING
transformed to assume the form (7.1). If, for instance, we have the problem
min cT x
s.t. Ax ≥ b
x ≥ 0,
then, by introducing a vector y ∈ IRm
+ of slack variables, we get the problem
min cT x
s.t. Ax − y = b
x≥0
y ≥ 0,
which is of the form (7.1). This LP is equivalent to (7.1) in the sense that
the x part of its solution set and the solution set of (7.1) as well as the two
optimal values obviously coincide. Instead, we may have the problem
min cT x
s.t. Ax ≥ b,
where the decision variables are not required to be nonnegative—so-called free
variables. In this case we may introduce a vector y ∈ IRm + of slack variables
and—observing that any real number may be presented as the difference of two
nonnegative numbers—replace the original decision vector x by the difference
z + − z − of the new decision vectors z + , z − ∈ IRn+ yielding the problem
min{cT z + − cT z − }
s.t. Az + − Az − − y = b,
z+ ≥ 0,
z− ≥ 0,
y ≥ 0,
which is again of the form (7.1). Furthermore, it is easily seen that this
transformed LP and its original formulation are equivalent in the sense that
• given any solution (ẑ + , ẑ − , ŷ) of the transformed LP, x̂ := ẑ + − ẑ − is a
solution of the original version,
• given any solution x̌ of the original LP, the vectors y̌ := Ax̌ − b and
ž + , ž − ∈ IRn+ , chosen such that ž + − ž − = x̌, solve the transformed version,
and the optimal values of both versions of the LP coincide.
is satisfied. Given this condition, it may happen that rk(A) < m, but then
we may drop one or more equations from the system without changing its
solution set. Therefore we assume throughout this section that
rk(A) = m, (7.3)
which obviously implies that m ≤ n.
Let us now investigate the feasible set
B := {x | Ax = b, x ≥ 0}
of (7.1). A central concept in linear programming is that of a feasible
basic solution defined as follows: x̂ ∈ B is a feasible basic solution if with
I(x̂) := {i | x̂i > 0} the set {Ai | i ∈ I(x̂)} of columns of A is linearly
independent.7 Hence the components x̂i , i ∈ I(x̂), are the unique solution of
the system of linear equations
Ai xi = b.
i∈I(x̂)
In general, the set I(x̂) and hence also the column set {Ai | i ∈ I(x̂)} may
have less than m elements, which can cause some inconvenience—at least in
formulating the statements we want to present.
Proposition 1.8 Given assumption (7.3), for any basic solution x̂ of B there
exists at least one index set IB (x̂) ⊃ I(x̂) such that the corresponding column
set {Ai | i ∈ IB (x̂)} is a basis of IR . The components x̂i , i ∈ IB (x̂), of
m
x̂ uniquely solve the linear system i∈IB (x̂) Ai xi = b with the nonsingular
matrix (Ai | i ∈ IB (x̂)).
Proof Assume that x̌ ∈ B is a basic solution and that {Ai | i ∈ I(x̌)}
contains k columns, k < m, of A. By (7.3), there exists at least one index
set Jm ⊂ {1, · · · , n} with m elements such that the columns {Ai | i ∈ Jm }
are linearly independent and hence form a basis of IRm . A standard result in
linear algebra asserts that, given a basis of an m-dimensional vector space and
a linear independent subset of k < m vectors, it is possible, by adding m − k
properly chosen vectors from the basis, to complement the subset to become
a basis itself. Hence in our case it is possible to choose m − k indices from Jm
and to add them to I(x̌), yielding IB (x̌) such that {Ai | i ∈ IB (x̌)} is a basis
of IRm . 2
Bx{B} + N x{N B} = b
or equivalently as
x{B} = B −1 b − B −1 N x{N B} , (7.5)
which—using the assignment (7.4) – yields for any choice of the nonbasic
variables x{N B} a solution of our system Ax = b, and in particular for
x{N B} = 0 reproduces our feasible basic solution x̂.
Proposition 1.9 If B = ∅ then there exists at least one feasible basic solution.
Ax̂ = b, x̂ ≥ 0.
If for I(x̂) = {i | x̂i > 0} the column set {Ai | i ∈ I(x̂)} is linearly dependent,
then the linear homogeneous system of equations
i∈I(x̂) Ai yi = 0,
yi = 0, i ∈ I(x̂),
has a solution y̌ = 0 with y̌i < 0 for at least one i ∈ I(x̂)—if this does not
hold for y̌, we could take −y̌, which solves the above homogeneous system as
well. Hence for
λ̄ := max{λ | x̂ + λy̌ ≥ 0}
we have 0 < λ̄ < ∞. Since Ay̌ = 0 obviously holds for y̌, it follows—observing
the definition of λ̄—that for z := x̂ + λ̄y̌
Az = Ax̂ + λ̄Ay̌
= b,
z ≥ 0,
i.e. z ∈ B, and I(z) ⊂ I(x̂), I(z) = I(x̂), such that we have “reduced” our
original feasible solution x̂ to another one with fewer positive components.
BASIC CONCEPTS 57
has a solution ỹ = 0, for which at least one component is strictly negative and
another is strictly positive, since otherwise we could assume ỹ ≥ 0, ỹ = 0,
to solve the homogeneous system Ay = 0, implying that x̂ + λỹ ∈ B ∀λ ≥ 0,
which, according to the inequality x̂ + λỹ ≥ λỹ − x̂, contradicts the
assumed boundedness of B. Hence we find for
β := min{λ | x̂ + λỹ ≥ 0}
that 0 < α < ∞ and 0 > β > −∞. Defining v := x̂ + αỹ and w := x̂ + β ỹ,
we have v, w ∈ B and—by the definitions of α and β—that |I(v)| ≤ k
58 STOCHASTIC PROGRAMMING
The convex hull of finitely many points {x{1} , · · · , x{r} }, formally denoted
by conv{x{1} , · · · , x{r} }, is called a convex polyhedron or a bounded convex
polyhedral set (see Figure 21). Take for instance in IR2 the points z 1 =
(2, 2), z 2 = (8, 1), z 3 = (4, 3), z 4 = (7, 7) and z 5 = (1, 6). In Figure 22 we
have P̃ = conv{z 1 , · · · , z 5 }, and it is obvious that z 3 is not necessary to
generate P̃; in other words, P̃ = conv{z 1 , z 2 , z 3 , z 4 , z 5 } = conv{z 1 , z 2 , z 4 , z 5 }.
Hence we may drop z 3 without any effect on the polyhedron P̃, whereas
omitting any other of the five points would essentially change the shape of
the polyhedron. The points that really count in the definition of a convex
polyhedron are its vertices (z 1 , z 2 , z 4 and z 5 in the example). Whereas in two-
or three-dimensional spaces, we know by intuition what we mean by a vertex,
we need a formal definition for higher-dimensional cases: A vertex of a convex
polyhedron P is a point x̂ ∈ P such that the line segment connecting any two
points in P, both different from x̂, does not contain x̂. Formally,
∃y, z ∈ P, y = x̂ = z, λ ∈ (0, 1), such that x̂ = λy + (1 − λ)z.
It may be easily shown that for an LP with a bounded feasible set B the
feasible basic solutions x{i} , i = 1, · · · , r, coincide with the vertices of B.
By Proposition 1.10, the feasible set of a linear program is a convex
BASIC CONCEPTS 59
xK
z K := ∀K,
xK
we have ⎫
z K ≥ 0, ⎪
⎪
⎪
⎪
z K = 1, ⎬
Az K = b/xK , ∀K. (7.6)
⎪
⎪
and hence ⎪
⎪
⎭
Az K ≤ b/K
Therefore the sequence {z K , K = 1, 2, · · ·} has an accumulation point ẑ,
for which, according to (7.6), ẑ ≥ 0, ẑ = 1 and Aẑ = 0, and hence
60 STOCHASTIC PROGRAMMING
Aẑ = 0, ẑ ≥ 0, ẑ = 0. 2
{y | Ay = 0, yi = 0, i ∈ I(x̂), y ≥ 0} = {0}
B1 := {x | Ax = b, xi = 0, i ∈ I(x̂), x ≥ 0}
Ax = b
x≥0
B = {x | Ax = b, x ≥ 0} = ∅ (7.8)
and
cT y ≥ 0 ∀y ∈ C = {y | Ay = 0, y ≥ 0}. (7.9)
Given that these two conditions are satisfied, there is at least one feasible basic
solution that is an optimal solution.
where {x{1} , · · · , x{r} } is the set of all feasible basic solutions in B and
{y {1} , · · · , y {s} } is a set of elements generating C, for instance as described
in Proposition 1.12. Hence solving
min cT x
s.t. Ax = b,
x≥0
64 STOCHASTIC PROGRAMMING
The objective value of this latter program can be driven to −∞ if and only
if we have cT y {j} < 0 for at least one j ∈ {1, · · · , s}; otherwise, i.e. if
cT y {j} ≥ 0 ∀j ∈ {1, · · · , s} and hence cT y ≥ 0 ∀y ∈ C, the objective is
minimized by setting µj = 0 ∀j, and choosing λi0 = 1 and λi = 0 ∀i = i0 for
x{i0 } solving min1≤i≤r {cT x{i} }. 2
Observe that in general the solution of a linear program need not be unique.
Given the solvability conditions of Proposition 1.14 and the notation of its
proof, if cT y {j0 } = 0, we may choose µj0 > 0, and x{i0 } + µj0 y {j0 } is a solution
as well; and obviously it also may happen that min1≤i≤r {cT x{i} } is assumed
by more than just one feasible basic solution. In any case, if there is more
than one (different) solution for our linear program then there are infinitely
many owing to the fact that, given the optimal value γ, the set Γ of optimal
solutions is characterized by the linear constraints
Ax = b
cT x ≤ γ
x≥0
To avoid lengthy discussions, we assume in this section that for all feasible
basic solutions x{1} , · · · , x{r} of the linear program (7.1) we have
|I(x{i} )| = m, i = 1, · · · , r, (7.10)
i.e. that all feasible basic solutions are nondegenerate. For the case of
degenerate basic solutions, and the adjustments that might be necessary in
BASIC CONCEPTS 65
this case, the reader may consult the wide selection of books devoted to
linear programming in particular. Referring to our former presentation (7.5),
we have, owing to (7.10), that IB (x̂) = I(x̂), and, with the basic part
B = (Ai | i ∈ I(x̂)) and the nonbasic part N = (Ai | i ∈ I(x̂)) of the matrix
A, the constraints of (7.1) may be rewritten—using the basic and nonbasic
variables as introduced in (7.4)—as
⎫
x{B} = B −1 b − B −1 N x{N B} , ⎬
x{B} ≥ 0, (7.11)
{N B} ⎭
x ≥ 0.
Obviously this system yields our feasible basic solution x̂ iff x{N B} = 0, and
then we have, by our assumption (7.10), that x{B} = B −1 b > 0. Rearranging
the components of c analogously to (7.4) into the two vectors
{B}
ck = ci , i the kth element of I(x̂), k = 1, · · · , m,
{N B}
cl = ci , i the lth element of {1, · · · , n} − I(x̂), l = 1, · · · , n − m,
x{B} = B −1 b − B −1 N x{N B} ,
{N B}
x =0
{N B}
satisfies x{B} = B −1 b > 0. Therefore any nonbasic variable xl may be
increased to some positive amount without violating the constraints x{B} ≥ 0.
Furthermore, increasing the nonbasic variables is the only feasible change
applicable to them, owing to the constraints x{N B} ≥ 0. From the objective
presentation in (7.12), we see immediately that
cT x̂ = (c{B} )T B −1 b
≤ (c{B} )T B −1 b + [(c{N B} )T − (c{B} )T B −1 N ] x{N B} ∀x{N B} ≥ 0
66 STOCHASTIC PROGRAMMING
iff [(c{N B} )T − (c{B} )T B −1 N ]T ≥ 0. 2
Simplex method.
x{B} = B −1 b, x{N B} = 0
{N B}
and we increase the ρ-th nonbasic variable xρ .
{N B}
If increasing xρ is not “blocked” by the constraints x{B} ≥ 0,
{N B}
i.e. if xρ → ∞ is feasible, then inf B γ = −∞ such that our problem
has no (finite) optimal solution.
{N B}
If, on the other hand, increasing xρ is “blocked” by one of the
{B}
constraints xi ≥ 0, i = 1, · · · , m, such that, for instance, for some
{B}
µ ∈ {1, · · · , m} the basic variable xµ is the first one to become
{B} {N B}
xµ = 0 while increasing xρ , then go to step 3.
BASIC CONCEPTS 67
Step 3 Exchange the µth column of B with the ρth column of N , yielding
new basic and nonbasic parts B̃ and Ñ of A such that B̃ contains
Nρ as its µth column and Ñ contains Bµ as its ρth column. Redefine
B := B̃ and N := Ñ , and rearrange x{B} , x{N B} , c{B} and c{N B}
correspondingly, and then return to step 2.
Remark 1.5 The following comments on the single steps of the simplex
method may be helpful for a better understanding of this procedure:
[(c{N B} )T − (c{B} )T B −1 N ]T ≥ 0
βi + αiρ x{N
ρ
B}
≥ 0 for i ∈ {i | αiρ < 0, 1 ≤ i ≤ m}
68 STOCHASTIC PROGRAMMING
or equivalently
βi
x{N B}
≤ for i ∈ {i | αiρ < 0, 1 ≤ i ≤ m}.
ρ
−αiρ
bases for any linear program of the form (7.1), the simplex method must end
after finitely many cycles. 2
Remark 1.6 In step 2 of the simplex method it may happen that the simplex
criterion is not satisfied and that we discover that inf B γ = −∞. It is worth
mentioning that in this situation we may easily find a generating element of
the cone C associated with B, as discussed in Proposition 1.12. With the above
notation, we then have a feasible basis B, and for some column Nρ = 0 we
have B −1 Nρ ≤ 0. Then, with e = (1, · · · , 1)T of appropriate dimensions, for
(ŷ {B} , ŷ {N B} ) satisfying
{N B}
ŷ {B} = −B −1 Nρ ŷρ ,
{N B} 1
ŷρ = ,
−eT B −1 Nρ + 1
{N B}
ŷl = 0 for l = ρ
it follows that
B ŷ {B} + N ŷ {N B} = 0
{N B} {N B}
eT ŷ {B} + eT ŷ {N B} = −eT B −1 Nρ ŷρ + ŷρ
{N
= (−eT B −1 Nρ + 1)ŷρ
B}
= 1,
{B}
ŷ ≥ 0,
ŷ {N B} ≥ 0.
v = B −1 Nρ ≤ 0, and hence 1 − eT v ≥ 1,
we have
B1 · · · Bm 0 B1 · · · Bm 0
rk = rk
1 ··· 1 1 − eT v 1 ··· 1 1
B1 · · · Bm 0
= rk .
0 ··· 0 1
It follows that
B1 B2 · · · Bm Nρ
1 1 ··· 1 1
is a basis of IRm+1 . Hence (ŷ {B} , ŷ {N B} ) is one of the generating elements of
the convex polyhedral cone {(y {B} , y {N B} ) | By {B} + N y {N B} = 0, y {B} ≥
0, y {N B} ≥ 0}, as derived in Proposition 1.12. 2
70 STOCHASTIC PROGRAMMING
min cT x
s.t. Ax ≥ b,
x ≥ 0,
min cT x
s.t. Ax − Iy = b,
x ≥ 0,
y ≥ 0,
min cT x max bT u
s.t. Ax ≥ b, s.t. AT u ≤ c,
x ≥ 0; u ≥ 0.
BASIC CONCEPTS 71
min f T w
s.t. DT w = g,
w ≥ 0,
max g T x min f T w
s.t. Dx ≤ f ; s.t. DT w = g,
w ≥ 0.
2
Hence, by comparison with our standard forms of the primal program (7.14)
and the dual program (7.15), it follows that the dual of the dual is the primal
program. 2
There are close relations between a primal linear program and its dual
program. Let us denote the feasible set of the primal program (7.14) by B and
that of its dual program by D. Furthermore, let us introduce the convention
that
inf x∈B cT x = +∞ if B = ∅,
(7.16)
supu∈D bT u = −∞ if D = ∅.
Then we have as a first statement the following so-called weak duality theorem:
Proposition 1.17 For the primal linear program (7.14) and its dual (7.15)
inf cT x ≥ sup bT u.
x∈B u∈D
x̂T (c − AT û) ≥ 0,
BASIC CONCEPTS 73
x̂T c − bT û ≥ 0.
cT x ≥ b T u ∀x ∈ B, u ∈ D,
and hence
inf x∈B cT x ≥ supu∈D bT u.
2
max{2u1 + 4u2 }
s.t. 5u1 − 5u2 ≤ 3,
3u1 + 3u2 ≤ 3,
−8u1 − 8u2 ≤ −16.
6x2 − 16x3 = 6,
and hence
x2 = 1 + 83 x3 ,
which, on insertion into the first equation, yields
x1 = 15 (2 − 3 − 8x3 + 8x3 )
= − 15 ,
such that also the dual constraints do not allow a feasible solution. Hence, by
our convention (7.16), we have for this dual pair
However, the so-called duality gap in the above example does not occur
so long as at least one of the two problems is feasible, as is asserted by the
following strong duality theorem of linear programming.
Proposition 1.18 Consider the feasible sets B and D of the dual pair of
linear programs (7.14) and (7.15) respectively. If either B = ∅ or D = ∅ then
it follows that
inf cT x = sup bT u.
x∈B u∈D
If one of these two problems is solvable then so is the other, and we have
min cT x = max bT u.
x∈B u∈D
max bT u
s.t. B T u ≤ c{B} ,
N T u ≤ c{N B} .
{x | Ax = b, x ≥ 0} = ∅
if and only if
AT u ≥ 0 implies that bT u ≥ 0.
Proof Assume that ũ satisfies AT ũ ≥ 0 and that {x | Ax = b, x ≥ 0} = ∅.
Then let x̂ be a feasible solution, i.e. we have
Ax̂ = b, x̂ ≥ 0,
ũT b =
ũT A
x̂ ≥ 0,
≥0 ≥0
AT u ≥ 0 implies that bT u ≥ 0.
max cT x
s.t. Ax = b,
x≥0
In addition, we assume that the problem is solvable and that the set {x |
Ax = b, x ≥ 0} is bounded. The above problem may be restated as
min{cT x + f (x)}
s.t. Ax = b,
x ≥ 0,
with
f (x) := min{q T y | W y = h − T x, y ≥ 0}.
Our recourse function f (x) is easily seen to be piecewise linear and convex. It
is also immediate that the above problem can be replaced by the equivalent
problem
min{cT x + θ}
s.t. Ax = b
θ − f (x) ≥ 0
x ≥ 0;
however, this would require that we know the function f (x) explicitly in
advance. This will not be the case in general. Therefore we may try to
construct a sequence of new (additional) linear constraints that can be
used to define a monotonically decreasing feasible set B1 of (n + 1)-vectors
(x1 , · · · , xn , θ)T such that finally, with B0 := {(xT , θ)T | Ax = b, x ≥ 0, θ ∈
IR}, the problem min(x,θ)∈B0 ∩B1 {cT x + θ} yields a (first-stage) solution of our
problem (7.17).
After these preparations, we may describe the following particular method.
min{q T y | Ax = b, T x + W y = h, x ≥ 0, y ≥ 0},
BASIC CONCEPTS 77
min{cT x + θ | Ax = b, θ ≥ θ0 , x ≥ 0}
ũT (h − T x) = ũTW y ≤ 0,
≤0 ≥0
and hence
ũT h ≤ ũT T x,
which has to hold for any feasible x, and obviously does not hold
for x̂, since ũT (h − T x̂) > 0. Therefore we introduce the feasibility
cut, cutting off the infeasible solution x̂:
ũT (h − T x) ≤ 0.
Then we redefine B1 := B1 {(xT , θ) | ũT (h − T x) ≤ 0} and go on
to step 3.
(b) Otherwise, if f (x̂) is finite, we have for the recourse problem (see
the proof of Proposition 1.18) simultaneously—for x̂—a primal
optimal basic solution ŷ and a dual optimal basic solution û. From
the dual formulation of the recourse problem, it is evident that
θ ≥ ûT (h − T x),
θ ≥ ûT (h − T x).
Correspondingly, we redefine B1 := B1 {(xT , θ) | θ ≥ ûT (h−T x)}
and continue with step 3; otherwise, i.e. if f (x̂) ≤ θ̂, we stop, with
x̂ being an optimal first-stage solution.
Step 3 Solve the updated problem
min{cT x + θ | (xT , θ) ∈ B0 ∩ B1 },
{(x, y) | Ax = b, T x + W y = h, x ≥ 0, y ≥ 0} = ∅,
BASIC CONCEPTS 79
{v | W v = 0, q T v < 0, v ≥ 0} = ∅.
is solvable.
Step 2 If f (x̂) = +∞, we know from Proposition 1.14 that {u | W T u ≤
0, (h − T x̂)T u > 0} = ∅, and, according to Remark 1.6, for the convex
polyhedral cone {u | W T u ≤ 0} we may find with the simplex method
one of the generating elements ũ mentioned in Proposition 1.12 that
satisfies (h − T x̂)T ũ > 0. By Proposition 1.12, we have finitely many
generating elements for the cone {u | W T u ≤ 0} such that, after
having used all of them to construct feasibility cuts, for all feasible
x we should have (h − T x)T u ≤ 0 ∀u ∈ {u | W T u ≤ 0} and hence
solvability of the recourse problem. This shows that f (x̂) = +∞ may
appear only finitely many times within this method.
If f (x̂) is finite, the simplex method yields primal and dual optimal
feasible basic solutions ŷ and û respectively. Assume that we already
had the same dual basic solution ũ := û in a previous step to construct
an optimality cut
θ ≥ ũT (h − T x);
then our present θ̂ has to satisfy this constraint for x = x̂ such that
θ̂ ≥ ũT (h − T x̂)
= ûT (h − T x̂)
θ̂ ≥ (h − T x̂)T u{i} , i = 1, · · · , k,
Given our stopping rule f (x̂) ≤ θ̂, with the set of all feasible basic
80 STOCHASTIC PROGRAMMING
B := {x | gi (x) ≤ 0, i = 1, · · · , m}.
min f (x)
s.t. gi (x) ≤ 0, i = 1, · · · , m,
x≥0
or
min f (x)
s.t. gi (x) ≤ 0, i = 1, · · · , m1 ,
gi (x) = 0, i = m1+1 , · · · , m,
x≥0
or
min f (x)
s.t. gi (x) ≥ 0, i = 1, · · · , m,
x ≥ 0,
∇ϕ(x̂) = 0.
82 STOCHASTIC PROGRAMMING
If, moreover, the function ϕ is convex then, owing to Proposition 1.21, this
condition is also sufficient for x̂ to be a global minimum, since then for any
arbitrary x ∈ IRn we have
and hence
ϕ(x̂) ≤ ϕ(x) ∀x ∈ IRn .
Whereas the above optimality condition is necessary for unconstrained
minimization, the situation may become somewhat different for constrained
minimization.
min ψ(x) = x2
s.t. x ≥ 1,
Therefore we shall first deal with the necessary and/or sufficient conditions
for some x̂ ∈ IRn to be a local or global solution of the program (8.1).
BASIC CONCEPTS 83
cT x + bT u = cT x + uT Ax − uT Ax + bT u
= (c + AT u)T x + (b − Ax)T u
m
m (8.6)
= [∇f (x) + ui ∇gi (x)]T x − ui gi (x).
i=1 i=1
(a) If x̂ is an optimal solution of the primal program (8.4) then, by the strong
duality theorem (Proposition 1.18), there exists a solution û of the dual
program (8.5) such that the difference of the primal and dual objective
vanishes. For the pair of dual problems (8.4) and (8.5) this means that
cT x̂ − (−bT û) = cT x̂ + bT û = 0. In view of (8.6) this may also be stated
84 STOCHASTIC PROGRAMMING
m
∃û ≥ 0 such that ∇f (x̂) + ûi ∇gi (x̂) = 0,
i=1
m
ûi gi (x̂) = 0.
i=1
m
∃ũ ≥ 0 such that ∇f (x̃) + ũi ∇gi (x̃) = 0,
i=1
m
ũi gi (x̃) = 0
i=1
Remark 1.10 The optimality condition derived in Remark 1.9 for the linear
case could be formulated as follows:
(1) For the feasible x̂ the negative gradient of the objective f —i.e. the
direction of the greatest (local) descent of f —is equal (with the multipliers
ûi ≥ 0) to a nonnegative linear combination of the gradients of those
constraint functions gi that are active at x̂, i.e. that satisfy gi (x̂) = 0.
(2) This corresponds to the fact that the multipliers satisfy the complemen-
tarity conditions ûi gi (x̂) = 0, i = 1, · · · , m, stating that the multipliers
ûi are zero for those constraints that are not active at x̂, i.e. that satisfy
gi (x̂) < 0.
In conclusion, this optimality condition says that −∇f (x̂) must be contained
in the convex polyhedral cone generated by the gradients ∇gi (x̂) of the con-
straints being active in x̂. This is one possible formulation of the Kuhn–Tucker
conditions illustrated in Figure 28. 2
Let us now return to the more general nonlinear case and consider the
following question. Given that x̂ is a (local) solution, under what assumption
BASIC CONCEPTS 85
m ⎫
⎪
∃û ≥ 0 such that ∇f (x̂) + ûi ∇gi (x̂) = 0, ⎪
⎪
⎬
i=1 (8.7)
m
⎪
ûi gi (x̂) = 0, ⎪
⎪
⎭
i=1
hold? Hence we ask under what assumption are the conditions (8.7) necessary
for x̂ to be a (locally) optimal solution of the program (8.1). To answer this
question, let I(x̂) := {i | gi (x̂) = 0}, such that the optimality conditions (8.7)
are equivalent to
! "
u ui ∇gi (x̂) = −∇f (x̂), ui ≥ 0 for i ∈ I(x̂) = ∅.
i∈I(x̂)
Observing that ∇gi (x̂) and ∇f (x̂) are constant vectors when x is fixed at x̂,
the condition of Farkas’ lemma (Proposition 1.19) is satisfied if and only if
the following regularity condition holds in x̂:
RC 0
z T ∇gi (x̂) ≤ 0, i ∈ I(x̂) implies that z T ∇f (x̂) ≥ 0. (8.8)
Hence we have the rigorous formulation of the Kuhn–Tucker conditions:
Example 1.10 The Kuhn–Tucker conditions need not hold if the regularity
condition cannot be asserted. Consider the following simple problem (x ∈ IR1 ):
min{x | x2 ≤ 0}.
We just mention that for the case of linear constraints the Kuhn–Tucker
conditions are necessary for optimality, without the addition of any regularity
condition.
Instead of condition RC 0, there are various other regularity conditions
popular in optimization theory, only two of which we shall mention here. The
first is stated as
RC 1
∀z = 0 s.t. z T ∇gi (x̂) ≤ 0, i ∈ I(x̂), ∃{xk | xk = x̂, k = 1, 2, · · ·} ⊂ B
such that
xk − x̂ z
lim xk = x̂, lim = .
k→∞ k→∞ x − x̂
k z
The second—used frequently for the convex case, i.e. if the functions gi are
convex—is the Slater condition
RC 2
∃x̃ ∈ B such that gi (x̃) < 0 ∀i. (8.9)
Observe that there is an essential difference among these regularity conditions:
to verify RC 0 or RC 1, we need to know the (locally) optimal point for which
we want the Kuhn–Tucker conditions (8.7) to be necessary, whereas the Slater
BASIC CONCEPTS 87
Proposition 1.23
(a) The regularity condition RC 1 (in any locally optimal solution) implies
the regularity condition RC 0.
(b) For the convex case the Slater condition RC 2 implies the regularity
condition RC 1 (for every feasible solution).
Proposition 1.24
(a) If x̂ (locally) solves problem (8.1) and satisfies RC 0 then the Kuhn–
Tucker conditions (8.7) necessarily hold in x̂.
(b) If the functions f, gi , i = 1, · · · , m, are convex and the Slater condition
RC 2 holds, then x̂ ∈ B (globally) solves problem (8.1) if and only if the
Kuhn–Tucker conditions (8.7) are satisfied for x̂.
m
∇f (x̂) + ûi ∇gi (x̂) = 0,
i=1
m
ûi gi (x̂) = 0.
i=1
− x̂)T ∇f (x̂)
f (x) − f (x̂) ≥ (x
=− ûi (x − x̂)T ∇gi (x̂)
i∈I(x̂)
≥− ûi [gi (x) − gi (x̂)]
i∈I(x̂)
≥0 ≤ 0 ∀x ∈ B, i ∈ I(x̂)
≥0
Observe that
m
L(x, u) := f (x) + ui gi (x)
i=1
and hence
L(x̂, û) ≤ L(x, û) ∀x ∈ IRn .
On the other hand, since ∇u L(x̂, û) ≤ 0 is equivalent to
gmi (x̂) ≤ 0 ∀i, and
the Kuhn–Tucker conditions assert that ûT ∇u L(x̂, û) = i=1 ûi gi (x̂) = 0, it
follows that
L(x̂, u) ≤ L(x̂, û) ∀u ≥ 0.
Hence we have the following.
Proposition 1.25 Given that the functions f, gi , i = 1, · · · , m, in problem
(8.1) are convex, any Kuhn–Tucker point, i.e. any pair (x̂, û) satisfying the
Kuhn–Tucker conditions, is a saddle point of the Lagrange function, i.e. it
satisfies
∀u ≥ 0 L(x̂, u) ≤ L(x̂, û) ≤ L(x, û) ∀x ∈ IRn .
Furthermore, it follows by the complementarity conditions that
It is an easy exercise to show that for any saddle point (x̂, û), with û ≥ 0,
of the Lagrange function, the Kuhn–Tucker conditions (8.10) are satisfied.
Therefore, if we knew the right multiplier vector û in advance, the task to
solve the constrained optimization problem (8.1) would be equivalent to
that of solving the unconstrained optimization problem minx∈IRn L(x, û). This
observation can be seen as the basic motivation for the development of a class
of solution techniques known in the literature as Lagrangian methods.
B = {x | gi (x) ≤ 0, i = 1, · · · , m}
is bounded. Furthermore, assume that ∃ŷ ∈ int B—which for instance would
be true if the Slater condition (8.9) held. Then, instead of the original problem
min f (x),
x∈B
where the bounded convex set B is assumed to contain an interior point ŷ.
Under the assumptions mentioned, it is possible to include the feasible set
B of problem (8.11) in a convex polyhedron P, which—after our discussions
in Section 1.7—we may expect to be able to represent by linear constraints.
Observe that the inclusion P ⊃ B implies the inequality
min cT x ≤ min cT x.
x∈P x∈B
and hence
cT x̂k ≤ min cT x, k = 0, 1, 2, · · · ,
x∈B
such that cT z k −cT x̂k could be taken after the kth iteration as an upper bound
on the distance of either the feasible (but in general nonoptimal) objective
value cT z k or the optimal (but in general nonfeasible) objective value cT x̂k to
the feasible optimal value minx∈B cT x. Observe that in general the sequence
{cT z k } need not be monotonically decreasing, whereas Pk+1 ⊂ Pk ∀k ensures
that the sequence {cT x̂k } is monotonically increasing. Thus we may enforce
a monotonically decreasing error bound
∆k := cT z lk − cT x̂k , k = 0, 1, 2, · · · ,
Applying Farkas’ Lemma 1.19 tells us that this system (and hence the
above Kuhn–Tucker system) is feasible if and only if
(b) If the feasible point z is not optimal then the Kuhn–Tucker conditions
cannot hold, and, according to (a), there exists a direction d such that
Ad = 0, dj ≥ 0 ∀j : zj = 0 and [∇f (z)]T d < 0. A direction like
this is called a feasible descent direction at z, which has to satisfy the
following two conditions: ∃λ0 > 0 such that z + λd ∈ B ∀λ ∈ [0, λ0 ]
and [∇f (z)]T d < 0. Hence, having at a feasible point z a feasible descent
direction d (for which, by its definition, d = 0 is obvious), it is possible to
move from z in direction d with some positive step length without leaving
B and at the same time at least locally to decrease the objective’s value.
From these brief considerations, we may state the following.
Remark 1.12 It is worth mentioning that not every choice of feasible descent
directions would lead to a well-behaved algorithm. By construction we should
get—in any case—a sequence of feasible points {z (k) } with a monotonically
(strictly) decreasing sequence {f (z (k) )} such that for the case that f is
bounded below on B the sequence {f (z (k) )} has to converge to some value
γ. However, there are examples in the literature showing that if we do not
restrict the choice of the feasible descent directions in an appropriate way, it
may happen that γ > inf B f (x), which is certainly not the kind of a result we
want to achieve.
Let us assume that B = ∅ is bounded, implying that our problem (8.12)
is solvable. Then there are various possibilities of determining the feasible
descent direction, each of which defines its own algorithm for which a
BASIC CONCEPTS 95
with e = (1, · · · , 1)T . Then for [∇f (z (k) )]T d(k) < 0 we have a feasible
descent direction, whereas for [∇f (z (k) )]T d(k) = 0 the point z (k) is an
optimal solution of (8.12).
(b) The reduced gradient method Assume that B is bounded and every feasible
basic solution of (8.12) is nondegenerate. Then for z (k) we find a basis B
in A such that the components of z (k) belonging to B are strictly positive.
Rewriting A—after the necessary rearrangements of columns—as (B, N )
and correspondingly presenting z (k) as (xB , xN B ), we have
BxB + N xN B = b,
or equivalently
xB = B −1 b − B −1 N xN B .
We also may rewrite the gradient ∇f (z (k) ) as (∇B f (z (k) ), ∇N B f (z (k) )).
Then, rearranging d accordingly into (u, v), for a feasible direction we
need to have
Bu + N v = 0,
and hence
u = −B −1 N v.
For the directional derivative [∇f (z (k) )]T d it follows
[∇f (z (k) )]T d = [∇B f (z (k) )]T u + [∇N B f (z (k) )]T v
= [∇B f (z (k) )]T (−B −1 N v) + [∇N B f (z (k) )]T v
= ([∇N B f (z (k) )]T − [∇B f (z (k) )]T B −1 N )v.
Defining the reduced gradient r by
B T
T r
r =
rN B
= [∇B f (z (k) )]T , [∇N B f (z (k) )]T − [∇B f (z (k) )]T B −1 (B, N ),
96 STOCHASTIC PROGRAMMING
we have
and hence
(k) T T T rB
[∇f (z )] d = (u , v )
rN B
= ([∇N B f (z (k) )]T − [∇B f (z (k) )]T B −1 N )v.
Defining v as
−rjN B if rjN B ≤ 0,
vj :=
−xN
j
B NB
rj if rjN B > 0,
rB = ∇B f (z (k) ) − B T w = 0,
rNB
= ∇N B f (z (k) ) − N T w ≥ 0,
and
(rB )T xB = 0, (rN B )T xN B = 0,
i.e. v = 0 is equivalent to satisfying the Kuhn–Tucker conditions.
It is known that the reduced gradient method with the above definition
of v may fail to converge to a solution (so-called “zigzagging”). However,
we can perturb v as follows:
⎧
⎨ −rjN B if rjN B ≤ 0,
vj := −xj rj
NB NB
if rjN B > 0 and xN B
≥ ε,
⎩ j
0 if rjN B > 0 and xN
j
B
< ε.
Then a proper control of the perturbation ε > 0 during the procedure can
be shown to enforce convergence.
The feasible direction and the reduced gradient methods have been extended
to the case of nonlinear constraints. We omit the presentation of the general
case here for the sake of better readability.
BASIC CONCEPTS 97
B10 ∩ B2 = ∅
and that B = B1 ∩ B2 is bounded. Then for {rk } and {sk } strictly monotone
sequences decreasing to zero there exists an index k0 such that for all k ≥ k0
the modified objective function Frk sk attains its (free) minimum at some point
x(k) where x(k) ∈ B10 .
The sequence {x(k) | k ≥ k0 } is bounded, and any of its accumulation points
is a solution of the original problem (8.1). With γ the optimal value of (8.1),
the following relations hold:
lim f (x(k) ) = γ,
k→∞
lim rk ϕ(gi (x(k) )) = 0,
k→∞
i∈I
1
lim ψ(gi (x(k) )) = 0.
k→∞ sk
i∈J
min f (x)
s.t. gi (x) ≤ 0, i = 1, · · · , m.
BASIC CONCEPTS 99
To simplify the description, let us first consider the optimization problem with
equality constraints
min f (x)
(8.14)
s.t. gi (x) = 0, i = 1, · · · , m.
Knowing for this problem the proper multiplier vector û or at least a good
approximate u of it, we should find
m
where uT g(x) = i=1 ui gi (x). However, at the beginning of any solution
procedure we hardly have any knowledge about the numerical size of the
multipliers in a Kuhn–Tucker point of problem (8.14), and using some guess
for u might easily result in an unsolvable problem (inf x L(x, u) = −∞).
On the other hand, we have just introduced penalty methods. Using for
problem (8.14) a quadratic loss function for violating the equality constraints
seems to be reasonable. Hence we could think of a penalty method using as
modified objective
minn [f (x) + 12 λg(x)2 ] (8.16)
x∈IR
and driving the parameter λ towards +∞, with g(x) being the Euclidean
norm of g(x) = (g1 (x), · · · , gm (x))T .
One idea is to combine the two approaches (8.15) and (8.16) such that we are
dealing with the so-called augmented Lagrangian as our modified objective:
Observe that for u(k) = 0 ∀k we should get back the penalty method with
a quadratic loss function, which, according to Proposition 1.26, is known to
“converge” in the sense asserted there.
For the method (8.17) in general the following two statements can be proved,
showing
(a) that we may expect a convergence behaviour as we know it already for
penalty methods; and
(b) how we should successively adjust the multiplier vector u(k) to get the
intended convergence to the proper Kuhn–Tucker multipliers.
The following statement also shows that it would be sufficient to solve the
free optimization problems minx Lλk (x, u(k) ) only approximately.
Proposition 1.28 Let f and gi , i = 1, · · · , m, be continuously differentiable,
and let the approximate solutions x(k) to the free minimization problems
in (8.17) satisfy
∇x Lλk (x(k) , u(k) ) ≤ k ∀k,
where k ≥ 0 ∀k and k → 0. For some K ⊂ IN let {x(k) , k ∈ K} converge
to some x (i.e. x is an accumulation point of {x(k) , k ∈ IN}), and let
{∇g1 (x ), · · · , ∇gm (x )} be linearly independent. Then ∃u such that
m
∇f (x ) + ui ∇gi (x ) = 0, g(x ) = 0.
i=1
λ1 := 1, λk+1 := 1.1λk ∀k ≥ 1,
Now let us come back to our original nonlinear program (8.1) with inequality
constraints and show how we can make use of the above results for the case
of equality constraints. The key to this is the observation that our problem
with inequality constraints
min f (x)
s.t. gi (x) ≤ 0, i = 1, · · · , m
is equivalent to the following one with equality constraints:
min f (x)
s.t. gi (x) + zi2 = 0, i = 1, · · · , m.
yielding 'u (
i
ỹi = − + gi (x) .
λ
102 STOCHASTIC PROGRAMMING
Minimization for some given uk and λk of the Lagrangian (8.20) with respect
to x and z will now be achieved by solving the problem
and, with a solution x(k) of this problem, our update formula (8.19) for the
multipliers—recalling that we now have the equality constraints gi (x)+zi2 = 0
instead of gi (x) = 0 as before—becomes by (8.23)
$ u(k) %
u(k+1) := u(k) + λk “max” g(x(k) ), −
λ (8.24)
$ % k
= “max” 0, u(k) + λk g(x(k) ) ,
The observation that some data in real life optimization problems could be
random, i.e. the origin of stochastic programming, dates back to the 1950s.
Without any attempt at completeness, we might mention from the early
contributions to this field Avriel and Williams [3], Beale [5, 6], Bereanu [8],
Dantzig [11], Dantzig and Madansky [13], Tintner [43] and Williams [49].
For more detailed discussions of the situation of the decision maker facing
random parameters in an optimization problem we refer for instance to
Dempster [14], Ermoliev and Wets [16], Frauendorfer [18], Kall [22], Kall and
Prékopa [24], Kolbin [28], Sengupta [42] and Vajda [45].
BASIC CONCEPTS 103
Exercises
References
Dynamic Systems
Figure 1 Basic set-up for a dynamic program with four states, four stages
and three possible decisions.
as follows. With
t the stages, t = 1, · · · , T ,
zt the state at stage t,
xt the decision taken at stage t, (in general depending on the state
zt ),
Gt (zt , xt ) the transformation (or transition) of the system from the state zt
and the decision taken at stage t into the state zt+1 at the next
stage, i.e. zt+1 = Gt (zt , xt ),
rt (zt , xt ) the immediate return if at stage t the system is in state zt and the
decision xt is taken,
F the overall objective, given by F (r1 (z1 , x1 ), · · · , rT (zT , xT )), and
Xt (zt ) the set of feasible decisions at stage t, (which may depend on the
state zt ),
Observe that owing to the relation zt+1 = Gt (zt , xt ), the objective function
can be rewritten in the form Φ(z1 , x1 , x2 , · · · , xT ). To get an idea of the
possible structures we can face, let us revisit the example in Figure 1. The
112 STOCHASTIC PROGRAMMING
Example 2.1 Assume that stages are years, and that the system is inspected
annually, so that the three stages correspond to 1 January of the first, second
and third years, and 31 December of the third year. Assume further that four
different levels are distinguished as states for the system, i.e. at any stage one
may observe the state zt = 1, 2, 3 or 4. Finally, depending on the state of the
system in stages 1, 2 and 3, one of the following decisions may be made:
⎧
⎨ 1, leading to the immediate return rt = 2,
xt = 0, leading to the immediate return rt = 1,
⎩
−1, leading to the immediate return rt = −1.
The transition from one stage to the next is given by
zt+1 = zt + xt .
Note that, since zt ∈ {1, 2, 3, 4} for all t, we have that xt = 1 in state zt = 4
and xt = −1 in state zt = 1 are not feasible, and are therefore excluded.
Finally, assume that there are no decisions in the final stage T = 4. There are
immediate returns, however, given as
⎧
⎪ −2 if zT = 4,
⎪
⎨
−1 if zT = 3,
rT =
⎪
⎪ 1 if zT = 2,
⎩
2 if zT = 1.
To solve max F (r1 , · · · , r4 ), we have to fix the overall objective F as a
function of the immediate returns r1 , r2 , r3 , r4 . To demonstrate possible effects
of properties of F on the solution procedure, we choose two variants.
(a) Let
F (r1 , · · · , r4 ) := r1 + r2 + r3 + r4
and assume that the initial state is z1 = 4. This is illustrated in Figure 2,
which has the same structure as Figure 1. Using the figure, we can check
that an optimal policy (i.e. sequence of decisions), is x1 = x2 = x3 = 0
keeping us in zt = 4 for all t with the optimal value F (r1 , · · · , r4 ) =
1 + 1 + 1 − 2 = 1.
We may determine this optimal policy iteratively as follows. First, we
determine the decision for each of the states in stage 3 by determining
f3∗ (z3 ) := max[r3 (z3 , x3 ) + r4 (z4 )]
x3
Figure 2 Dynamic program: additive composition. The solid lines show the
result of the backward recursion.
In this simple example it is easy to see that f1∗ (z1 ) coincides with
the optimal value of F (r1 , · · · , r4 ), given the initial state z1 , so that the
problem can be solved with the above backward recursion. (The recursion
is called backward because we start in the last period and move backwards
in time, ending up in period 1.)
Note that an alternative way to solve this problem would be to
enumerate all possible sequences of decisions. For this small problem, that
would have been a rather simple task. But for larger problems, both in
terms of states and stages (especially when both are multi-dimensional),
it is easy to see that this will become an impossible task. This reduction
from a full enumeration of all possible sequences of decisions to that of
finding the optimal decision in all states for all stages is the major reason
for being interested in the backward recursion, and more generally, for
being interested in dynamic programming.
(b) As an alternative, let us use multiplication to obtain
F (r1 , · · · , r4 ) := r1 r2 r3 r4
where the composition operation “⊕” was chosen as addition in case (a) and
multiplication in case (b). For the backward recursion we have made use of
the so-called separability of F . That is, there exist two functions ϕ1 , ψ2 such
that
Proposition 2.1 “An optimal policy has the property that whatever the
initial state and initial decision are, the remaining decisions must constitute
an optimal policy with regard to the state resulting from the first decision.”
for all x1 . Therefore this also holds when the right-hand side of this inequality
is maximized with respect to x1 .
On the other hand, it is also obvious that
max ψ2 (r2 (z2 , x2 ), · · · , rT (zT , xT ))
{xt ∈Xt , t≥2}
The purpose of this section is to look at certain aspects of the field of dynamic
programming. The example we looked at in the previous section is an example
of a dynamic programming problem. It will not represent a fair description
of the field as a whole, but we shall concentrate on aspects that are useful in
our context. This section will not consider randomness. That will be discussed
later.
We shall be interested in dynamic programming as a means of solving
problems that evolve over time. Typical examples are production planning
under varying demand, capacity expansion to meet an increasing demand
and investment planning in forestry. Dynamic programming can also be used
to solve problems that are not sequential in nature. Such problems will not
be treated in this text.
Important concepts in dynamic programming are the time horizon, state
variables, decision variables, return functions, accumulated return functions,
optimal accumulated returns and transition functions. The time horizon refers
to the number of stages (time periods) in the problem. State variables describe
the state of the system, for example the present production capacity, the
present age and species distribution in a forest or the amount of money
one has in different accounts in a bank. Decision variables are the variables
under one’s control. They can represent decisions to build new plants, to cut
a certain amount of timber, or to move money from one bank account to
another. The transition function shows how the state variables change as a
function of decisions. That is, the transition function dictates the state that
will result from the combination of the present state and the present decisions.
For example, the transition function may show how the forest changes over
the next period as a result of its present state and of cutting decisions, how the
amount of money in the bank increases, or how the production capacity will
change as a result of its present size, investments (and detoriation). A return
function shows the immediate returns (costs or profits) as a result of making
a specific decision in a specific state. Accumulated return functions show the
accumulated effect, from now until the end of the time horizon, associated with
a specific decision in a specific state. Finally, optimal accumulated returns show
the value of making the optimal decision based on an accumulated return
function, or in other words, the best return that can be achieved from the
present state until the end of the time horizon.
10% 7%
fee 20 fee 20
A A A
fee 10 fee 10
S0 S3
B B B
7% 5%
Figure 4 Graphical description of a simple investment problem.
the option of moving the money to account A. You will there face an interest
rate of 10% the first year and 7% the second year. However, there is a fixed
charge of 20 per year and a charge of 10 each time we withdraw money from
account A. The fixed charge is deducted from the account at the end of a year,
whereas the charges on withdrawals are deducted immediately. The question
is: Should we move our money to account A for the first year, the second year
or both years? In any case, money left in account A at the end of the second
year will be transferred to account B. The goal is to solve the problem for all
initial S0 > 1000. Figure 4 illustrates the example.
Note that all investments will result in a case where the wealth increases,
and that it will never be profitable to split the money between the accounts
(why?).
Let us first define the two-dimensional state variables zt = (zt1 , zt2 ). The
first state variable, zt1 , refers to the account name (A or B); the second
state variable, zt2 , refers to the amount of money St in that account. So
zt = (B, St ) refers to a state where there is an amount St in account B
in stage t. Decisions are where to put the money for the next time period. If
xt is our decision variable then xt ∈ {A, B}. The transition function will be
denoted by Gt (zt , xt ), and is defined via interest rates and charges. It shows
what will happen to the money over one year, based on where the money is
now, how much there is, and where it is put next. Since the state space has
two elements, the function Gt is two-valued. For example
1 1 A 2 2 A
zt+1 = Gt , A = A, zt+1 = Gt , A = St × 1.07 − 20.
St St
The calculations for our example are as follows. Note that we have three
stages, which we shall denote Stage 0, Stage 1 and Stage 2. Stage 2 represents
the point in time (after two years) when all funds must be transferred to
account B. Stage 1 is one year from now, where we, if we so wish, may move
the money from one account to another. Stage 0 is now, where we must decide
if we wish to keep the money in account B or move it to account A.
Stage 2 At Stage 2, all we can do is to transfer whatever money we have in
account A to account B:
f2∗ (A, S2 ) = S2 − 10,
f2∗ (B, S2 ) = S2 ,
Stage 0 Since we start out with all our money in account B, we only need
to check that account. Initially we have S0 . If we transfer to A, we get
S1 = S0 × 1.1 − 20, and if we keep it in B, S1 = S0 × 1.07. The accumulated
returns are
f0 (B, S0 , A) = f1∗ (A, S1 ) = f1∗ (A, S0 × 1.1 − 20)
= (S0 × 1.1 − 20) × 1.07 − 30 = 1.177 × S0 − 51.4,
f1∗ (B, S1 ) = f1∗ (B, S0 × 1.07)
f0 (B, S0 , B) =
S0 × 1.1449 − 30 if S0 ≥ 1402,
=
S0 × 1.1235 if S0 ≤ 1402.
Comparing the two options, we see that account A is always best, yielding
So we should move our money to account A and keep it there until the end
of the second period. Then we move it to B as required. We shall be left with
a total interest of 17.7% and fixed charges of 51.4 (including lost interest on
charges).
2
As we can see, the main idea behind dynamic programming is to take one
stage at a time, starting with the last stage. For each stage, find the optimal
decision for all possible states, thereby calculating the optimal accumulated
return from then until the end of the time horizon for all possible states. Then
move one step towards the present, and calculate the returns from that stage
until the end of the time horizon by adding together the immediate returns,
and the returns for all later periods based on the calculations made at the
previous stage. In the example we found that f1∗ (A, S1 ) = S1 × 1.07 − 30.
This shows us that if we end up in stage 1 with S1 in account A, we shall (if
we behave optimally) end up with S1 × 1.07 − 30 in account B at the end of
the time horizon. However, f1∗ does not tell us what to do, since that is not
needed to calculate optimal decisions at stage 0.
Formally speaking, we are trying to solve the following problem, where
x = (x0 , . . . , xT )T :
function for all but the last stage, Q the return function for the last stage, Gt
the transition function, T the time horizon, zt the (possibly multi-dimensional)
state variable in stage t and xt the (possibly multi-dimensional) decision
variable in stage t. The accumulated return function ft (zt , xt ) and optimal
accumulated returns ft∗ (zt ) are not part of the problem formulation, but
rather part of the solution procedure. The solution procedure, justified by
the Bellman principle, runs as follows.
by solving recursively
with
zt+1 = Gt (zt , xt ) for t = T, . . . , 0,
fT∗ +1 (zT +1 ) = Q(zT +1 ).
In each case the problem must be solved for all possible values of the state
variable zt , which might be multi-dimensional.
Problems that are not dynamic programming problems (unless rewritten
with a large expansion of the state space) would be problems where, for
example,
zt+1 = Gt (z0 , . . . , zt , x0 , . . . , xt ),
or where the objective function depends in an arbitrary way on the whole
history up til stage t, represented by
rt (z0 , . . . , zt , x0 , . . . , xt ).
Such problems may more easily be solved using other approaches, such as
decision trees, where these complicated functions cause little concern.
Stage 0
B,S 0
B
A
A B A B
B B B B
B, S3 B, S3 B, S3 B, S3
this method to be useful, since there is one leaf in the tree for each possible
sequence of decisions.
The tree indicates that at stage 0 we have S0 in account B. We can then
decide to put them into A (go left) or keep them in B (go right). Then at stage
1 we have the same possible decisions. At stage 2 we have to put them into
B, getting S3 , the final amount of money. As before we could have skipped
the last step. To be able to solve this problem, we shall first have to follow
each path in the tree from the root to the bottom (the leaves) to find S3
in all cases. In this way, we enumerate all possible sequences of decisions
that we can possibly make. (Remember that this is exactly what we avoid in
dynamic programming). The optimal sequence, must, of course, be one of these
sequences. Let (AAB) refer to the path in the tree with the corresponding
indices on the arcs. We then get
We have now achieved numbers in all leaves of the tree (for some reason
decision trees always grow with the root up). We are now going to move back
DYNAMIC SYSTEMS 123
towards the root, using a process called folding back. This implies moving one
step up the tree at a time, finding for each node in the tree the best decision
for that node.
This first step is not really interesting in this case (since we must move the
money to account B), but, even so, let us go through it. We find that the best
we can achieve after two decisions is as follows.
8% or 12% 5% or 9%
fee 20 fee 20
A A A
fee 10 fee 10
S0 S3
B B B
7% 5%
Figure 6 Simple investment problem with uncertain interest rates.
We shall now see how decision trees can be used to solve certain classes
of stochastic problems. We shall initiate this with a look at our standard
investment problem in Example 2.2. In addition, let us now assume that the
interest on account B is unchanged, but that the interest rate on account A
is random, with the previously given rates as expected values. Charges on
account A are unchanged. The distribution for the interest rate is given in
Table 1. We assume that the interest rates in the two periods are described
by independent random variables.
Based on this information, we can give an update of Figure 4, where we
show the deterministic and stochastic parameters of the problem. The update
is shown in Figure 6.
Consider the decision tree in Figure 7. As in the deterministic case, square
nodes are decision nodes, from which we have to choose between account A
and B. Circular nodes are called chance nodes, and represent points at which
something happens, in this case that the interest rates become known.
Start at the top. In stage 0, we have to decide whether to put the money
DYNAMIC SYSTEMS 125
Stage 0
B
A
12%
8% 7%
Stage 1
A B A B A B
5% 9% 5% 9%
5% 9% 5% 5%
5%
Stage 2
Stage 0 1126
B
A
1126 1124
12%
8% 7%
Stage 1 1147 1124
1104
A B A B A B
Stage 2 1083 1125 1103 1125 1169 1145 1094 1136 1124
Figure 8 Stochastic decision tree for the investment problem when we
maximize the expected amount in account B at the end of stage 2.
Let us see how this works. First we do as we have done before: we follow each
path down the tree to see what amount we end up with in account B. We
have assumed S0 = 1000. That is shown in the leaves of the tree in Figure 8.
We then fold back. Since the next node is a chance node, we take the
expected value of the two square nodes below. Then for stage 1 we check
which of the two possible decisions has the largest expectation. In the far left
of Figure 8 it is to put the money into account A. We therefore cross out
the other alternative. This process is repeated until we reach the top level.
In stage 0 we see that it is optimal to use account A in the first period and
regardless of the interest rate in the first period, we shall also use account
A in the second period. In general, the second-stage decision depends on the
outcome in the first stage, as we shall see in a moment.
You might have observed that the solution derived here is exactly the same
as we found in the deterministic case. This is caused by two facts. First, the
interest rate in the deterministic case equals the expected interest rate in the
stochastic case, and, secondly, the objective function is linear. In other words,
if ξ˜ is a random variable and a and b are constants then
Eξ̃ (aξ˜ + b) = aE ξ̃ + b.
For the stochastic case we calculated the left-hand side of this expression, and
for the deterministic case the right-hand side.
In many cases it is natural to maximize expected profits, but not always.
One common situation for decision problems under uncertainty is that
the decision is repeated many times, often, in principle, infinitely many.
DYNAMIC SYSTEMS 127
Utility
u(w )
0
w Wealth
0
Figure 9 Example of a typical concave utility function representing risk
aversion.
Investments in shares and bonds, for example, are usually of this kind. The
situation is characterized by long time series of data, and by many minor
decisions. Should we, or should we not, maximize expected profits in such a
case?
Economics provide us with a tool to answer that question, called a utility
function. Although it is not going to be a major point in this book, we should
like to give a brief look into the area of utility functions. It is certainly an
area very relevant to decision making under uncertainty. If you find the topic
interesting, consult the references listed at the end of this chapter. The area
is full of pitfalls and controversies, something you will probably not discover
from our little glimpse into the field. More than anything, we simply want to
give a small taste, and, perhaps, something to think about.
We may think of a utility function as a function that measures our happiness
(utility) from a certain wealth (let us stick to money). It does not measure
utility in any fixed unit, but is only used to compare situations. So we can say
that one situation is preferred to another, but not that one situation is twice
as good as another. An example of a utility function is found in Figure 9.
Note that the utility function is concave. Let us see what that means.
Assume that our wealth is w0 , and we are offered a game. With 50%
probability we shall win δw; with 50% probability we shall lose the same
amount. It costs nothing to take part. We shall therefore, after the game, either
have a wealth of w0 + δw or a wealth of w0 − δw. If the function in Figure 9 is
our utility function, and we calculate the utility of these two possible future
128 STOCHASTIC PROGRAMMING
Stage 0 4.820
B
A
4.807 4.820
12%
8% 7%
Stage 1 4.634 4.979 4.820
A B A B A B
Stage 2 4.419 4.828 4.634 4.828 5.130 4.977 4.543 4.913 4.820
Figure 10 Stochastic decision tree for the investment problem when we
maximize the expected utility of the amount in account B at the end of period
2.
and that we wish to maximize the expected utility of the final wealth s. In
the deterministic case we found that it would never be profitable to split
the money between the two accounts. The argument is the same when we
simply maximized the expected value of S3 as outlined above. However, when
maximizing expected utility, that might no longer be the case. On the other
hand, the whole set-up used in this chapter assumes implicitly that we do
not split the funding. Hence in what follows we shall assume that all the
money must be in one and only one account. The idea in the decision tree is
to determine which decisions to make, not how to combine them. Figure 10
shows how we fold back with expected utilities. The numbers in the leaves
represent the utility of the numbers in the leaves of Figure 8. For example
u(1083) = ln(1083 − 1000) = ln 83 = 4.419.
We observe that, with this utility function, it is optimal to use account B.
The reason is that we fear the possibility of getting only 8% in the first period
combined with the charges. The result is that we choose to use B, getting
the certain amount S3 = 1124. Note that if we had used account A in the
first period (which is not optimal), the optimal second-stage decision would
depend on the actual outcome of the interest on account A in the first period.
With 8%, we pick B in the second period; with 12%, we pick A.
130 STOCHASTIC PROGRAMMING
f1 (B, S1 , A)
= 0.5[f2∗ (A, S1 × 1.05 − 20) + f2∗ (A, S1 × 1.09 − 20)]
= 0.5 ln[(S1 × 1.05 − 1030)(S1 × 1.09 − 1030)],
Stage 0 We here have to consider only the case when the amount S0 > 1000
sits in account B. The basis for these calculations will be the
following two expressions. The first calculates the expected result
of using account A, the second the certain result of using account B.
To find the value of this expression for f0∗ (B, S0 ), we must make sure
that we use the correct expressions for f1∗ from stage 1. To do that,
we must know how conditions on S1 relate to conditions on S0 . There
are three different ways S0 and S1 can be connected (see e.g. the top
part of Figure 10):
From this, we see that three different cases must be discussed, namely
1000 < S0 < 1016, 1016 < S0 < 1437 and 1437 < S0 .
Case 1 Here 1000 < S0 < 1016. In this case
which means that we always put the money into account B. (Make
sure you understand this by actually performing the calculations.)
Case 2 Here 1016 < S0 < 1437. In this case
⎧
⎪
⎪ ln(S0 × 1.1235 − 1000) if S0 < 1022,
⎪
⎨
f0∗ (B, S0 ) = 0.25 × ln[(S0 × 1.134 − 1051)
⎪
⎪ ×(S0 × 1.1772 − 1051.8) × (S0 × 1.176 − 1051)
⎪
⎩
×(S0 × 1.2208 − 1051.8)] if S0 > 1022,
which means that we use account B for small amounts and account
A for large amounts within the given interval.
Case 3 Here we have S0 > 1437. In this case
f0∗ (B, S0 ) = 1
4
ln[(S0 × 1.134 − 1051) × (S0 × 1.1772 − 1051.8)
×(S0 × 1.176 − 1051) × (S0 × 1.2208 − 1051.8)],
S1 >1077
A A A
S3
S0 B B B
S 0 <1022 S 1<1538
If we put these results into Figure 4, we obtain Figure 11. From the latter,
we can easily construct a solution similar to the one in Figure 10 for any
S0 > 1000. Verify that we do indeed get the solution shown in Figure 10 if
S0 = 1000.
But we see more than that from Figure 11. We see that if we choose account
B in the first period, we shall always do the same in the second period. There
is no way we can start out with S0 < 1022 and get S1 > 1538.
Formally, what we are doing is as follows. We use the vocabulary of
Section 2.2. Let the random vector for stage t be given by ξ̃t and let the
return and transition functions become rt (zt , xt , ξt ) and zt+1 = Gt (zt , xt , ξt ).
Given this, the procedure becomes
by recursively calculating
with
zt+1 = Gt (zt , xt , ξt ) for t = 0, . . . , T,
fT∗ +1 (zT +1 ) = Q(zT +1 ),
where the functions satisfy the requirements of Proposition 2.2. In each stage
the problem must be solved for all possible values of the state zt . It is possible
to replace expectations (represented by E above) by other operators with
respect to ξ˜t , such as max or min. In such a case, of course, probability
distributions are uninteresting—only the support matters.
134 STOCHASTIC PROGRAMMING
So far we have looked at two different methods for formulating and solving
multistage stochastic problems. The first, stochastic decision trees, requires a
tree that branches off for each possible decision xt and each possible realization
of ξ˜t . Therefore these must both have finitely many possible values. The state
zt is not part of the tree, and can therefore safely be continuous. A stochastic
decision tree easily grows out of hand.
The second approach was stochastic dynamic programming. Here we must
make a decision for each possible state zt in each stage t. Therefore, it is clearly
an advantage if there are finitely many possible states. However, the theory is
also developed for a continuous state space. Furthermore, a continuous set of
decisions xt is acceptable, and so is a continuous distribution of ξ˜t , provided
we are able to perform the expectation with respect to ξ˜t .
The method we shall look at in this section is different from those mentioned
above with respect to where the complications occur. We shall now operate
on an event tree (see Figure 12 for an example). This is a tree that branches
off for each possible value of the random variable ξ̃t in each stage t. Therefore,
compared with the stochastic decision tree approach, the new method has
similar requirements in terms of limitations on the number of possible values
of ξ˜t . Both need finite discrete distributions. In terms of xt we must have
finitely many values in the decision tree, the new method prefers continuous
variables. Neither of them has any special requirements on zt .
The second approach we have discussed so far for stochastic problems
is stochastic dynamic programming. The new method we are about to
outline is called scenario aggregation. We shall see that stochastic dynamic
programming is more flexible than scenario aggregation in terms of
distributions of ξ˜t , is similar with respect to xt , but is much more restrictive
with respect to the state variable zt , in the sense that the state space is hardly
of any concern in scenario aggregation.
If we have T time periods and ξt is a vector describing what happens in
time period t (i.e. a realization of ξ˜t ) then we call
zt+1 = Gt (zt , xt , ξt ),
DYNAMIC SYSTEMS 135
with z0 given. Let α be a discount factor. What is often done in this case is
to solve for each s ∈ S the following problem
⎫
T
⎪
⎪
min t
α rt (zt , xt , ξts ) T +1
+α Q(zT +1 ) ⎪
⎬
t=0 (6.1)
s.t. zt+1 = Gt (zt , xt , ξts ) for t = 0, . . . , T with z0 given, ⎪
⎪
⎪
⎭
At (zt ) ≤ xt ≤ Bt (zt ) for t = 0, . . . , T,
where Q(z) represents the value of ending the problem in state z, yielding
an optimal solution xs = (xs0 , xs1 , . . . , xsT ). Now what? We have a number of
different solutions—one for each s ∈ S. Shall we take the average and calculate
for each t
xt = ps xst ,
s∈S
Today
Tomorrow
Second
random
variable
The future
Figure 12 Example of an event tree for T = 1.
sense, because they are all possible decisions, or what are called implementable
decisions.
For each time period t let {s}t be the set of all scenarios having ξ0s , . . . , ξt−1
s
in common with scenario s. In Figure 12, {s}0 = S, whereas each {s}2 contains
only one scenario. There are three sets {s}1 . Let p({s}t ) be the sum of the
probabilities of all scenarios in {s}t . Hence, after solving (6.1) for all s, we
calculate for all {s}t
ps xst
x({s}t ) = .
p({s}t )
s ∈{s}t
subject to
s
zt+1 = Gt (zts , xst , ξts ) for t = 0, . . . , T with z0s = z0 given,
At (zt ) ≤ xst ≤ Bt (zts ) for t = 0, . . . , T,
s
ps xs (6.2)
s t
xt = for t = 0, . . . , T and all s.
p({s}t )
s ∈{s}t
T '
p(s) αt rt (zts , xst , ξts )
s∈S t=0 ⎫ (6.3)
ps xst (
⎬
+wts (xst − ) + αT +1 Q(zTs +1 )
p({s}t ) ⎭
s ∈{s}t
p({s}t )
s ∈{s}t
with
ps xst
x({s}t ) =
p({s}t )
s ∈{s}t
But since, for a fixed w, the terms wts x({s}t ) are fixed, we can as well drop
them. If we then add an augmented Lagrangian term, we are left with
T ' (
p(s) αt rt (zts , xst , ξts ) + wts xst + 12 ρ[xst − x({s}t )]2 + αT +1 Q(zTs +1 ) .
s∈S t=0
138 STOCHASTIC PROGRAMMING
procedure scenario(s, x, xs );
begin
Solve the problem
T
2 T +1
min t
α [rt (zt , xt , ξts ) + wts xt + ρ(xt − x) ] + α
1
2
Q(zT +1 )
t=0
Our problem is now totally separable in the scenarios. That is what we need
to define the scenario aggregation method. See the algorithms in Figures 13
and 14 for details. A few comments are in place. First, to find an initial
x({s}t ), we can solve (6.1) using expected values for all random variables.
Finding the correct value of ρ, and knowing how to update it, is very hard.
We discussed that to some extent in Chapter 1: see in particular (8.17). This is
a general problem for augmented Lagrange methods, and will not be discussed
here. Also, we shall not go into the discussion of stopping criteria, since the
details are beyond the scope of the book. Roughly speaking, though, the goal
is to have the scenario problems produce implementable solutions, so that xs
equals x({s}t ).
procedure scen-agg;
begin
for all s and t do wts := 0;
Find initial x({s}t );
Initiate ρ > 0;
repeat
for all s ∈ S do scenario(s, x({s}t ), xs );
for all x({s}t ) do
ps xs
t
x({s}t ) = ;
p({s} t)
s ∈{s}t
Update ρ if needed;
for all s and t do
wts := wts + ρ [xst − x({s}t )];
until result good enough;
end;
is given by + zt ,
szt 1 − ,
K
where s is a growth ratio and K is the carrying capacity of the environment.
Note that if zt = K there is no net change in the stock size. Also note that
if zt > K, then there is a negative net effect, decreasing the size of the stock,
and if zt < K, then there is a positive net effect. Hence zt = K is a stable
situation (as zt = 0 is), and the fish stock will, according to the model, stabilize
at z = K if no fishing takes place.
If fish are caught, the catch has to be subtracted from the existing stock,
giving us the following transition function:
+ zt ,
zt+1 = zt − xt zt + szt 1 − .
K
This transition function is clearly nonlinear, with both a zt xt term and a zt2
term. If the goal is to catch as much as possible, we might choose to maximize
∞
αt zt xt ,
t=0
With these assumptions on the horizon, the existence of Q(zT +1 ) and a finite
discretization of the random variables, we arrive at the following optimization
problem, (the objective function amounts to the expected catch, discounted
over the horizon of the problem; of course, it is easy to bring this into monetary
terms):
' (
T t s s T +1
max s∈S p(s) t=0 α zt xt + α Q(zTs +1 )
' + ,(
zs
s
s.t. zt+1 = zts 1 − xξt + ξts 1 − Kt , with z0s = z0 given,
0 ≤ xst ≤ 1,
ps xst
Optimization models involving uncertainty have been used for a long time.
One of the best known models is the mean-variance model of Markowitz, for
which he later got the Nobel economics prize. In this section, we shall first
discuss the main principles behind Markowitz’ model. We shall then discuss
some of the weaknesses of the model, mostly in light of the subjects of this
142 STOCHASTIC PROGRAMMING
! "
Vij = E (ξ˜i − E ξ̃i )(ξ˜j − E ξ̃j ) .
Mean Infeasible
Efficient
region
frontier
Inefficient
region
Variance
⎫
min xT V x ⎪
⎪
⎬
s.t. xT E ξ̃ = v
(7.4)
xT e = 1 ⎪
⎪
⎭
x ≥ 0.
By solving (7.4) parametrically in v we obtain a curve called the efficient
frontier. An example is shown in Figure 15.
We note that the curve is flat on the top, indicating that there is a maximal
possible expected payoff, and also that there is a minimal possible variance.
Also, note that the curve bends backwards, showing that if you want to
achieve a lower mean than the one that corresponds to the minimal variance,
you will have to accept an increased variance. The points below the curve
are achievable, but represent a waste of money, the points above are not
achievable. Hence, we wish to be on the curve, the efficient frontier. There is
nothing in the model that tells us where on the curve we ought to be.
Bonds
Stocks
Real estate
Cash
horizontally. For each stage we first have a column with one node for each
instrument. In the example these are four investment categories. The arcs
entering from the left brings the initial portfolio into the model, measured in
the amount of money held in each category. The arcs that run horizontally
between nodes of the same category represent investments held from one
period to the next. The node which is alone in a column represents trading.
Arcs that run to or from this cash node, represent the selling or buying of
instruments. A stage consists of one column of 4 nodes plus the single cash
node.
We mentioned that this is a generalized network. That means that the
amount of money that enters an arc is not the same as the amount that leaves
it. For example, if you put money in the bank, and the interest rate is 10%,
then the flow into the arc is multiplied by 1.1 to produce the flow out. This
parameter is called the multiplier of the arc. This way the investment generally
increases over time. For most categories this parameter is uncertain, normally
with a mean greater than one. This is how we represent uncertainty in the
model. For a given scenario, these multipliers are known.
Arcs going to the cash trading node from all nodes but the cash node to its
left, will have multiplyers less than 1 to represent variable transaction costs.
The arcs that leave the cash trading node have the same multipliers as the
horizontal arcs for the same investment categories, reduced (deterministically)
for variable transaction costs. Fixed transaction costs are not hard to model,
but they would produce very difficult models to solve.
We can also have arcs going backwards in time. They represent borrowings.
Since you must pay interest on borrowings (deterministic or stochastic), these
arcs have multipliers less than one, meaning that if you want 100 USD now,
you must pay back more than 100 USD in a later time period.
DYNAMIC SYSTEMS 147
If we transform all investments into cash in the last period (maybe without
transaction costs) a natural objective is to maximize this value. This way
we have set the scene for using scenario aggregation on a financial model. It
appears that these models are very promising.
The production of electric power from rivers and reservoirs represents an area
where stochastic programming methodology has been used for a long time.
The reason is simply that the environment in which planning must take place
is very uncertain. In particular, the inflow of water to the rivers and reservoirs
vary a lot both in the short and long term. This is caused by variation in
rainfall, but even more by the uncertainty related to the time of snow melting
in the spring. Furthermore, the demand for power is also random, depending
on such as temperature, the price of oil, and general economic conditions. The
actual setting for the planners will vary a lot from country to country. Norway,
with close to 100% of her electricity coming from hydro, is in a very different
situation from for example France with a high dependency on nuclear power,
or the US with a more mixed system. In addition, general market regulations
will affect modeling. Some countries have strictly regulated markets, others
have full deregulation and competition.
We shall now present a very simple model for electricity production. As an
example, we shall assume that electricity can be sold at fixed prices, which
could be interpreted as if we were a small producer in a competitive market.
It is worth noting that in many contexts it is necessary to consider also price
as random. In still other contexts, the goal is not at all to maximize profit,
but rather to satisfy demand. So, there are many variations of this problem.
We shall present one in order to illustrate the basics.
148 STOCHASTIC PROGRAMMING
Bounds on the variables uij and vij are also given. They typically represent
such as reservoir size, production capacity and legal restrictions.
What we now lack is a description of the objective function plus the end
effects. To facilitate that, let
DYNAMIC SYSTEMS 149
inflow
inflow
Figure 17 Simple river system with two reservoirs and two plants.
cj denote the value of the electricity generated from one unit of water in
period j,
Φ(vAT , vBT ) denote the value function for water at the final stage, and
φi denote the marginal values of water at the final stage (the partial
derivatives of Φ).
The objective we wish to maximize then has the form (assuming discounting
is contained in cj )
T
cj (uAj + uBj ) + Φ(vAT , vBT ).
j=1
The function Φ is very important in this model. The reason is that a major
feature of the model is that it distributes water between the periods covered
by the model, and all later periods. Hence, if Φ underestimates the future
value of water, the model will most likely suggest an empty reservoir after
stage T , and if it is set too high, the model will almost only save water. The
estimation of Φ, which is normally done in a model with a very long time
horizon (often infinite) has been subjected to research for several decades.
Very often it is the partial derivatives φi that are estimated, rather than the
function itself.
Now, if the inflow is random, we can set up an event tree. Most likely, the
inflows to the reservoirs are dependent, and if the periods are short, there
may also be dependence over time. The model we are left with can, at least
in principle, be solved with scenario aggregation.
150 STOCHASTIC PROGRAMMING
Example 2.4 Assume that we have a container that can take up to 10 units,
and that we have two possible items that can be put into the container. The
items are called A and B, and some of their properties are given in Table 2.
The goal is to fill the container with as valuable items as possible. However,
the size of an item is uncertain. For simplicity, we assume that each item can
have two different sizes, as given in Table 2. All sizes occur with the same
probability of 0.5. As is always the case with a stochastic model, we must
decide on how the stages are defined. We shall assume that we must pick an
item before we learn its size, and that once it is picked, it must be put into
the container. If the container becomes overfull, we obtain a penalty of 2 per
unit in excess of 10. We have the choice of picking only one item, and they
can be picked in any order.
A stochastic decision tree for the problem is given in Figure 18, where we
have already folded back and crossed out nonoptimal decisions. We see that
the expected value is 7.5. That is obtained by first picking item A, and then,
if item A turns out to be small, also pick item B. If item A turns out to be
large, we choose not to pick item B.
2
If we assume that the event tree (or the stochastic part of the stochastic
decision tree) is a fair description of the randomness of a model, the following
simple approach gives a reasonable measure of how good the deterministic
model really is. Start in the root of the event tree, and solve the deterministic
model. (Probably this means replacing random variables by their means.
However, this approach can be used for any competing deterministic model.)
Take that part of the deterministic solution that corresponds to the first stage
of the stochastic model, and let it represent an implementable solution in the
root of the event tree. Then go to each node at level two of the event tree and
repeat the process. Taking into consideration what has happened in stage 1
(which is different for each node), solve the deterministic model from stage
DYNAMIC SYSTEMS 153
2 onwards, and use that part of the solution that corresponds to stage 2 as
an implementable solution. Continue until you have reached the leaves of the
event tree.
This is a fair comparison, since even people who prefer deterministic models
resolve them as new information becomes available (represented by the event
tree). In this setting we can compare both decisions and (expected) optimal
objective values. What we may observe is that although the solutions are
different, the optimal values are almost the same. If that is the case, we are
observing flat objective functions with many (almost) optimal solutions. If we
observe large differences in objective values, we have a clear indication that
solving a stochastic model is important.
Let us return to Example 2.4. Let the following simple deterministic
algorithm be an alternative to the stochastic programming approach in
Figure 18. Consider all items not put into the container so far. For each item,
calculate the value of adding it to the container, given that it has its expected
size. If at least one item adds a positive value to the content of the container,
pick the one with the highest added value. Then put it in, and repeat.
This is not meant to be a specially efficient algorithm—it is only presented
for its simplicity to help us make a few points. If we apply this algorithm to
our case, we see that with an empty container, item A will add 6 to the value
of the container and item B will add 4. Hence we pick item A. The algorithm
will next determine if B should be picked or not. However, for the comparison
154 STOCHASTIC PROGRAMMING
Table 3 The four possible wait-and-see solutions for the container problem in
Example 2.4.
and-see solution is 8, which is 0.5 more than what we found in Figure 18.
Hence EVPI equals 0.5; The value of knowing the true sizes of the items
before making decisions is 0.5. This is therefore also the maximal price one
would pay to know this.
What if we were offered to pay for knowing the value of A or B before
making our first pick? In other words, does it help to know the size of for
example item B before choosing what to do? This is illustrated in Figure 19.
Figure 19 Stochastic decision tree for the container problem when we know
the size of B before making decisions.
We see that the EVPI for knowing the size of item B is 0.5, which is the
same as that for knowing both A and B. The calculation for item A is left as
156 STOCHASTIC PROGRAMMING
an exercise.
Example 2.5 Let us conclude this section with another similar example. You
are to throw a die twice, and you will win 1 if you can guess the total number
of eyes from these two throws. The optimal guess is 7 (if you did not know
that already, check it out!), and that gives you a chance of winning of 16 . So
the expected win is also 16 .
Now, you are offered to pay for knowing the result of the first throw. How
much will you pay (or alternatively, what is the EVPI for the first throw)? A
close examination shows that knowing the result of the first throw does not
help at all. Even if you knew, guessing a total of 7 is still optimal (but that
is no longer a unique optimal solution), and the probability that that will
happen is still 16 . Hence, the EVPI for the first stage is zero.
Alternatively, you are offered to pay for learning the value of both throws
before “guessing”. In that case you will of course make a correct guess, and
be certain of winning one. Therefore the expected gain has increased from 16
to 1, so the EVPI for knowing the value of both random variables is 56 . 2
As you see, EVPI is not one number for a stochastic program, but can
be calculated for any combination of random variables. If only one number is
given, it usually means the value of learning everything, in contrast to knowing
nothing.
References
Recourse Problems
min cT x + Q(x)
s.t. Ax = b, x ≥ 0,
where
Q(x) = pj Q(x, ξ j )
j
and
Q(x, ξ) = min{q(ξ)T y | W (ξ)y = h(ξ) − T (ξ)x, y ≥ 0},
where pj is the probability
that ξ˜ = ξ j ,the jth realization of ξ,
˜ h(ξ) =
h0 + Hξ = h0 + i hi ξi , T (ξ) = T0 + i Ti ξi and q(ξ) = q0 + i qi ξi .
160 STOCHASTIC PROGRAMMING
Nord-
Trøndelag
Sør-Trøndelag
Møre og Romsdal
Hedmark
Sogn og Fjordane
Oppland
Hordaland
Buskerud
Akershus
OSLO
Telemark
Østfold
Vest-
fold
Roga- Aust-
land Agder
Vest-
Agder
Figure 1 A map showing potential plant sites and actual fishing grounds for
Southern Norway and the North Sea.
The function Q(x, ξ) is called the recourse function, and Q(x) therefore the
expected recourse function.
In this chapter we shall look at only the case with fixed recourse, i.e. the
case where W (ξ) ≡ W . Let us repeat a few terms from Section 1.4, in order
to prepare for the next section. The cone pos W , mentioned in (4.17) of
Chapter 1, is defined by
pos W = {t | t = W y, y ≥ 0}.
W y = h, y ≥ 0 is feasible ⇐⇒ h ∈ pos W.
pos W = Rm .
But that is definitely more than we need in most cases. Usually, it is more
than enough to know that
RECOURSE PROBLEMS 161
W1 W2
W3
W4
Figure 2 The cone pos W for a case where W has three rows and four
columns.
This section contains a much more detailed version of the material found
in Section 1.7.4. In addition to adding more details, we have now added
randomness more explicitly, and have also chosen to view some of the aspects
from a different perspective. It is our hope that a new perspective will increase
the understanding.
3.2.1 Feasibility
The material treated here coincides with step 2(a) in the dual decomposition
method of Section 1.7.4. Let the second-stage problem be given by
Hξ
pos W
h0-T0 x^
Figure 3 Illustration showing that if infeasibility is to occur for a fixed x̂, it
must occur for an extreme point of the support of H ξ̃, and hence of ξ.˜ In this
example T (ξ) is assumed to be equal to T0 .
{y | W y = h, y ≥ 0} = ∅
if and only if
W T u ≥ 0 implies that hT u ≥ 0.
The first of these equivalent statements is just an alternative way of saying
that h ∈ pos W , which we now know means that h represents a feasible
problem.
By changing the sign of u, the second of the equivalent statements can be
rewritten as
W T u ≤ 0 implies that hT u ≤ 0.
or equivalently
hT t ≤ 0 whenever t ∈ {u | W T u ≤ 0}.
{u | W T u ≤ 0} = {u | uT W y ≤ 0 for all y ≥ 0}
= {u | uT h ≤ 0 for all h ∈ pos W }.
Using Figure 4, we can now restate Farkas’ lemma the following way. The
system W y = h, y ≥ 0, is feasible if and only if the right-hand side h
has a non-positive inner product with all vectors in the cone pol pos W , in
particular with its generators. Generators were discussed in Chapter 1 (see e.g.
Remark 1.6, page 69). The matrix W ∗ , containing as columns all generators
of pol pos W , is denoted the polar matrix of W .
We shall see in Chapter 5 how this understanding can be used to generate
relatively complete recourse in a problem that does not possess that property.
For now, we are satisfied by understanding that if we knew all the generators
of pol pos W , that is the polar matrix W ∗ , then we could check feasibility of a
second-stage problem by performing a number of inner products (one for each
generator), and if at least one of them gave a positive value then we could
conclude that the problem was indeed infeasible.
If we do not know all the generators of pol pos W , and we are not aware
of relatively complete recourse, for a given x̂ and all ξ ∈ A we must check
164 STOCHASTIC PROGRAMMING
pos W
pol pos W
for feasibility. We should like to check for feasibility in such a way that if the
given problem is not feasible, we automatically come up with a generator of
pol pos W . For the discussion, we shall use Figure 5.
We should like to find a σ such that
where the last constraint has been added to bound σ. We can do that, because
otherwise the maximal value will be +∞, and that does not interest us since
we are looking for the direction defined by σ. If we had chosen the 2 norm, the
maximization would have made sure that σ came as close to h(ξ) − T (ξ)x̂ as
possible (see Figure 5). Computationally, however, we should not like to work
with quadratic constraints. Let us therefore see what happens if we choose
the 1 norm. Let us write our problem differently to see the details better. To
do that, we need to let the unconstrained σ be replaced by σ 1 − σ 2 , where
σ 1 , σ 2 ≥ 0. We then get the following:
where e is a vector of ones. To more easily find the dual of this problem, let
us write it down in a more standard format:
max(σ 1 − σ 2 )T (h(ξ) − T (ξ)x̂) dual variables
W T σ1 − W T σ2 ≤ 0 y
eT σ 1 + eT σ 2 ≤ 1 t
σ1 , σ2 ≥ 0
pos W
h ( x ) - T ( x ) x$
s
Figure 5 Generation of feasibility cuts.
to our assumption. We also see that if t gets large enough, the problem is
always feasible. This is what we solve for all ξ ∈ A. If for some ξ we find a
positive optimal value, we have found a ξ for which h(ξ) − T (ξ)x̂ ∈ pos W ,
and we create the cut
Since σ T T0 is a vector and the right-hand side is a scalar, this can conveniently
be written as −γ T x ≥ δ. The x̂ we started out with will not satisfy this
constraint.
Example 3.1 We present this little example to indicate why the 1 and 2
norms give different results when we generate feasibility cuts. The important
point is how the two norms limit the possible σ values. The 1 norm is given
in the left part of Figure 6, the 2 norm in the right part.
RECOURSE PROBLEMS 167
For simplicity, we have assumed that pol pos W equals the positive
quadrant, so that the constraints σ T W ≤ 0 reduce to σ ≥ 0. Since at the
same time σ ≤ 1, we get that σ must be within the shaded part of the two
figures.
For convenience, let us denote the right-hand side by h, and let σ =
(σ x , σ y )T , to reflect the x and y parts of the vector. In this example h =
(4, 2)T . For the 1 norm the problem now becomes.
max{4σ x + 2σ y σ x + σ y ≤ 1, σ ≥ 0}.
σ
The optimal solution here is σ = (1, 0)T . Graphically this can be seen from
the figure from the fact that an inner product equals the length of one vector
multiplied by the length of the projection of the second vector on the first. If
we take the h vector as the fixed first vector, the feasible σ vector with the
largest projection on h is σ = (1, 0)T .
For the 2 norm the problem becomes
-
The optimal solution here is σ = 15 (2, 1)T , which is a vector in the same
direction as h.
In this example we see that if σ is found using the 1 norm, it becomes a
generator of pol pos W , but it is not as close to h as possible. With the 2
norm, we did not get a generator, but we got a vector as close to h as possible.
168 STOCHASTIC PROGRAMMING
Figure 7 LP solver.
3.2.2 Optimality
The material discussed here concerns step 1(b) of the dual decomposition
method in Section 1.7.4. Let us first note that if we have relatively complete
recourse, or if we have checked that h(ξ) − T (ξ)x ∈ pos W for all ξ ∈ A, then
the second-stage problem
As long as q(ξ) ≡ q0 , the dual is either feasible or infeasible for all x and ξ, since
x and ξ do not enter the constraints. We see that this is more complicated
if q is also affected by randomness. But even when ξ enters the objective
function, we can at least say that if the dual is feasible for one x and a
given ξ then it is feasible for all x for that value of ξ, since x enters only
the objective function. Therefore, from standard linear programming duality,
since the primal is feasible, the primal must be unbounded if and only if the
dual is infeasible, and that would happen for all x for a given ξ, if randomness
affects the objective function. If q(ξ) ≡ q0 then it would happen for all x
and ξ. Therefore we can check in advance for unboundedness, and this is
particularly easy if randomness does not affect the objective function. Note
that this discussion relates to Proposition 1.18. Assume we know that our
problem is bounded.
RECOURSE PROBLEMS 169
Now consider
Q(x) = pj Q(x, ξ j ),
j
with
Q(x, ξ) = min{q(ξ)T y | W y = h(ξ) − T (ξ)x, y ≥ 0}.
It is clear from standard linear programming theory that Q(x, ξ) is piecewise
linear and convex in x (for fixed ξ). Provided that q(ξ) ≡ q0 , Q(x, ξ) is
also piecewise
linear and convex in ξ (for fixed x). (Remember that T (ξ) =
T0 + Ti ξi .) Similarly, if h(ξ) − T (ξ)x ≡ h0 − T0 x, while q(ξ) = q0 + i qi ξi ,
then, from duality, Q(x, ξ) is piecewise linear and concave in ξ. Each linear
piece corresponds to a basis (possibly several in the case of degeneracy).
Therefore Q(x), being a finite sum of such functions, will also be convex and
piecewise linear in x. If, instead of minimizing, we were maximizing, convexity
and concavity would change places in the statements.
In order to arrive at an algorithm for our problem, let us now reformulate
the latter by introducing a new variable θ:
min cT x + θ
s.t. Ax = b,
θ ≥ Q(x),
−γkT x ≥ δk for k = 1, . . . , K,
x ≥ 0,
170 STOCHASTIC PROGRAMMING
where, as before,
Q(x) = pj Q(x, ξ j )
j
and
Q(x, ξ) = min{q(ξ)T y | W y = h(ξ) + T (ξ)x, y ≥ 0}.
Of course, computationally we cannot use θ ≥ Q(x) as a constraint since
Q(x) is only defined implicitly by a large number of optimization problems.
Instead, let us for the moment drop it, and solve the above problem without
it, simply hoping it will be satisfied (assuming so far that all feasibility cuts
−γkT x ≥ δk are there, or that we have relatively complete recourse). We then
get some x̂ and θ̂ (the first time θ̂ = −∞). Now we calculate Q(x̂), and then
check if θ̂ ≥ Q(x̂). If it is, we are done. If not, our x̂ is not optimal—dropping
θ ≥ Q(x) was not acceptable.
Now
Q(x̂) = pj Q(x̂, ξ j ) = pj q(ξ j )T y j
j j
procedure L-shaped;
begin
K := 0, L := 0;
θ̂ := −∞
LP(A, b, c, x̂, feasible);
stop := not (feasible);
while not (stop) do begin
feascut(A, x̂,newcut,K);
if not (newcut) then begin
Find Q(x̂);
stop := (θ̂ ≥ Q(x̂));
if not (stop) then begin
(* Create an optimality cut—see page 168. *)
L := L + 1;
T
Construct the cut −βL x + θ ≥ αL ;
end;
end;
if not (stop) then begin
master(K, L, x̂, θ̂,feasible);
stop := not (feasible);
end;
end;
end;
where π̂ j is the optimal dual solution yielding Q(x̂, ξ j ). The constraints in the
dual problem are, as mentioned before, π T W ≤ q(ξ j )T , which are independent
of x. Therefore, for a general x, and corresponding optimal vectors π j (x), we
have
Q(x) = pj (π j (x))T [h(ξ j ) − T (ξ j )x] ≥ pj (π̂ j )T [h(ξ j ) − T (ξ j )x],
j j
since π̂ is feasible but not necessarily optimal, and the dual problem is a
maximization problem. Since what we dropped from the constraint set was
θ ≥ Q(x), we now add in its place
θ≥ pj (π̂ j )T [h(ξ j ) − T (ξ j )x] = α + β T x,
j
or
−β T x + θ ≥ α.
172 STOCHASTIC PROGRAMMING
Q(x)
x
cx+θ
cut 5
0 x3 x1
x2 cut 3 cut 1
cut 2
(x , θ )
5 5
cut 4
(x4 ,θ )
4
Since there are finitely many feasible bases coming from the matrix W , there
are only finitely many such cuts.
We are now ready to present the basic setting of the L-shaped decomposition
algorithm. It is shown in Figure 10. To use it, we shall need a procedure
that solves LPs. It can be found in Figure 7. Also, to avoid too complicated
expressions, we shall define a special procedure for solving the master problem;
see Figure 8. Furthermore, we refer to procedure pickξ(A, ξ), which simply
picks an element ξ from the set A, and, finally, we use procedure feascut
which is given in Figure 9. The set A was defined on page 162.
In the algorithms to follow, let −Γx ≥ ∆ represent the K feasibility
cuts −γkT x ≥ δk , and let −βx + Iθ ≥ α represent the L optimality cuts
−βlT x + θ ≥ αl . Furthermore, let e be a column of 1s of appropriate size.
RECOURSE PROBLEMS 173
As mentioned at the end of Section 1.7.4, the recourse problem (for a discrete
distribution) looks like
K ⎫
min{cT x + i=1 pi (q i )T y i } ⎪
⎪
⎪
⎪
s.t. Ax =b ⎬
T i x + W y i = hi , i = 1, · · · , K (3.1)
⎪
⎪
x ≥ 0, ⎪
⎪
⎭
y i ≥ 0, i = 1, · · · , K.
yielding (x̂, θ̂1 , · · · , θ̂K ) as a solution. With this solution try to construct
further cuts for the blocks.
174 STOCHASTIC PROGRAMMING
The advantage of a method like this lies in the fact that we obviously make
use of the particular structure of problem (3.1) in that we have to deal in the
master program only with n + K variables instead of n + i ni , if y i ∈ IRni .
The drawback is easy to see as well: we may have to add very many cuts,
and so far we have no reliable criterion to drop cuts that are obsolete for
further iterations. Moreover, initial iterations are often inefficient. This is not
surprising, since in the master (3.4) we deal only with
θi ≥ max[(γ ij )T x + δij ]
j∈Ji
for Ji denoting the set of optimality cuts generated so far for block i with the
related dual basic solutions π̂ ij according to (3.3), and not, as we intend to,
with
θi ≥ fi (x) = max[(γ ij )T x + δij ]
j∈Jˆi
where Jˆi enumerates all dual feasible basic solutions for block i. Hence
we are working in the beginning with a piecewise linear convex function
(maxj∈Ji [(γ ij )T x + δij ]) supporting fi (x) that does not sufficiently reflect the
shape of fi (see e.g. Figure 26 of Chapter 1, page 78). The effect may be—and
often is—that even if we start a cycle with an (almost) optimal first-stage
solution x of (3.1), the first-stage solution x̂ of the master (3.4) may be far
away from x , and it may take many further cycles to come back towards x .
The reason for this is now obvious: if the set of available optimality cuts, Ji , is
a small subset of the collection Jˆi then the piecewise linear approximation of
fi (x) may be inadequate near x . Therefore it seems desirable to modify the
master program in such a way that, when starting with some overall feasible
first-stage iterate z k , its solution xk does not move too far away from z k .
Thereby we can expect to improve the approximation of fi (x) by an optimality
cut for block i at xk . This can be achieved by introducing into the objective of
the master the term x− z k 2 , yielding a so-called regularized master program
K +K ,
1 k 2 T i
min x − z + c x + p θi (x, θ1 , · · · , θK ) ∈ B0 ∩ B1i ,
2ρ
i=1 i=1
(3.5)
with a control parameter ρ > 0. To avoid too many constraints in (3.5), let
us start with some z 0 ∈ B0 such that fi (z 0 ) < ∞ ∀i and G0 being the feasible
set defined by the first-stage equations Ax = b and all optimality cuts at z 0 .
Hence we start (for k = 0) with the reduced regularized master program
RECOURSE PROBLEMS 175
K
1
min x − z k 2 + cT x + pi θi (x, θ1 , · · · , θK ) ∈ Gk . (3.6)
2ρ
i=1
F (x) = cT x + p T
f (x)
= cT x + pi fi (x).
i
• F (xk ) = F̂ (xk ), i.e. the supporting function coincides at xk with the true
objective function (see x1 in Figure 12);
• F̂ (xk ) < F (xk ), but at xk there is a kink of F̂ and the decrease of the
true objective from z k to xk is ‘substantial’ as compared with the decrease
F̂ (xk ) − F̂ (z k ) = F̂ (xk ) − F (z k ) (< 0) (we have F̂ (z k ) = F (z k ) in view
of the overall feasibility of z k ); more precisely, for some fixed µ ∈ (0, 1),
F (xk )− F (z k ) ≤ (1 − µ)[F̂ (xk )− F (z k )] (see x2 in Figure 12 with µ = 0.75);
• neither of the two above situations arises (see x3 in Figure 12).
1With p = (p1 , · · · , pK )T .
2 Recall that in IRn+K never more than n + K independent hyperplanes intersect at one
point.
176 STOCHASTIC PROGRAMMING
K
F (x) := cT x + pi fi (x)
i=1
k T
(θ1k , · · · , θK ) as recourse approximates. If, for F̂k := cT xk + pT θk ,
F̂k = F (z ) then stop (z k is an optimal solution of (3.1)). Otherwise,
k
go to step 2.
Step 2 Delete from (3.6) some constraints that are inactive at (xk , θk ) such
that no more than n + K constraints remain.
Step 3 If xk satisfies the first-stage constraints (i.e. xk ≥ 0) then go to
step 4; otherwise add to (3.6) no more than K violated (first-stage)
constraints, yielding the feasible set Gk+1 , put z k+1 := z k , k := k + 1,
and go to step 1.
Step 4 For i = 1, · · · , K solve the second-stage problems at xk and
(a) if fi (xk ) = ∞ then add to (3.6) a feasibility cut;
(b) otherwise, if fi (xk ) > θik then add to (3.6) an optimality cut.
Step 5 If fi (xk ) = ∞ for at least one i then put z k+1 := z k and go to step 7.
Otherwise, go to step 6.
Step 6 If F (xk ) = F̂k , or else if F (xk ) ≤ µF (z k ) + (1 − µ)F̂k and if exactly
n + K constraints were active at (xk , θk ), then put z k+1 := xk ;
otherwise, put z k+1 := z k .
Step 7 Determine Gk+1 as resulting from Gk after deleting and adding
constraints due to step 2 and step 4 respectively. With k := k + 1,
go to step 1.
3.4 Bounds
Section 3.2 was devoted to the L-shaped decomposition method. We note that
the deterministic methods very quickly run into dimensionality problems with
respect to the number of random variables. With much more than 10 random
variables, we are in trouble.
This section discusses bounds on stochastic problems. These bounds can be
useful and interesting in their own right, or they can be used as subproblems
in larger settings. An example of where we might need to bound a problem,
and where this problem is not a subproblem, is the following. Assume that a
company is facing a decision problem. The decision itself will be made next
year, and at that time all parameters describing the problem will be known.
However, today a large number of relevant parameters are unknown, so it
178 STOCHASTIC PROGRAMMING
φ(ξ)
1
ξ)
2
ξ)
ξ
oil from the second country gives 6 and 3 units of the same products. Company
1 wants at least 180 + ξ1 units of Product 1 and Company 2 at least 162 + ξ2
units of Product 2. The goal now is to find the expected value of φ(ξ); in other
words, we seek the expected value of the “wait-and-see” solution. Note that
this interpretation is not the one we adopted in Section 1.3.
ˆ = φ (ξ)
φ(ξ) ˆ ξˆ + b,
ˆ = L(ξ).
since φ(ξ) ˆ Hence, in total, the lower-bounding function is given by
ˆ + φ (ξ)(ξ
L(ξ) = φ(ξ) ˆ − ξ).
ˆ
Since this is a linear function, we easily calculate the expected value of the
180 STOCHASTIC PROGRAMMING
lower-bounding function:
EL(ξ) ˆ + φ (ξ)(E
˜ = φ(ξ) ˆ ξ̃ − ξ̂) = L(E ξ̃).
In other words, we find the expected lower bound by evaluating the lower
bounding function in E ξ̃. From this, it is easy to see that we obtain the best
(largest) lower bound by letting ξ̂ = E ξ̃. This can be seen not only from the
fact that no linear function that supports φ(ξ) can have a value larger than
φ(E ξ̃) in E ξ̃, but also from the following simple differentiation:
d
L(E ξ̃) = φ (ξ)
ˆ − φ (ξ)
ˆ + φ (ξ)(E
ˆ ξ̃ − ξ̂).
dξˆ
If we set this equal to zero we find that ξˆ = E ξ̃. What we have developed is
the so-called Jensen lower bound, or the Jensen inequality.
This best lower bound is illustrated in Figure 14. We can see that the
Jensen lower bound can be viewed two different ways. First, it can be seen as
a bound where a distribution is replaced by its mean and the problem itself
is unchanged. This is when we calculate φ(E ξ̃). Secondly, it can be viewed as
a bound where the distribution is left unchanged and the function is replaced
by a linear affine function, represented by a straight line. This is when we
integrate L(ξ) over the support of ξ̃. Depending on the given situation, both
these views can be useful.
There is even a third interpretation. We shall see it used later in the
stochastic decomposition method. Assume we first solve the dual of φ(E ξ̃) to
obtain an optimal basis B. This basis, since ξ does not enter the constraints of
the dual of φ, is dual feasible for all possible values of ξ. Assume now that we
solve the dual version of φ(ξ) for all ξ, but constrain our optimization so that
we are allowed to use only the given basis B. In such a setting, we might claim
that we use the correct function, the correct distribution, but optimize only in
an approximate way. (In stochastic decomposition we use not one, but a finite
number of bases.) The Jensen lower bound can in this setting be interpreted as
representing approximate optimization using the correct problem and correct
distribution, but only one dual feasible basis.
It is worth pointing out that these interpretations of the Jensen lower bound
are put forward to help you see how a bound can be interpreted in different
ways, and that these interpretations can lead you in different directions when
trying to strengthen the bound. An interpretation is not necessarily motivated
by computational efficiency.
RECOURSE PROBLEMS 181
Looking back at our example in (4.1), we find the Jensen lower bound by
calculating φ(E ξ̃) = φ(0). That has been solved already in Section 1.3, where
we found that φ(0) = 126.
φ(b) − φ(a) b a
c= , d= φ(a) − φ(b).
b−a b−a b−a
We can now integrate, and find (using the linearity of U (ξ))
E ξ̃ − a
p= ,
b−a
so that we can replace the original distribution with
As for the Jensen lower bound, we have now shown that the Edmundson–
Madansky upper bound can be seen as either changing the distribution and
keeping the problem, or changing the problem and keeping the distribution.
Looking back at our example in (4.1), we have two independent random
variables. Hence we have 22 = 4 LPs to solve to find the Edmundson–
Madansky upper bound. Since both distributions are symmetric, the
probabilities attached to these four points will all be 0.25. Calculating this
we find an upper bound of
1
4
(106.6825 + 129.8625 + 122.1375 + 145.3175) = 126.
182 STOCHASTIC PROGRAMMING
Edmundson-Madansky U(ξ)
φ(ξ)
Jensen L(ξ)
a Eξ b ξ
Figure 14 The Jensen lower bound and the Edmundson–Madansky upper
bound in a minimization problem. Note that x is fixed.
This is exactly the same as the lower bound, and hence it is the true value
˜ We shall shortly comment on this situation where the bounds turn
of Eφ(ξ).
out to be equal.
In higher dimensions, the Jensen lower bound corresponds to a hyperplane,
while the Edmundson–Madansky bound corresponds to a more general
polynomial. A two-dimensional illustration of the Edmundson–Madansky
bound is given in Figure 15. Note that if we fix the value of all but one of the
variables, we get a linear function. This polynomial is therefore generated by
straight lines. From the viewpoint of computations, we do not have to relate to
this general polynomial. Instead, we take one (independent) random variable
at a time, and calculate (4.2). This way we end up with 2 possible values for
each random variable, and hence, 2k possible values of ξ for which we have to
evaluate the recourse function.
Assume that the function φ(ξ) in Figure 14 is linear. Then it appears from
the figure that both the Jensen lower bound and the Edmundson–Madansky
upper bound are exact. This is indeed a correct observation: both bounds are
exact whenever the function is linear. And, in particular, this means that if
the function is linear, the error is zero. In the example (4.1) used to illustrate
the Jensen and Edmundson–Madansky bounds we observed that the bounds
where equal. This shows that the function φ(ξ) is linear over the support we
used.
One special use of the Jensen lower bound and Edmundson–Madansky
upper bound is worth mentioning. Assume we have a random vector,
containing a number of independent random variables, and a function that is
convex with respect to that random vector, but the random vector either has
a continuous distribution, or a discrete distribution with a very large number
of outcomes. In both cases we might have to simplify the distribution before
RECOURSE PROBLEMS 183
Edmundson-Madansky
φ(ξ)
Jensen
a b ξ
cell 1 cell 2
Figure 16 Illustration of the effect on the Jensen lower bound and the
Edmundson–Madansky upper bound of partitioning the support into two cells.
idea is outlined in Figure 17. Whatever the original distribution was, we now
have two distributions: one giving an overall lower bound, the other an overall
upper bound.
Since the random variables in the vector were assumed to be independent,
this operation has produced discrete distributions for the random vector as
well.
3.4.3 Combinations
If we have randomness in the objective function, but not in the right-hand
side (so h(ξ)−T (ξ)x ≡ h0 −T0 x), then, by simple linear programming duality,
we can obtain the dual of Q(x, ξ) with all randomness again in the right-hand
side, but now in a setting of maximization. In such a setting the Jensen bound
is an upper bound and the Edmundson–Madansky bound a lower bound.
If we have randomness in both the objective and the right-hand side, and the
random variables affecting these two positions are different and independent,
RECOURSE PROBLEMS 185
then we get a lower bound by applying the Jensen rule on the right-hand side
random variables and the Edmundson–Madansky rule in the objective. If we
do it the other way around, we get an overall upper bound.
φ(ξ) = min{q T y | W y = b + ξ, 0 ≤ y ≤ c}
y
where all components in the random vector ξ˜T = (ξ˜1 , ξ˜2 , . . .) are mutually
independent. Furthermore, let the support be given by Ξ(ξ) ˜ = [A, B]. For
convenience, but without any loss of generality, we shall assume that E ξ̃ = 0.
186 STOCHASTIC PROGRAMMING
There is a very good reason for such a choice. Note how U (ξ) is separable in
its components ξi . Therefore, for almost all distribution functions, U is simple
to integrate.
To appreciate the bound, we must understand its basic motivation. If we
take some minimization problem, like the one here, and add extra constraints,
the resulting problem will bound the original problem from above. What we
shall do is to add restrictions with respect to the upper bounds c. We shall do
this by viewing φ(ξ) as a parametric problem in ξ, and reserve portions of the
upper bound c for the individual random variables ξi . We may, for example,
end up by saying that two units of cj are reserved for variable ξi , meaning that
these two units can be used in the parametric analysis, only when we consider
ξi . For all other variables ξk these two units will be viewed as nonexisting.
The clue of the bound is to introduce the best possible set of such constraints,
such that the resulting problem is easy to solve (and gives a good bound).
First, let us calculate φ(E ξ̃) = φ(0) by finding
φ(0) = min{q T y | W y = b, 0 ≤ y ≤ c} = q T y 0 .
y
This can be interpreted as the basic setting, and all other values of ξ will be
seen as deviations from E ξ̃ = 0. (Of course, any other starting point will also
do—for example solving Q(A), where, as stated before, A is the lowest possible
value of ξ.) Note that since y 0 is “always” there, we can in the following operate
with bounds −y 0 ≤ y ≤ c − y 0 . For this purpose, we define α1 = −y 0 and
β 1 = c − y 0 . Let ei be a unit vector of appropriate size with a +1 in position
i.
Next, define a counter r and let r := 1. Now check out the case when ξr > 0
by solving (remembering that Br is the maximal value of ξr )
min{q T y | W y = er Br , αr ≤ y ≤ β r } = q T y r+ = d+
r Br . (4.4)
y
Note that d+r represents the per unit cost of increasing the right-hand side
from 0 to er Br . Similarly, check out the case with ξr < 0 by solving
min{q T y | W y = er Ar , αr ≤ y ≤ β r } = q T y r− = d−
r Ar . (4.5)
y
means of the following problem, where we calculate what is left for the next
random variable:
αr+1
i = αri − min{yir+ , yir− , 0}. (4.6)
What we are doing here is to find, for each variable, how much ξ̃r , in the worst
case, uses of the bound on variable i in the negative direction. That is then
subtracted off what we had before. There are three possibilities. Both (4.4) and
(4.5) may yield non-negative values for the variable yi . In that case nothing
is used of the available “negative bound” αri . Then αr+1i = αri . Alternatively,
if (4.4) has yi < 0, then it will in the worst case use yir+ of the available
r+
“negative bound”. Finally, if (4.5) has yir− < 0 then in the worst case we use
yir− of the bound. Therefore αr+1
i is what is left for the next random variable.
Similarly, we find
which equals (−36, −18, −46, 0, 0). We must then formulate (4.4), using ξ1 ∈
[−30.91, 30.91]:
min{2xraw1 + 3xraw2 }
s.t. xraw1 + xraw2 + s1 = 0,
2xraw1 + 6xraw2 − s2 = 30.91,
3xraw1 + 3xraw2 − s3 = 0,
xraw1 ≥ −36,
xraw2 ≥ −18,
s1 ≥ −46,
s2 ≥ 0,
s3 ≥ 0.
The solution to this is y 2+ = (11.59, −3.863, −7.727, 0, 0)T, with a total cost
of 11.59. This gives us
(2, 3, 0, 0, 0)y 2+
d+
2 = = 0.5.
23.18
Next, we solve the same problem, just with 23.18 replaced by −23.18.
This amounts to problem (4.5), and gives us the solution y 2− =
(−11.59, 3.863, 7.727, 0, 0)T, with a total cost of −11.59. Hence we get
(2, 3, 0, 0, 0)y 2−
d−
2 = = 0.5.
−23.18
This finishes the calculation of the (piecewise) linear functions in the upper
bound. What we have now found is that
1 1
4 ξ1 if ξ1 ≥ 0, ξ2 if ξ2 ≥ 0,
U (ξ1 , ξ2 ) = 126 + 1 + 21
4 ξ1 if ξ1 < 0, 2 ξ2 if ξ2 < 0,
U (ξ1 , ξ2 ) = 126 + 14 ξ1 + 12 ξ2 .
This is how it should be for linearity, the contribution from a random variable
over which U (and therefore φ) is linear is zero. We should of course get the
same result with respect to ξ2 , and therefore the upper bound is 126, which
equals the Jensen lower bound.
Now that we have seen how things go in the linear case, let us try to see
how the results will be when linearity is not present. Hence assume that we
have now developed the necessary parameters d± i for (4.3). Let us integrate
with respect to the random variable ξ˜i , assuming that Ξi = [Ai , Bi ]:
0 Bi
d−
1 ξi f (ξi )dξi + d+
1 ξi f (ξi )dξi
Ai 0
= d− ˜ ˜ + ˜ ˜
i E{ξi | ξ̃i ≤ 0}P {ξi ≤ 0} + di E{ξi | ξ̃i > 0}P {ξi > 0}.
This result should not come as much of a surprise. When one integrates a
linear function, one gets the function evaluated at the expected value of the
190 STOCHASTIC PROGRAMMING
for all i, then the contribution to the upper bound from ξ̃ equals φ(E ξ̃), which
equals the contribution to the Jensen lower bound.
Let us repeat why this is an upper bound. What we have done is to
distribute the bounds c on the variables among the different random variables.
They have been given separate pieces, which they will not share with others,
˜ do not need the capacities themselves.
even if they, for a given realization of ξ,
This partitioning of the bounds among the random variables represents
a set of extra constraints on the problem, and hence, since we have a
minimization problem, the extra constraints yield an upper bound. If we
run out of capacities before all random variables have received their parts,
we must conclude that the upper bound is +∞. This cannot happen with
the Edmundson–Madansky upper bound. If φ(ξ) is feasible for all ξ then the
Edmundson–Madansky bound is always finite. However, as for the Jensen and
Edmundson–Madansky bounds, the piecewise linear upper bound is also exact
when the recourse function turns out to be linear.
As mentioned before, we shall consider random upper bounds in Chapter 6,
in the setting of networks.
3.5 Approximations
We can now look at U − L to see if we are happy with the result or not.
If we are not, there are basically two approaches that can be used. Either
we might resort to a better bounding procedure (probably more expensive in
terms of CPU time) or we might start using the old bounding methods on a
partition of the support, thereby making the bounds tighter. Since we know
only finitely many different methods, we shall eventually be left with only the
second option.
The set-up for such an approach to bounding will be as follows. First,
partition the support of the random variables into an arbitrary selection of
cells—possibly only one cell initially. We shall only consider cells that are
rectangles, so that they can be described by intervals on the individual random
variables. Figure 18 shows an example in two dimensions with five cells. Now,
apply the bounding procedures on each of the cells, and add up the results.
RECOURSE PROBLEMS 191
Cell2
Cell 1
Cell 3
Cell 4 Cell 5
increased our work load. It is now harder to achieve a given error bound than
it was before the partition. And note, we shall never recover from the error,
in the sense that intelligent choices later on will not counteract this one bad
choice. Each time we make a bad partition, the workload from there onwards
basically doubles for the cell from which we started. Since we do not want to
unnecessarily increase the workload too often, we must be careful with how
we partition.
Now that we know that bad choices can increase the workload, what should
we do? The first observation is that chosing at random is not a good idea,
because, every now and then, we shall make bad choices. On the other hand,
it is clear that the partitioning procedure will have to be a heuristic. Hence,
we must make sure that we have a heuristic rule that we hope never makes
really bad choices.
By knowing our problem well, we may be able to order the random variables
according to their importance in the problem. Such an ordering could be used
as is, or in combination with other ideas. For some network problems, such as
the PERT problem (see Section 6.6), the network structure may present us
with such a list. If we can compile the list, it seems reasonable to ask, from a
modelling point of view, if the random variables last on the list should really
have been there in the first place. They do not appear to be important.
Over the years, some attempts to understand the problem of partitioning
have been made. Most of them are based on the assumption that the
Edmundson–Madansky bound was used to calculate the upper bound. The
reason is that the dual variables associated with the solution of the recourse
function tell us something about its curvature. With the Edmundson–
Madansky bound, we solve the recourse problem at all extreme points of
the support, and thus get a reasonably good idea of what the function looks
like.
To introduce some formality, assume we have only one random variable
˜ with support Ξ = [A, B]. When finding the Edmundson–Madansky upper
ξ,
bound, we calculated φ(A) = Q(x̂, A) and φ(B) = Q(x̂, B), obtaining dual
solutions π A and π B . We know from duality that
and
β = φ(B) − (π A )T [h(B) − T (B)x̂] ≥ 0.
RECOURSE PROBLEMS 193
φ φ
α β
ξ ξ
α
β
α
ξ
we have much curvature in the sense of the slopes of φ at the end point, but
still almost linearity (as in Figure 20), then the smaller of the two parameters
will be small. Hence the conclusion seems to be to calculate both α and β,
pick the smaller of the two, and use that as a measure of nonlinearity.
Using α and β, we have a good measure of nonlinearity in one dimension.
However, with more than one dimension, we must again be careful. We can
certainly perform tests corresponding to those illustrated in Figures 19 and 20,
for one random variable at a time. But the question is what value should
we give the other random variables during the test. If we have k random
variables, and have the Edmundson–Madansky calculations available, there
are 2k−1 different ways we can fix all but one variable and then compare dual
solutions. There are at least two possible approaches.
A first possibility is to calculate α and β for all neighbouring pairs of
extreme points in the support, and pick the one for which the minimum of
α and β is the largest. We then have a random variable for which φ is very
nonlinear, at least in parts of the support. We may, of course, have picked a
variable for which φ is linear most of the time, and this will certainly happen
once in a while, but the idea is tested and found sound.
An alternative, which tries to check average nonlinearity rather than
maximal nonlinearity, is to use all 2k−1 pairs of neighbouring extreme points
involving variation in only one random variable, find the minimum of α and
β for each such pair, and then calculate the average of these minima. Then
we pick the random variable for which this average is maximal.
The number of pairs of neighbouring extreme points is fairly large. With k
random variables, we have k2k−1 pairs to compare. Each comparison requires
the calculation of two inner products. We have earlier indicated that the
Edmundson–Madansky upper bound cannot be used for much more than 10
random variables. In such a case we must perform 5120 pairwise comparisons.
RECOURSE PROBLEMS 195
What we need to know to utilize this information is how the right-hand side
changes as a given random variable ξ˜i changes. This is easy to calculate, since
all we have to do is to find the derivative of
+ ,
h(ξ) − T (ξ)x̂ = h0 + hj ξj − T0 + Tj ξj x̂
j j
hi − Ti x̂ ≡ δi .
Note that this expression is independent of the value of ξ̃, and hence it is the
same at all extreme points of the support. Now, if π(ξ j ) is the optimal dual
solution at an extreme point of the support, represented by ξ j , then the slope
of φ(ξ) = Q(x̂, ξ) with respect to ξi is given by
π(ξ j )T δi .
π(ξ j )T δ ≡ (π j )T (5.1)
characterizes how φ(ξ) = Q(x̂, ξ) changes with respect to all random variables.
Since these calculations are performed at each extreme point of the support,
and each extreme point has a probability according to the Edmundson–
Madansky calculations, we can interpret the vectors π j as outcomes of
a random vector π̃ that has 2k possible values and the corresponding
Edmundson–Madansky probabilities. If, for example, the random variable π̃i
has only one possible value, we know that φ(ξ) is linear in ξi . If π̃i has several
possible values, its variance will tell us quite a bit about how the slope varies
over the support. Since the random variables ξ̃i may have very different units,
and the dual variables measure changes in the objective function per unit
196 STOCHASTIC PROGRAMMING
Ui − Li
be the error on the “left” cell if we partition random variable i, and let
Uir − Lri
be the error on the “right” cell. If pi is the probability of being in the left
cell, given that we are in the original cell, when we partition coordinate i, we
chose to partition the random variable i that minimizes
end. With a cheap (in terms of CPU time) upper bound, the approach seems
more reasonable, since checking all possibilities is not particularly costly, but,
even so, bad partitions will still double the work load locally. Numerical tests
indicate that this approach is very good even with the Edmundson–Madansky
upper bound, and the reason seems to be that it produces so few cells. Of
course, without Edmundson–Madansky, we cannot calculate α, β and π̃, so if
we do not like the look-ahead, we are in need of a new heuristic.
We have pointed out before that the piecewise linear upper bound can
obtain the value +∞. That happens if one of the problems (4.4) or (4.5)
becomes infeasible. If that takes place, the random variable being treated
when it happens is clearly a candidate for partitioning.
So far we have not really defined what constitutes a good partition. We shall
return to that after the next subsection. But first let us look at an example
illustrating the partitioning ideas.
Let us assume that Ξ1 = [0, 20] and Ξ2 = [0, 10]. For simplicity, we shall
assume uniform and independent distributions. We do that because the form
of the distribution is rather unimportant for the heuristics we are to explain.
The feasible set for the problem, except the upper bounds, is given in
Figure 21. The circled numbers refer to the numbering of the inequalities.
For all problems we have to solve (for varying values of ξ), it is reasonably
easy to read the solution directly from the figure.
Since we are maximizing, the Jensen bound is an upper bound, and the
Edmundson–Madansky bound a lower bound. We easily find the Jensen upper
bound from
φ(10, 5) = 20.
The first idea we wish to test is based on comparing pairs of extreme points,
to see how well the optimal dual solution (which is dual feasible for all right-
hand sides) at one extreme-point works at a neighbouring extreme point. We
use the indexing L and U to indicate Low and Up of the support.
LL:UL We first must test the optimal dual solution π LL together with the
right-hand side bUL . We get
α = (π LL )T bUL − φ(U, L)
= (0, 0, 0, 0, 0, 1, 2)(6, 21, 49, 120, 45, 20, 0)T − φ(U, L)
= 20 − 10.5 = 9.5.
We then do the opposite, to find
β = (π UL )T bLL − φ(L, L)
= (0, 12 , 0, 0, 0, 0, 72 )(6, 21, 49, 120, 45, 0, 0)T − φ(L, L)
= 10.5 − 0 = 10.5.
The minimum is therefore 9.5 for the pair LL:UL.
LL:LU Following a similar logic, we get the following:
α = (π LL )T bLU − φ(L, U )
= (0, 0, 0, 0, 0, 1, 2)(6, 21, 49, 120, 45, 0, 10)T − φ(L, U )
= 20 − 12 = 8,
β = (π LU )T bLL − φ(L, L)
= (2, 0, 0, 0, 0, 3, 0)(6, 21, 49, 120, 45, 0, 0)T − φ(L, L)
= 12 − 0 = 12.
The minimal value for the pair LL:LU is therefore 8.
LU:UU For this pair we get the following:
α = (π UU )T bLU − φ(L, U )
= (0, 0, 0, 0.0476, 0.476, 0, 0)(6, 21, 49, 120, 45, 0, 10)T − φ(L, U )
= 27.143 − 12 = 15.143
β = (π LU )T bUU − φ(L, L)
= (2, 0, 0, 0, 0, 3, 0)(6, 21, 49, 120, 45, 20, 10)T − φ(U, U )
= 72 − 27.143 = 44.857.
The minimal value for the pair LU:UU is therefore 15.143.
UL:UU For the final pair the results are given by
α = (π UU )T bUL − φ(U, L)
= (0, 0, 0, 0.0476, 0.476, 0, 0)(6, 21, 49, 120, 45, 20, 0)T − φ(U, L)
= 27.143 − 10.5 = 16.643,
β = (π UL )T bUU − φ(U, U )
= (0, 12 , 0, 0, 0, 0, 72 )(6, 21, 49, 120, 45, 20, 10)T − φ(U, U )
= 46.5 − 27.143 = 18.357.
200 STOCHASTIC PROGRAMMING
If we were to pick the pair with the largest minimum of α and β, we should
pick the pair UL:UU, over which it is ξ2 that varies. In such a case we have
tried to find that part of the function that is the most nonlinear. When we
look at Figure 21, we see that as ξ2 increases (with ξ1 = 20), the optimal
solution moves from F to E and then to D, where it stays when ξ2 comes
above the y coordinate in D. It is perhaps not so surprising that this is the
most serious nonlinearity in φ.
If we try to find the random variable with the highest average nonlinearity,
by summing the errors over those pairs for which the given random variable
varies, we find that for ξ˜1 the sum is 9.5 + 15.143 = 24.643, and for ξ˜2 it is
8 + 16.643, which also equals 24.643. In other words, we have no conclusion.
The next approach we suggested was to look at the dual variables as in
(5.1). The right-hand side structure is very simple in our example, so it is
easy to find the connections. We define two random variables: π̃1 for the row
constraining x, and π̃2 for the row constraining y. With the simple kind of
uniform distributions we have assumed, each of the four values for π̃1 and π̃2
will have probability 0.25. Using Table 1, we see that the possible values for
π̃1 are 0, 1 and 3 (with 0 appearing twice), while for π̃2 they are 0, 2 and 3.5
(also with 0 appearing twice). There are different ideas we can follow.
1. We can find out how the dual variables vary between the extreme points.
The largest individual change is that π̃2 falls from 3.5 to 0 as we go from UL
to UU. This should again confirm that ξ˜2 is a candidate for partitioning.
2. We can calculate E π̃ = (1, 11
8 ), and the individual variances to 1.5 and
2.17. If we choose based on variance, we pick ξ˜2 .
3. We also argued earlier that the size of the support was of some importance.
A way of accommodating that is to multiply all outcomes with the length
of the support. (That way, all dual variables are, in a sense, a measure of
change per total support.) That should make the dual variables comparable.
The calculations are left to the reader. We now end up with π̃1 having the
largest variance. (And if we now look at the biggest change in dual variable
over pairs of neighboring extreme points, ξ˜1 will be the one to partition.)
(5,5) 15 (10,7.5) 25
(15,5) 25 (10,2.5) 15
(10,10) 27.143 (0,5) 10
(20,5) 25 (10,0) 10
φ(E ξ̃) = φ(10, 5) = 20, which we have already found. The additional numbers
are presented in Table 2.
Based on this, we can find the total error after splitting to be about 4.5
both for ξ˜1 and for ξ˜2 . Therefore, based on “look-ahead”, we cannot decide
what to do.
2
where
L(x) = pj Q(x, ξ j ),
j=1
202 STOCHASTIC PROGRAMMING
cx + U1 ( x )
cx + U 2 ( x )
cx + Q( x )
cx + L2 ( x )
cx + L1 ( x )
cx$ + U1 ( x$ )
cx$ + Q ( x$ )
cx$ + L1 ( x$ )
x$
Figure 22 Example illustrating the use of bounds in the L-shaped
decomposition method. An initial partition corresponds to the lower bound-
ing function L1 (x) and the upper bounding function U1 (x). For all x we have
L1 (x) ≤ Q(x) ≤ U1 (x). We minimize cx + L1 (x) to obtain x̂. We find the error
U1 (x̂) − L1 (x̂), and we decide to refine the partition. This will cause L1 to be
replaced by L2 and U1 by U2 . Then the process can be repeated.
with pj being the probability of being in cell j. Let x̂ be the optimal solution
to (5.3). Clearly if x is the optimal solution to the original problem then
so that the optimal value we found by solving (5.3) is really a lower bound
on min cT x + Q(x). The first inequality follows from the observation that x̂
minimizes cT x + L(x). The second inequality holds because L(x) ≤ Q(x) for
all x (Jensen’s inequality). Next, we use some method to calculate U(x̂), for
example the Edmundson–Madansky or piecewise linear upper bound. Note
that
the L-shaped method. It is worth noting that the old optimality cuts generated
in the L-shaped method are still valid, but generally not tight. The reason is
that, with more cells, and hence a larger , the function L(x) is now closer to
Q(x). Feasibility cuts are still valid and tight. Figure 22 illustrates how the
approximating functions L(x) and U(x) change as the partition is refined.
In total, this gives us the procedure in Figure 23. The procedure refine(Ξ)
will not be detailed, since there are so many options. We refer to our earlier
discussion of the subject in Section 3.5.1. Note that, for simplicity, we have
assumed that, after a partitioning, the procedure starts all over again in the
repeat loop. That is of course not needed, since we already have checked the
present x̂ for feasibility. If we replace the set A by Ξ in the call to procedure
feascut, the procedure Bounding L-shaped must stay as it is. In many cases
this may be a useful change, since A might be very large. (In this case old
feasibility cuts might no longer be tight.)
is best achieved by looking ahead using (5.2). Our general advice is therefore
that in the setting of two (or more) stages one should seek a strategy that
minimizes the final number of cells, and that it is worthwhile to pay quite a
lot per iteration to achieve this goal.
where
Hence we assume
W = (I, −I),
T (ξ) ≡ T (constant),
h(ξ) ≡ ξ,
and in addition
q = q + + q − ≥ 0.
In other words, we consider the case where only the right-hand side is
random, andwe shall see that in this case, using our former presentation
h(ξ) = h0 + i hi ξi , we only need to know the marginal distributions of the
components hj (ξ) of h(ξ). However, stochastic dependence or independence
of these components does not matter at all. This justifies the above setting
h(ξ) ≡ ξ.
By linear programming duality, we have for the recourse function
Q(x, ξ)
= min{q +T y + + q −T y − | y + − y − = ξ − T x, y + ≥ 0, y − ≥ 0}
= max{(ξ − T x)T π | −q − ≤ π ≤ q + }. (6.2)
Hence, with
(ξi − χi )qi+ if χi < ξi ,
Q̂i (χi , ξi ) =
−(ξi − χi )qi− if χi ≥ ξi ,
we have
Q(x, ξ) = Q̂i (χi , ξi ) with χ = T x.
i
The expected recourse follows immediately:
˜ =
Eξ̃ Q(x, ξ) Q(x, ξ)Pξ̃ (dξ)
Ξ
= Q̂i (χi , ξi )Pξ̃ (dξ)
i Ξ
+ −
= qi (ξi − χi )Pξ̃ (dξ) − qi (ξi − χi )Pξ̃ (dξ) .
i ξi >χi ξi ≤χi
The last expression shows that knowledge of the marginal distributions of the
ξ˜i is sufficient to evaluate the expected recourse. Moreover, Eξ̃ Q(x, ξ) ˜ is a
˜ = m
so-called separable function in (χ1 , · · · , χm1 ), i.e. Eξ̃ Q(x, ξ) i=1 Qi (χi ),
1
+ −
where, owing to q + q = q,
⎫
Qi (χi ) = qi+ ξi >χi (ξi − χi )Pξ̃ (dξ) − qi− ξi ≤χi (ξi − χi )Pξ̃ (dξ) ⎪
⎬
= qi+ Ξ (ξi − χi )Pξ̃ (dξ) − (qi+ + qi− ) ξi ≤χi (ξi − χi )Pξ̃ (dξ) (6.3)
⎪
⎭
+ +
= qi ξ i − qi χi − q i ξi ≤χi (ξi − χi )Pξ̃ (dξ)
If, on the other hand, αi < χ̂i < βi , we partition the interval (αi , βi ] into the
two subintervals (αi , χ̂i ] and (χ̂i , βi ] with the conditional expectations
1 2
ξ i = Eξ̃ (ξ˜i | ξi ∈ (αi , χ̂i ]), ξ i = Eξ̃ (ξ˜i | ξi ∈ (χ̂i , βi ]).
Hence, instead of using the E–M upper bound, we can easily determine the
1 2 1 2
exact value Qi (χ̂i ). With Q̂i (χi , ξ i , ξ i ) := p1i Q̂i (χi , ξ i ) + p2i Q̂i (χi , ξ i ), the
resulting situation is demonstrated in Figure 25.
Assume now that for a partition of the intervals (αi , βi ] into subintervals
Iiν := (δiν , δiν+1 ], ν = 0, · · · , Ni − 1, with αi = δi0 < δi1 < · · · < δiNi = βi ,
we have minimized the Jensen lower bound (see Section 3.4.1), letting piν =
208 STOCHASTIC PROGRAMMING
1 2
Figure 25 Simple recourse: supporting Qi (χi ) by Q̂i (χi , ξ i , ξ i ).
'
k N i −1 (
minx,χ cT x + piν Q̂i (χi , ξ iν )
i=1 ν=0
s.t. Ax = b,
T x − χ = 0,
x ≥ 0,
yielding the solution x̂ and χ̂ = T x̂. Obviously relation (6.5) holds for
conditional expectations Qiν (χ̂i ) (with respect to Iiν ) as well. Then for each
component of χ̂ there are three possibilities.
(a) If χ̂i ≤ αi , then
Q̂i (χ̂i , ξ iν ) = Qiν (χ̂i ) = Eξ̃ (Q̂i (χ̂i , ξ˜i ) | ξi ∈ Iiν ), ν = 0, · · · , Ni − 1,
and hence
N i −1
N i −1
(c) If χ̂i ∈ Iiµ for exactly one µ, with 0 ≤ µ < Ni , then there are two cases.
First, if δiµ < χ̂i < δiµ+1 , partition Iiµ = (δiµ , δiµ+1 ] into
1 2
Jiµ = (δiµ , χ̂i ] and Jiµ = (χ̂i , δiµ+1 ].
2
ρ
Qi (χ̂i ) = piν Q̂i (χ̂i , ξ iν ) + pρiµ Q̂i (χ̂i , ξ iµ ),
ν=µ ρ=1
where
ρ
pρiµ = P (ξi ∈ Jiµ
ρ ρ
), ξ iµ = Eξ̃ (ξ˜i | ξi ∈ Jiµ ), ρ = 1, 2.
If, on the other hand, χ̂i = δiµ+1 , we again have
N i −1
In conclusion, having determined the minimal point χ̂ for the Jensen lower
bound, we immediately get the exact expected recourse at this point and
decide whether for all components the relative error fits into a prescribed
tolerance, or in which component the refinement (partitioning the subinterval
containing χ̂i by dividing it exactly at χ̂i ) seems appropriate for a further
improvement of the approximate solution of (6.1). Many empirical tests have
shown this approach to be very efficient. In particular, for this special problem
type higher dimensions of ξ˜ do not cause severe computational difficulties,
as they did for general stochastic programs with recourse, as discussed in
Section 3.5 .
This book deals almost exclusively with convex problems. The only exception
is this section, where we discuss, very briefly, some aspects of integer
programming. The main reason for doing so is that some solution procedures
for integer programming fit very well with some decomposition procedures
for (continuous) stochastic programming. Because of that we can achieve
two goals: we can explain some connections between stochastic and integer
programming, and we can combine the two subject areas. This allows us to
arrive at a method for stochastic integer programming. Note that talking
about stochastic and integer programming as two distinct areas is really
meaningless, since stochastic programs can contain integrality constraints, and
integer programs can be stochastic. But we still do it, with some hesitation,
210 STOCHASTIC PROGRAMMING
• In the integer case we partition the solution space, and in the stochastic
case the input data (support of random variables).
• In the integer case we must find a branching variable, and in the stochastic
case a random variable for partitioning.
• In the integer case we must find a value dj of xj (see (7.2)) for the branching,
and in the stochastic case we must determine a point dj in the support
through which we want to partition.
• Both methods therefore operate with a situation as depicted in Figure 18,
but in one case the rectangle is the solution space, while in the other it is
the support of the random variables.
• Both problems can be seen as building up a tree. For integer programming
we build a branch-and-bound tree. For stochastic programming we build a
splitting tree. The branch-and-bound-tree in Figure 26 could have been a
splitting tree as well. In that case we should store the error rather than the
objective value.
• In the integer case we fathom a problem (corresponding to a cell in
Figure 18, or a leaf in the tree) when it has nothing more to tell us, in
the stochastic case we do this when the bounds (in the cell or leaf) are close
enough.
From this, it should be obvious that anyone who understands the ins and
outs of integer programming, will also have a lot to say about bounding
stochastic programs. Of course there are differences, but they are smaller
than one might think.
So far, what we have compared is really the problem of bounding the
recourse function with the problem of solving an integer program by branch-
and-bound. Next, let us consider the cutting-plane methods for integer
programs, and compare them with methods like the L-shaped decomposition
RECOURSE PROBLEMS 213
To use the L-shaped method to solve (7.3), we should begin solving the
214 STOCHASTIC PROGRAMMING
problem
min cT x
s.t. Ax = b,
x ≥ 0,
i.e. (7.3) without the last set of constraints added. Then, if the resulting x̂
makes the last set of constraints in (7.3) feasible for all ξ, we are done. If not,
an implied feasibility cut is added.
An integer program, on the other hand, could be written as
⎫
min cT x ⎬
s.t. Ax = b, (7.4)
⎭
xi ∈ {ai , . . . , bi } for all xi .
A cutting-plane procedure for (7.4) will solve the problem with the constraints
a ≤ x ≤ b so that the integrality requirement is relaxed. Then, if the resulting
x̂ is integral in all its elements, we are done. If not, an integrality cut is added.
This cut will, if possible, be a facet of the solution space with all extreme points
integer.
By now, realizing that integrality cuts are also feasibility cuts, the
connection should be clear. Integrality cuts in integer programming are just
a special type of feasibility cuts.
For the bounding version of the L-shaped decomposition method we
combined bounding (with partitioning of the support) with cuts. In the same
way, we can combine branching and cuts in the branch-and-cut algorithm for
integer programs (still deterministic). The idea is fairly simple (but requires
a lot of details to be efficient). For all waiting nodes, before or after we
have solved the relaxed LP, we add an appropriate number of cuts, before
we (re)solve the LP. How many cuts we add will often depend on how well we
know the facets of the (integer) solution space. This new LP will have a smaller
(continuous) solution space, and is therefore likely to give a better result—
either in terms of a nonintegral optimal solution with a higher objective value
(increasing the probability of bounding), or in terms of an integer solution.
So, finally, we have reached the ultimate question. How can all of this be
used to solve integer stochastic programs? Given the simplification that we
have integrality only in the first-stage problem, the procedure is given in
Figure 27. In the procedure we operate with a set of waiting nodes P. These
are nodes in the cut-and-branch tree that are not yet fathomed or bounded.
The procedure feascut was presented earlier in Figure 9, whereas the new
procedure intcut is outlined in Figure 28. Let us try to compare the L-shaped
integer programming method with the continuous one presented in Figure 10.
RECOURSE PROBLEMS 215
3.7.1 Initialization
In the continuous case we started by assuming the existence of an x̂, feasible
in the first stage. It can be found, for example, by solving the expected value
problem. This is not how we start in the integer case. The reason is partly
that finding a feasible solution is more complicated in that setting. On the
other hand, it might be argued that if we hope to solve the integer stochastic
problem, we should be able to solve the expected value problem (or at least
find a feasible solution to the master problem), thereby being able to start out
with a feasible solution (and a z better than ∞). But, even in this case, we shall
not normally be calling procedure master with a feasible solution at hand. If
we have just created a feasibility cut, the present x̂ is not feasible. Therefore
the difference in initialization is natural. This also affects the generation of
feasibility cuts.
min{φ(x) ≡ cT x + Q(x)}
s.t. Ax = b,
x ≥ 0,
218 STOCHASTIC PROGRAMMING
where
Q(x) = Q(x, ξ)f (ξ) dξ
Again we note that ξ and x do not enter the constraints of the dual
formulation, so that if a given ξ and x produce a solvable problem, the problem
is dual feasible for all ξ and x. Furthermore, if π 0 is a dual feasible solution
then
Q(x, ξ) ≥ (π 0 )T [ξ − T (ξ)x]
for any ξ and x, since π 0 is feasible but not necessarily optimal in a
maximization problem. This observation is a central part of SD. Refer back
to our discussion of how to interpret the Jensen lower bound in Section 3.4.1,
where we gave three different interpretations, one of which was approximate
optimization using a finite number of dual feasible bases, rather than all
possible dual feasible bases. In SD we shall build up a collection of dual
feasible bases, and in some of the optimizations use this subset rather than
all possible bases. In itself, this will produce a lower-bounding solution.
But SD is also a sampling technique. By ξk , we shall understand the sample
made in iteration k. At the same time, xk will refer to the iterate (i.e. the
presently best guess of the optimal solution) in iteration k. The first thing to
do after a new sample has been made available is to evaluate Q(xk , ξj ) for
the new iterate and all samples ξj found so far. First we solve for the newest
sample ξk ,
to obtain an optimal dual solution πk . Note that this optimization, being the
first involving ξk , is exact. If we let V be the collection of all dual feasible
solutions obtained so far, we now add πk to V . Next, instead of evaluating
Q(xk , ξj ) for j = 1, . . . , k − 1 (i.e. for the old samples) exactly, we simply solve
to obtain πjk . Since V contains a finite number of vectors, this operation is very
simple. Note that for all samples but the new one we perform approximate
optimization using a limited set of dual feasible bases. The situation is
RECOURSE PROBLEMS 219
ξ)
ξ
ξ ξ ξ
Figure 29 Illustration of how stochastic decomposition performs exact
optimization for the latest (third) sample point, but inexact optimization for
the two old points.
illustrated in Figure 29. There we see the situation for the third sample point.
We first make an exact optimization for the new sample point, ξ3 , obtaining
a true optimal dual solution π3 . This is represented in Figure 29 by the
supporting hyperplane through ξ3 , Q(x3 , ξ3 ). Afterwards, we solve inexactly
for the two old sample points. There are three bases available for the inexact
optimization. These bases are represented by the three thin lines. As we see,
neither of the two old sample points find their true optimal basis.
˜ = {ξ1 , ξ2 , ξ3 }, with each outcome having the same probability 1 , we
If Ξ(ξ) 3
could now calculate a lower bound on Q(x3 ) by computing
3
1 3 T
L(x3 ) = (π ) (ξj − T (ξj )x3 ).
3 j=1 j
1 k T
k
Q(xk ) = (π ) (ξj − T (ξj )xk ).
k j=1 j
220 STOCHASTIC PROGRAMMING
Remember, however, that this is not the true value of Q(xk )—just an estimate.
In other words, we have now observed two major differences from the
exact L-shaped method (page 171). First, we operate on a sample rather
than on all outcomes, and, secondly, what we calculate is an estimate of
a lower bound on Q(xk ) rather than Q(xk ) itself. Hence, since we have a
lower bound, what we are doing is more similar to what we did when we
used the L-shaped decomposition method within approximation schemes, (see
page 204). However, the reason for the lower bound is somewhat different. In
the bounding version of L-shaped, the lower bound was based on conditional
expectations, whereas here it is based on inexact optimization. On the other
hand, we have earlier pointed out that the Jensen lower bound has three
different interpretations, one of which is to use conditional expectations (as
in procedure Bounding L-shaped) and another that is inexact optimization
(as in SD). So what is actually the principal difference?
For the three interpretations of the Jensen bound to be equivalent, the
limited set of bases must come from solving the recourse problem in the points
of conditional expectations. That is not the case in SD. Here the points are
random (according to the sample ξj ). Using a limited number of bases still
produces a lower bound, but not the Jensen lower bound.
Therefore SD and the bounding version of L-shaped are really quite
different. The reason for the lower bound is different, and the objective value
in SD is only a lower bound in terms of expectations (due to sampling). One
method picks the limited number of points in a very careful way, the other
at random. One method has an exact stopping criteria (error bound), the
other has a statistically based stopping rule. So, more than anything else,
they are alternative approaches. If one cannot solve the exact problem, one
either resorts to bounds or to sample-based methods.
In the L-shaped method we demonstrated how to find optimality cuts. We
can now find a cut corresponding to xk (which is not binding and might even
not be a lower bound, although it represents an estimate of a lower bound).
As for the L-shaped method, we shall replace Q(x) in the objective by θ, and
then add constraints. The cut generated in iteration k is given by
1 k T
k
θ≥ (π ) [ξj − T (ξj )x] = αkk + (βkk )T x.
k j=1 j
The double set of indices on α and β indicate that the cut was generated in
iteration k (the subscript) and that it has been updated in iteration k (the
superscript).
In contrast to the L-shaped decomposition method, we must now also look
at the old cuts. The reason is that, although we expect these cuts to be loose
(since we use inexact optimization), they may in fact be far too tight (since
they are based on a sample). Also, being old, they are based on a sample that
RECOURSE PROBLEMS 221
is smaller than the present one, and hence, probably not too good. We shall
therefore want to phase them out, but not by throwing them away. Assume
that there exists a lower bound on Q(x, ξ) such that Q(x, ξ) ≥ Q for all x and
ξ. Then the old cuts
θ ≥ αk−1
j + (βjk−1 )T x for j = 1, . . . , k − 1
will be replaced by
⎫
k − 1 k−1 1 ⎬
θ≥ [αj + (βjk−1 )T x] + Q
k k (8.1)
= αkj + (βjk )T x for j = 1, . . . , k − 1. ⎭
This defines the function φk (x) and shows more clearly than (8.2) that we do
indeed have a function in x that we are minimizing. Also φk (x) is the present
estimate of φ(x) = cT x + Q(x).
The above set-up has one major shortcoming: it might be difficult to
extract a converging subsequence from the sequence xk . A number of changes
therefore have to be made. These make the algorithm look more messy, but
the principles are not lost. To make it simpler (empirically) to extract a
converging subsequence, we shall introduce a sequence of incumbent solutions
xk . Following the incumbent, there will be an index ik that shows in which
iteration the current xk was found.
We initiate the method by setting the counter k := 0, choose an r ∈ (0, 1)
(to be explained later), and let ξ0 := E ξ̃. Thus we solve
min cT x + q0T y
s.t. Ax = b,
W y = ξ0 − T (ξ0 )x, x, y ≥ 0,
222 STOCHASTIC PROGRAMMING
φ()
1
k
θ≥ (πj )T [ξj − T (ξj )x] = αkk + (βkk )T x.
k j=1
RECOURSE PROBLEMS 223
In addition, we need to update the incumbent cut ik . This is done just the
way we found cut k. We solve
1
k
θ≥ (π j )T [ξj − T (ξj )x] = αkik−1 + (βikk−1 )T x.
k j=1
k − 1 k−1 1
θ≥ [αj +(βjk−1 )T x]+ Q = αkj +(βjk )T x for j = 1, . . . , k−1, j = ik−1 .
k k
cx + Q( x)
f2 ( x2 )
f2 ( x )
x
x2 x3
b a
cx + Q( x)
f3 ( x 2 ) f3 ( x )
f3 ( x 3 )
x3 x
x2 c
b a
Figure 31 Calculations to find out if the incumbent should be changed.
RECOURSE PROBLEMS 225
We are still dealing with recourse problems stated in the somewhat more
general form
min f (x) + Q(x, ξ) Pξ̃ (dξ) . (9.1)
x∈X Ξ
This formulation also includes the stochastic linear program with recourse,
letting
X = {x | Ax = b, x ≥ 0},
f (x) = cT x,
Q(x, ξ) = min{(q(ξ))T y | W y = h(ξ) − T (ξ)x, y ≥ 0}.
Observe that for stochastic linear programs with recourse the assump-
tions (9.3) are satisfied if, for instance,
By assumption (9.3 i), ϕ(x) := Eξ̃ F (x, ξ)˜ is convex in x. If this function is
also differentiable with respect to x at any arbitrary point z with the gradient
g := ∇ϕ(z) = ∇x Eξ̃ F (z, ξ̃), then −g is the direction of steepest descent of
˜ in z, and we should probably like to choose −g as the
ϕ(x) = Eξ̃ F (x, ξ)
search direction to decrease our objective. However, this does not seem to be
a practical approach, since, as we know already, evaluating ϕ(x) = Eξ̃ F (x, ξ),˜
as well as ∇ϕ(z) = ∇x Eξ̃ F (z, ξ̃), is a rather cumbersome task.
In the differentiable case we know from Proposition 1.21 on page 81 that,
for a convex function ϕ,
(x − z)T ∇ϕ(z) ≤ ϕ(x) − ϕ(z) (9.6)
has to hold ∀x, z (see Figure 27 in Chapter 1). But, even if the convex function
ϕ is not differentiable at some point z, e.g. if it has a kink there, it is shown
in convex analysis that there exists at least one vector g such that
(x − z)T g ≤ ϕ(x) − ϕ(z) ∀x. (9.7)
Any vector g satisfying (9.7) is called a subgradient of ϕ at z, and the set of all
vectors satisfying (9.7) is called the subdifferential of ϕ at z and is denoted by
∂ϕ(z). If ϕ is differentiable at z then ∂ϕ(z) = {∇ϕ(z)}; otherwise, i.e. in the
nondifferentiable case, ∂ϕ(z) may contain more than one element as shown
for instance in Figure 32. Furthermore, in view of (9.7), it is easily seen that
∂ϕ(z) is a convex set.
If ϕ is convex and g = 0 is a subgradient of ϕ at z then, by (9.7) for λ > 0,
it follows that
ϕ(z + λg) ≥ ϕ(z) + g T (x − z)
= ϕ(z) + g T (λg)
= ϕ(z) + λg2
> ϕ(z).
Hence any subgradient, g ∈ ∂ϕ, such that g = 0 is a direction of ascent,
although not necessarily the direction of steepest ascent as the gradient would
be if ϕ were differentiable in z. However, in contrast to the differentiable case,
−g need not be a direction of strict descent for ϕ in z. Consider for example
the convex function in two variables
ψ(u, v) := |u| + |v|.
Then for ẑ = (0, 3) we have g = (1, 1)T ∈ ∂ψ(ẑ), since for all ε > 0 the
T
gradient ∇ψ(ε, 3) exists and is equal to g. Hence, by (9.6), we have, for all
(u, v),
T T
u ε u−ε 1
− g=
v 3 v−3 1
=u−ε+v−3
≤ |u| + |v| − |ε| − |3|,
RECOURSE PROBLEMS 227
and therefore, in this particular case, −g is not a strict descent direction for
ψ in ẑ. Nevertheless, as we see in Figure 33, moving from ẑ along the ray
ẑ − λg, λ > 0, for any λ < 3 we would come closer—with respect to the
Euclidean norm—to arg min ψ = {(0, 0)T } than we are at ẑ.
It is worth noting that this property of a subgradient of a convex function
holds in general, and not only for our particular example. Let ϕ be a convex
function and assume that g ∈ ∂ϕ(z), g = 0. Assume further that z ∈ arg min ϕ
and x ∈ arg min ϕ. Then we have for ρ > 0 with the Euclidean norm,
using (9.7),
Since, by our assumption, ϕ(z) − ϕ(x ) > 0, we may choose a step size
ρ = ρ̄ > 0 such that
implying that z − ρ̄g is closer to x ∈ arg min ϕ than z. This property provides
228 STOCHASTIC PROGRAMMING
that
0 ≥ Eξ̃ F (x∗ , ξ)
˜ − E F (xν , ξ̃) ≥ E(v ν | x0 , · · · , xν )T (x∗ − xν ) + γν ,
ξ̃ (9.10)
where
γν = −bνT (x∗ − xν ). (9.11)
Intuitively, if we assume that {xν } converges to x and all v ν are uniformly
ν→∞
bounded, i.e. |v ν | ≤ α for some constant α, we should require that bν −→ 0,
ν→∞
implying γν −→ 0 as well. Observe that the particular choice of a stochastic
subgradient
v ν ∈ ∂x F (xν , ξ ν ), (9.12)
or more generally
1
Nν
vν = wµ , wµ ∈ ∂x F (xν , ξ νµ ), (9.13)
Nν µ=1
With the choices (9.12) or (9.13), for uniformly bounded v ν this assumption
could obviously be replaced by the step size assumption
∞
∞
ρν ≥ 0, ρν = ∞, ρ2ν < ∞. (9.15)
ν=0 ν=0
With these prerequisites, it can be shown that, under the assumptions (9.3),
(9.8) and (9.14) (or (9.3), (9.12) or (9.13), and (9.15)) the iterative
method (9.4) converges almost surely (a.s.) to a solution of (9.2).
What we observe here is that the part that varies, h(ξ) − T (ξ)x, appears only
in the objective. As a consequence, if (10.1) is feasible for one value of x and
ξ, it is feasible for all values of x and ξ. Of course, the problem might be
unbounded (meaning that the primal is infeasible) for some x and ξ. For the
moment we shall assume that that does not occur. (But if it does, it simply
shows that we need a feasibility cut, not an optimality cut).
In a given iteration of the L-shaped decomposition method, x will be fixed,
and all we are interested in is the selection of right-hand sides resulting from
all possible values of ξ. Let us therefore simplify notation, and assume that
we have a selection of right-hand sides B, so that, instead of (10.1), we solve
for all h ∈ B. Assume (10.2) is solved for one value of h ∈ B with optimal
basis B. Then B is a dual feasible basis for all h ∈ B. Therefore, for all
h ∈ B for which B −1 h ≥ 0, the basis B is also primal feasible, and hence
optimal. The idea behind bunching is simply to start out with some h ∈ B,
find the optimal basis B, and then check B −1 h for all other h ∈ B. Whenever
B −1 h ≥ 0, we have found the optimal solution for that h, and these right-
hand sides are bunched together. We then remove these right-hand sides from
B, and repeat the process, of course with a warm start from B, using the dual
simplex method, for one of the remaining right-hand sides in B. We continue
until all right-hand sides are bunched. That gives us all information needed
to find Q and the necessary optimality cut.
This procedure has been followed up in several directions. An important
one is called trickling down. Again, we start out with B, and we solve (10.2)
for some right-hand side to obtain a dual feasible basis B. This basis is stored
in the root of a search tree that we are about to make. Now, for one h ∈ B at
a time do the following. Start in the root of the tree, and calculate B −1 h. If
B −1 h ≥ 0, register that this right-hand side belongs to the bunch associated
RECOURSE PROBLEMS 231
B
1
4
B B
2 3
B B
B
5
B
Figure 34 Example of a bunching tree.
randomness as well.
Then, one may ask what happens if there is randomness in both the
objective and the right-hand side. Trickling down cannot be performed the
way we have outlined it in that case. This is because a basis that was optimal
for one ξ will, in general, be neither primal nor dual feasible for some other ξ.
On the other hand, the basis may be good, not far from the optimal one. Hence
warm starts based on an old basis, performing a combination of primal and
dual simplex steps, will almost surely be better than solving the individual
LPs from scratch.
Benders’ [1] decomposition is the basis for all decomposition methods in this
chapter. In stochastic programming, as we have seen, it is more common to
refer to Benders’ decomposition as the L-shaped decomposition method. That
approach is outlined in detail in Van Slyke and Wets [63]. An implementation
of the L-shaped decomposition method, called MSLiP, is presented in
Gassmann [31]. It solves multistage problems based on nested decomposition.
Alternative computational methods are also discussed in Kall [44].
The regularized decomposition method has been implemented under the
name QDECOM. For further details on the method and QDECOM, in
particular for a special technique to solve the master (3.6), we refer to the
original publication of Ruszczyński [61]; the presentation in this chapter is
close to the description in his recent paper [62].
Some attempts have also been made to use interior point methods. As
examples consider Birge and Qi [7], Birge and Holmes [6], Mulvey and
Ruszczyński [60] and Lustig, Mulvey and Carpenter [55]. The latter two
combine interior point methods with parallel processing.
Parallel techniques have been tried by others as well; see e.g. Berland [2]
and Jessup, Yang and Zenios [42]. We shall mention some others in Chapter 6.
The idea of combining branch-and-cut from integer programming with
primal decomposition in stochastic programming was developed by Laporte
and Louveaux [53]. Although the method is set in a strict setting of
integrality only in the first stage, it can be expanded to cover (via a
reformulation) multistage problems that possess the so-called block-separable
recourse property, see Louveaux [54] for details.
Stochastic quasi-gradient methods were developed by Ermoliev [20, 21],
and implemented by, among others, Gaivoronski [27, 28]. Besides stochastic
quasi-gradients several other possibilities for constructing stochastic descent
directions have been investigated, e.g. in Marti [57] and in Marti and
Fuchs [58, 59].
The Jensen lower bound was developed in 1906 [41]. The Edmundson–
234 STOCHASTIC PROGRAMMING
Exercises
where ξ̃ is a random variable with support Ξ = [0, 1]. Write down the LP
(both primal and dual formulation) needed to check if a given x produces
a feasible second-stage problem. Do it in such a way that if the problem
is not feasible, you obtain an inequality in x that cuts off the given x. If
you have access to an LP code, perform the computations, and find the
inequality explicitly for x̂ = (1, 1, 1)T .
2. Look back at problem (4.1) we used to illustrate the bounds. Add one extra
constraint, namely
xraw1 ≤ 40.
(a) Find the Jensen lower bound after this constraint has been added.
(b) Find the Edmundson–Madansky upper bound.
(c) Find the piecewise linear upper bound.
(d) Try to find a good variable for partitioning.
5. Show that for a convex function ϕ and any arbitrary z the subdifferential
∂ϕ(z) is a convex set. [Hint: For any subgradient (9.7) has to hold.]
6. Assume that you are faced with a large number of linear programs that
you need to solve. They represent all recourse problems in a two-stage
stochastic program. There is randomness in both the objective function
and the right-hand side, but the random variables affecting the objective
are different from, and independent of, the random variables affecting the
right-hand side.
(a) Argue why (or why not) it is a good idea to use some version of
bunching or trickling down to solve the linear programs.
(b) Given that you must use bunching or trickling down in some version,
how would you organize the computations?
(a) Assume that you solve the integer program with branch-and-bound.
Your first step is then to solve the integer program above, but with
xi ∈ {0, . . . , bi } ∀i replaced by 0 ≤ x ≤ b. Assume that you get x̂.
Explain why x̂ can be a good partitioning point if you wanted to find
Eφ(x̃) by repeatedly partitioning the support, and finding bounds on
each cell. [Hint: It may help to draw a little picture.]
(b) We have earlier referred to Figure 18, stating that it can be seen
as both the partitioning of the support for the stochastic program,
and partitioning the solution space for the integer program. Will the
number of cells be largest for the integer or the stochastic program
above? Note that there is not necessarily a clear answer here, but you
should be able make arguments on the subject. Question (a) may be
of some help.
8. Look back at Figure 17. There we replaced one distribution by two others:
one yielding an upper bound, and one a lower bound. The possible values
for these two new distributions were not the same. How would you use the
ideas of Jensen and Edmundson–Madansky to achieve, as far as possible,
the same points? You can assume that the distribution is bounded. [Hint:
The Edmundson–Madansky distribution will have two more points than
the Jensen distribution.]
RECOURSE PROBLEMS 237
References
Probabilistic Constraints
As we have seen in Sections 1.5 and 1.6, at least under appropriate assump-
tions, chance-constrained problems such as (4.21), or particularly (4.23), as
well as recourse problems such as (4.11), or particularly (4.16), (all from Chap-
ter 1), appear as ordinary convex smooth mathematical programming prob-
lems. This might suggest that these problems may be solved using known
nonlinear programming methods. However, this viewpoint disregards the fact
that in the direct application of those methods to problems like
˜
minx∈X Eξ̃ cT (ξ)x
s.t. P ({ξ | T (ξ)x ≥ h(ξ)}) ≥ α
or
˜
min Eξ̃ {cT x + Q(x, ξ)}
x∈X
where
Q(x, ξ) = min{q T y | W y ≥ h(ξ) − T (ξ)x, y ∈ Y },
we had repeatedly to obtain gradients and evaluations for functions like
P ({ξ | T (ξ)x ≥ h(ξ)})
or
˜
Eξ̃ {cT x + Q(x, ξ)}.
Each of these evaluations requires multivariate numerical integration, so that
up to now this seems to be outside of the set of efficiently solvable problems.
Hence we may try to follow the basic ideas of some of the known nonlinear
programming methods, but at the same time we have to find ways to evade
the exact evaluation of the integral functions contained in these problems.
On the other hand we also know from the example illustrated in Figure 18
of Chapter 1 that chance constraints may easily define nonconvex feasible
sets. This leads to severe computational problems if we intend to find a global
optimum. There is one exception to this general problem worth mentioning.
244 STOCHASTIC PROGRAMMING
is convex.
Proof Assume that x, y ∈ B(1) and that λ ∈ (0, 1). Then for Ξx := {ξ |
T (ξ)x ≥ h(ξ)} and Ξy := {ξ | T (ξ)y ≥ h(ξ)} we have P (Ξx ) = P (Ξy ) = 1.
As is easily shown, this implies for Ξ∩ := Ξx ∩ Ξy that P (Ξ∩ ) = 1.
Obviously, for z := λx + (1 − λ)y we have T (ξ)z ≥ h(ξ) ∀ξ ∈ Ξ∩ such that
{ξ | T (ξ)z ≥ h(ξ)} ⊃ Ξ∩ . Hence we have z ∈ B(1). 2
minx∈X cT x
s.t. T (ξ j )x ≥ h(ξ j ), j = 1, · · · , r.
This observation may be helpful for some particular chance-constrained
problems with discrete distributions. However, it also tells us that for chance-
constrained problems stated with continuous-type distributions and requiring
a reliability level α < 1, we cannot expect—as discussed in Section 3.5 for the
recourse problem—approximating the continuous distribution by successively
refined discrete ones to be a successful approach. The reason should now be
obvious: refining the discrete (approximating) distributions would imply at
some stage that minj pj < 1−α such that the “approximating” problems were
likely to become nonconvex—even if the original problem with its continuous
distribution were convex. And approximating convex problems by nonconvex
ones should certainly not be our aim!
In the next two sections we shall describe under special assumptions
(multivariate normal distributions) how chance-constrained programs can
PROBABILISTIC CONSTRAINTS 245
P ({ξ | T x ≥ ξ}) ≥ α.
To see how this may be realized, let us briefly sketch one iteration of the
reduced gradient method’s variant implemented in PROCON, a computer
program for minimizing a function under PRObabilistic CONstraints.
With the notation
G(x) := P ({ξ | T x ≥ ξ}),
let x be feasible in
⎫
min cT x ⎪
⎪
⎬
s.t. G(x) ≥ α,
(1.2)
Dx = d, ⎪
⎪
⎭
x ≥ 0,
and—assuming D to have full row rank—let D be partitioned as D = (B, N )
into basic and nonbasic parts and accordingly partition xT = (y T , z T ), cT =
246 STOCHASTIC PROGRAMMING
u = −B −1 N v,
rT = g T − f T B −1 N,
sT = ∇z G(x)T − ∇y G(x)T B −1 N
are the reduced gradients of the objective and the probabilistic constraint
function. Problem (1.5)—and hence (1.4)—is always solvable owing to its
nonempty and bounded feasible set. Depending on the obtained solution
(τ ∗ , u∗T , v ∗T ) the method proceeds as follows.
Let us now consider stochastic linear programs with separate (or single) chance
constraints as introduced at the end of Section 1.4. Using the formulation given
there we are dealing with the problem
minx∈X Eξ̃ cT (ξ)x˜
(2.1)
s.t. P ({ξ | Ti (ξ)x ≥ hi (ξ)}) ≥ αi , i = 1, · · · , m,
where Ti (ξ) is the ith row of T (ξ). The main question is whether or under
what assumptions the feasibility set defined by any one of the constraints
in (2.1),
{x | P ({ξ | Ti (ξ)x ≥ hi (ξ)} ≥ αi },
is convex. As we know from Section 1.6, this question is very simple to answer
˜
for the special case where Ti (ξ) ≡ Ti , i.e. where only the right-hand side hi (ξ)
is random. That is, with Fi the distribution function of hi (ξ),˜
covariance matrix S. For any fixed x, let ζ̃(x) := xT t̃ − h̃. It follows that
our feasible set may be rewritten in terms of the random variable ζ̃(x) as
Bi (αi ) = {x | P (ζ(x) ≥ 0) ≥ αi }. From probability theory, we know
that, because ζ̃(x) is a linear combination of jointly normally distributed
random variables, it has a (one-dimensional)
n normal distribution function
Fζ̃ with expectation mζ̃ (x) = µ x
j=1 j j − µn+1 , and, using the (n + 1)-
vector z(x) := (x1 , · · · , xn , −1) , the variance σζ̃2 (x) = z(x)T Sz(x). Since the
T
Observing that for the normally distributed random variable ζ̃(x) the random
variable [ζ̃(x) − mζ̃ (x)]/σζ̃ (x) has the standard normal distribution function
Φ, it follows that
! + −m (x) , "
ζ̃
Bi (αi ) = x1 − Φ ≥ αi .
σζ̃ (x)
Hence
! + −m (x) , "
ζ̃
Bi (αi ) = x1 − Φ ≥ αi
σζ̃ (x)
! + −m (x) , "
ζ̃
= xΦ ≤ 1 − αi
σζ̃ (x)
! −m (x) "
≤ Φ−1 (1 − αi )
ζ̃
= x
σ (x)
! ζ̃ "
= x − Φ−1 (1 − αi )σζ̃ (x) − mζ̃ (x) ≤ 0 .
Here mζ̃ (x) is linear affine in x and σζ̃ (x) is convex in x. Therefore the left-
hand side of the constraint
−Φ−1 (1 − αi )σζ̃ (x) − mζ̃ (x) ≤ 0
is convex iff Φ−1 (1 − αi ) ≤ 0, which is exactly the case iff αi ≥ 0.5. Hence
we have, under the assumption of normal distributions and αi ≥ 0.5, instead
of (2.1) a deterministic convex program with constraints of the type
−Φ−1 (1 − αi )σζ̃ (x) − mζ̃ (x) ≤ 0,
which can be solved with standard tools of nonlinear programming.
PROBABILISTIC CONSTRAINTS 249
contained in the constraints of problem (1.1). Here Fξ̃ (·) denotes the
˜ In the following we sketch some
distribution function of the random vector ξ.
ideas underlying these bounding methods. For a more technical presentation,
the reader should consult the references provided below.
To simplify the notation,let us assume that ξ̃ is a random vector with a
support Ξ ⊂ IRn . For any z ∈ IRn , we have
Bi := Aci = {ξ | ξi > zi },
A1 ∩ · · · ∩ An = (B1 ∪ · · · ∪ Bn )c ,
and consequently
Fξ̃ (z) = P (A1 ∩ · · · ∩ An )
= P ((B1 ∪ · · · ∪ Bn )c )
= 1 − P (B1 ∪ · · · ∪ Bn ).
Therefore asking for the value of Fξ̃ (z) is equivalent to looking for the
probability that at least one of the events B1 , · · · , Bn occurs. Defining the
counter ν̃ : Ξ −→ IN by
Hence finding a good approximation for P (ν̃ ≥ 1) yields at the same time a
satisfactory approximation of Fξ̃ (z).
250 STOCHASTIC PROGRAMMING
i
Since = 1, i = 0, 1, · · · , n, it follows that S0,n = 1. Furthermore,
0
choosing v ∈ IRn+1 according to vi := P ({ξ | ν̃(ξ) = i}), i = 0, 1, · · · , n, it is
obvious from (3.1) that v solves the system of linear equations
⎫
v0 + v1 + v2 + · · · + vn = S0,n , ⎪
⎪
v1 + 2v2 + · · · + nvn = S1,n , ⎪
⎪
⎪
⎪
⎪
⎪
v2 + · · · +
n ⎪
⎪
2
vn = S2,n , ⎬
.. (3.2)
.. ⎪
⎪
. . ⎪
⎪
⎪
⎪
.. .. ⎪
⎪
. . ⎪
⎪
⎭
vn = Sn,n .
These linear programs are feasible and bounded, and therefore solvable. So,
there exist optimal feasible 2 × 2 bases B.
Consider an arbitrary 2 × 2 matrix of the form
⎛ ⎞
i i+r
B=⎝ i i+r ⎠,
2 2
for all i and r such that 1 ≤ i < n and 1 ≤ r ≤ n − i. Hence any two
columns of the coefficient matrix of (3.3) (or equivalently of (3.4)) form a
basis. The question is which one is feasible and optimal. Let us consider the
second property first. According to Proposition 1.15, Section 1.7 (page 65), a
basis B of (3.3) satisfies the optimality condition if
1 − eT B −1 Nj ≥ 0 ∀j = i, i + r,
where eT = (1, 1) and Nj is the jth column of the coefficient matrix of (3.3).
Obviously, for (3.4) we have the reverse inequality as optimality condition:
1 − eT B −1 Nj ≤ 0 ∀j = i, i + r.
252 STOCHASTIC PROGRAMMING
2i + r − j
eT B −1 Nj = j . (3.5)
i(i + r)
Proposition 4.3 The basis
⎛ ⎞
i i+r
B=⎝ i i+r ⎠
2 2
satisfies the optimality condition
(a) for (3.3) if and only if r = 1 (i arbitrary);
(b) for (3.4) if and only if i = 1 and i + r = n.
Proof
(a) If r ≥ 2, we get from (3.5) for j = i + 1
2i + r − j
eT B −1 Ni+1 = j
i(i + r)
i(i + r) + r − 1
=
i(i + r)
> 1,
so that the optimality condition for (3.3) is not satisfied for r > 1, showing
that r = 1 is necessary.
Now let r = 1. Then for j < i we have, according to (3.5),
2i + 1 − j
eT B −1 Nj = j
i(i + 1)
j + i2 − (j − i)2
=
i(i + 1)
i(i + 1) − (j − i)2
<
i(i + 1)
< 1,
1 BB −1 = I, the identity matrix!
PROBABILISTIC CONSTRAINTS 253
the last inequality resulting from the fact that subtracting the
denominator from the numerator yields
Hence in both cases the optimality condition for (3.3) is strictly satisfied.
(b) If i + r < n then we get from (3.5) for j = n
n(i + r) + n(i − n)
eT B −1 Nn =
i(i + r)
<1
since
{numerator} − {denominator} = n(i + r) + n(i − n) − i(i + r)
= (n − i)(i + r − n)
< 0.
Hence the only possible choice for a basis satisfying the optimality
condition for problem (3.4) is i = 1, r = n − 1.
2
As can be seen from the simplex method, a basis that satisfies the optimality
condition strictly does determine a unique optimal solution if it is feasible.
254 STOCHASTIC PROGRAMMING
and hence ⎛ ⎞
2
S1,n − S2,n
S1,n ⎜ n−1 ⎟
B −1 =⎜
⎝
⎟.
⎠
S2,n 2
S2,n
n(n − 1)
The last vector is nonnegative since the definition of the binomial moments
implies (n − 1)S1,n − 2S2,n ≥ 0 and S2,n ≥ 0. This yields for (3.4) the optimal
value S1,n − (2/n)S2,n . Therefore we finally get an upper bound for P (ν̃ ≥ 1)
as
2
P (ν̃ ≥ 1) ≤ S1,n − S2,n . (3.7)
n
In conclusion, recalling that
and
4 5
2 2 2S2,n
Fξ̃ (z) ≤ 1 − S1,n − S2,n , with i − 1 = .
i+1 i(i + 1) S1,n
Another way to introduce these moments is the following. With the same
notation as at the beginning of this section, let us define new random variables
χ̃i : Ξ −→ IR, i = 1, · · · , n, as the indicator functions
1 if ξ ∈ Bi ,
χ̃i (ξ) :=
0 otherwise.
n
Then clearly ν̃ = i=1 χ̃i , and
ν̃ χ̃1 + · · · χ̃n
= = χ̃i1 χ̃i2 · · · χ̃ik .
k k
1≤i1 ≤···≤ik ≤n
256 STOCHASTIC PROGRAMMING
Taking the expectation on both sides yields for the binomial moments Sk,n
ν̃
Eξ̃ = Eξ̃ (χ̃i1 χ̃i2 · · · χ̃ik )
k
1≤i1 ≤···≤ik ≤n
= P (Bi1 ∩ · · · ∩ Bik ) .
1≤i1 ≤···≤ik ≤n
such that we get from (3.7) for P (ν̃ ≥ 1) the upper bound
2
PU = 0.24 − × 0.0193 = 0.23035.
4
7 8
According to (3.6), we find i−1 = 2×0.0193
0.24 = 0 and hence i = 1, so that (3.6)
yields the lower bound
2 2
PL = × 0.24 − × 0.0193 = 0.1757.
2 2
In conclusion, we get for Fξ̃ (z) = 0.778734 the bounds 1 − PU ≤ Fξ̃ (z) ≤
1 − PL , and hence
0.76965 ≤ Fξ̃ (z) ≤ 0.8243.
PROBABILISTIC CONSTRAINTS 257
Observe that these bounds could be derived without any specific informa-
tion about the type of the underlying probability distribution (except the
assumption of independent components made only for the sake of a simple
presentation). 2
Further bounds have been derived for P (ν̃ ≥ 1) using binomial moments up
to the order m, 2 < m < n, as well as for P (ν̃ ≥ r), r > 1. For some of them
explicit formulae could also be derived, while others require the computational
solution of optimization problems with algorithms especially designed for the
particular problem structures.
Exercises
(a) Show that in any case (provided that S1,n and S2,n are binomial
n
moments) for the optimal solution v̂ of (3.3), i=1 v̂i ≤ 1.
n
(b) If for theoptimal solution v̂ of (3.3) i=1 v̂i < 1 then we have
n
v0 = 1 − i=1 v̂i > 0. What does this mean with respect to Fξ̃ (z)?
(c) Solving (3.4) can result in ni=1 v̂i > 1. To what extent does this result
improve your knowledge about Fξ̃ (z)?
References
[1] Borell C. (1975) Convex set functions in d-space. Period. Math. Hungar.
6: 111–136.
[2] Boros E. and Prékopa A. (1989) Closed-form two-sided bounds for
probabilities that at least r and exactly r out of n events occur. Math.
Oper. Res. 14: 317–342.
[3] Brascamp H. J. and Lieb E. H. (1976) On extensions of the Brunn–
Minkowski and Prekopa–Leindler theorems, including inequalities for log
concave functions, and with an application to the diffusion euation. J.
Funct. Anal. 22: 366–389.
[4] Charnes A. and Cooper W. W. (1959) Chance-constrained programming.
Management Sci. 5: 73–79.
[5] Marti K. (1971) Konvexitätsaussagen zum linearen stochastischen
PROBABILISTIC CONSTRAINTS 259
Preprocessing
pos W = {t | t = W y, y ≥ 0}.
W1
W2
pos W
W3
W4
that is, a matrix containing the coefficient matrix, the cost vector and an extra
column. To see the importance of the extra column, consider the following
interpretation of pos W (remember that pos W equals the set of all positive
linear combinations of columns from W ):
⎧ ⎫
⎨ ⎬
q1 · · · qn 1 q
pos = W = λ W , q ≥ λ q .
W1 · · · Wn 0 ⎩ W
k k k k
⎭
λk ≥0 λk ≥0
in a sequential manner until we are left with a minimal (but not necessarily
unique) set of columns. A column thrown out in this process will never be
part of an optimal solution, and is hence not needed. It can be dropped. From
a modelling point of view, this means that the modeller has added an activity
that is clearly inferior. Knowing that it is inferior should add to the modeller’s
understanding of his model.
A column that is not a part of the frame of pos W , but is a part of the
frame of pos W , is one that does not add to our production possibilities, but
its existence might add to our profit.
W y ≤ h, y ≥ 0.
Let W j be the jth row of W , such that the jth inequality is given by
W j y ≤ hj . A row j is not needed if there exists a vector α ≥ 0 such that
αi W i = W j
i=j
and
αi hi ≤ hj .
i=j
PREPROCESSING 265
pos W
pol pos W
There is another important aspect of the polar cone pos W ∗ that we have
not yet discussed. It is indicated in Figure 3 by showing that the generators
are pairwise normals. However, that is slightly misleading, so we have to turn
to a three-dimensional figure to understand it better. We shall also need the
term facet. Let a cone pos W have dimension k. Then every cone K positively
spanned by k−1 generators from pos W , such that K belongs to the boundary
of pos W , is called a facet. Consider Figure 4.
What we note in Figure 4 is that the generators are not pairwise normals,
but that the facets of one cone have generators of the other as normals. This
goes in both directions. Therefore, when we state that h ∈ pos W if and only
if hT y ≤ 0 for all generators of pol pos W , we are in fact saying that either h
represents a feasible problem because it is a linear combination of columns in
W or because it satisfies the inequality implied by the facets of pos W . In still
other words, the point of finding W ∗ is not so much to describe a new cone,
but to replace the description of pos W in terms of generators with another
in terms of inequalities.
This is useful if the number of facets is not too large. Generally speaking,
performing an inner product of the form bT y is very cheap. In parallel
processing, an inner product can be pipelined on a vector processor and the
different inner products can be done in parallel. And, of course, as soon as we
find one positive inner product, we can stop—the given recourse problem is
infeasible.
Readers familiar with extreme point enumeration will see that going from
PREPROCESSING 267
pos W
pol pos W
framebylp(W ∗ );
end; (* else *)
end; (* if *)
end; (* for *)
end;
⎛ ⎞
1 0 · · · 0 −1
⎜ 0 1 · · · 0 −1 ⎟
W ∗ := ⎜
⎝ .. ...
. . .. ⎟
. ⎠
..
. ..
0 0 · · · 1 −1
or ⎛ ⎞
1 0 · · · 0 −1 0 ··· 0
⎜ 0 1 · · · 0 0 −1 ··· 0 ⎟
W ∗ := ⎜
⎝ ... ... .. . .. .. .. .. ⎟
. .. . . . . ⎠
0 0 ··· 1 0 0 · · · −1
∗
On exit W is the polar matrix. We initiate support by a call to framebylp in
order to remove all columns from W that are not needed to describe pos W .
Example 5.1 Let us turn to a small example to see how procedure support
PREPROCESSING 269
Figure 6 The cones pos W and pol pos W before any column has been added
to W .
progresses. Since pos W and pol pos W live in the same dimension, we can
draw them side by side.
Let us initially assume that
3 1 −1 −2
W = .
1 1 2 1
The first thing to do, according to procedure support, is to subject W to a
frame finding algorithm, to see if some columns are not needed. If we do that
(check it to see that you understand frames) we end up with
3 −2
W = .
1 1
Having reduced W , we then initialize W ∗ to span the whole space. Consult
Figure 6 for details. We see there that
1 0 −1 0
W∗ = .
0 1 0 −1
Consult procedure support. From there, it can be seen that the approach
is to take one column from W at a time, and with it perform some calculations.
Figure 6 shows the situation before we consider the first column of W . Calling
it pos W is therefore not quite correct. The main point, however, is that the
left and right parts correspond. If W has no columns then pol pos W spans
the whole space.
Now, let us take the first column from W . It is given by W1 = (3, 1)T . We
next find the inner products between W1 and all four columns of W ∗ . We get
In other words, the sets I+ = {1, 2} and I− = {3, 4} have two members
each, while I0 = ∅. What this means is that two of the columns must be
270 STOCHASTIC PROGRAMMING
Figure 7 The cones pos W and pol pos W after one column has been added
to W .
removed, namely those in I + , and two kept, namely those in I − . But to avoid
losing parts of the space, we now calculate four columns Ckj . First, we get
C13 = C24 = 0. They are not interesting. But the other two are useful:
1
1 0 1 0 1 −1 −3
C14 = +3 = , C23 = +3 = .
0 −1 −3 1 0 1
Since our only interests are directions, we scale the latter to (−1, 3)T . This
brings us into Figure 7. Note that one of the columns in pos W ∗ is drawn
with dots. This is done to indicate that if procedure framebylp is applied to
W ∗ , that column will disappear. (However, that is not a unique choice.)
Note that if W had had only this one column then W ∗ , as it appears in
Figure 7, is the polar matrix of that one-column W . This is a general property
of procedure support. At any iteration, the present W ∗ is the polar matrix
of the matrix containing those columns we have so far looked at.
Now let us turn to the second column of W . We find
T ∗ −1 1 −1
α = (−2, 1)W = (−2, 1) = (5, −5, 2)
3 −3 0
We must now calculate two extra columns, namely C12 and C32 . The first
gives 0, so it is not of interest. For the latter we get
) 3*
−1 2 1 −5
C32 = +5 = ,
0 −3 − 65
which we scale to (−1, −2)T . This gives us Figure 8. To the left we have pos W ,
with W being the matrix we started out with, and to the right its polar cone.
A column represents a feasible problem if it is inside pos W , or equivalently, if
it has a nonpositive inner product with all generators of pos W ∗ = pol pos W .
2
PREPROCESSING 271
Figure 8 The cones pos W and pol pos W after two columns have been added
to W .
Hence
(w∗ )T T (ξ)x ≥ (w∗ )T (h0 + Hξ) for all ξ.
If randomness affects both h and T , as indicated above, we must, at least in
principle, create one inequality per ξ for each column from W ∗ . However, if
T (ξ) ≡ T0 , we get a much easier set-up by calculating
$ %
(w∗ )T T0 x ≥ (w∗ )T h0 + max (w∗ )T H t,
t∈Ξ
where Ξ is the support of ξ. ˜ If we do this for all columns of W ∗ and add the
resulting inequalities in terms of x to Ax = b, we achieve relatively complete
recourse. Hence we see that relatively complete recourse can be generated.
This is why the term is useful. It is very hard to test for relatively complete
recourse. With relatively complete recourse we should never have to worry
about feasibility.
Since the inequalities resulting from the columns of W ∗ can be dominated
by others (in particular, if T (ξ) is truly random), the new rows, together with
those in Ax = b, should be subjected to row removal, as outlined earlier in
this chapter.
min{2xraw1 + 3xraw2 }
s. t. xraw1 + xraw2 ≤ b1 ,
2xraw1 + 6xraw2 ≥ b2 ,
3xraw1 + 3xraw2 ≥ b3 ,
xraw1 ≥ 0,
xraw2 ≥ 0.
b1 ≥0
6b1 − b2 ≥0
3b1 − b3 ≥ 0.
The first should be easy to interpret, and it says something that is not very
surprising: the production capacity must not be negative. That we already
knew. The second one is more informative. Given appropriate units on crudes
and products, it says that the demand of Company 1 must not exceed six times
the production capacity of the refinery. Similarly, the third inequality says
that the demand of Company 2 must not exceed three times the production
capacity of the refinery. (The inequalities are not as meaningless as they
might appear at first sight: remember that the units for refinery capacity and
finished products are not the same.) These three inequalities, one of which
was obvious, are examples of constraints that are not explicitly written down
by the modeller, but still are implied by him or her. And they should give the
modeller extra information about the problem.
In case you wonder where the feasibility constraints are, what we have just
discussed was a one-stage deterministic model, and what we obtained was
three inequalities that can be used to check feasibility of certain instances of
that model. For example, the numbers used in Section 1.3 satisfy all three
constraints, and hence that problem was feasible. (In the example b1 = 100,
b2 = 180 and b3 = 162.)
PREPROCESSING 273
h3
H3
pos W
h1H
h2 H
2
Figure 9 Illustration of feasibility.
In Chapter 3, (page 162), we discussed the set A that is a set of ξ values such
that if h0 + Hξ − T (ξ)x produces a feasible second-stage problem for all ξ ∈ A
˜ We pointed out
then the problem will be feasible for all possible values of ξ.
that in the worst case A had to contain all extreme points in the support of
˜
ξ.
Assume that the second stage is given by
Q(x, ξ) = min{q(ξ)T y | W y = h0 + Hξ − T0 x, y ≥ 0},
where W is fixed and T (ξ) ≡ T0 . This covers many situations. In R2 consider
the example in Figure 9, where ξ˜ = (ξ˜1 , ξ̃2 , ξ˜3 ).
Since h1 ∈ pos W , we can safely fix ξ̃1 at its lowest possible value, since if
things are going to go wrong, then they must go wrong for ξ1min . Or, in other
words, if h0 + H ξˆ − T0 x ∈ pos W for ξˆ = (ξ1min , ξˆ2 , ξ̂3 ) then so is any other
vector with ξ̃2 = ξ̂2 and ξ̃3 = ξˆ3 , regardless of the value of ξ˜1 . Similarly, since
−h2 ∈ pos W , we can fix ξ˜2 at its largest possible value. Neither h3 nor −h3
are in pos W , so there is nothing to do with ξ̃3 .
Hence to check if x yields a feasible solution, we must check if
h0 +Hξ−T0 x ∈ pos W for ξ = (ξ1min , ξ2max , ξ3min )T and ξ = (ξ1min , ξ2max , ξ3max )T
Hence in this case A will contain only two points instead of 23 = 8. In general,
we see that whenever a column from H, in either its positive or negative
274 STOCHASTIC PROGRAMMING
Exercises
1. Let W be the coefficient matrix for the following set of linear equations:
x + 12 y − z + s1 = 0,
2x + z + s2 = 0,
x, y, z, s1 , s2 ≥ 0.
x+y +z ≤ 4,
2x +z ≤ 5,
y +z ≤ 8,
x, y, z ≥ 0.
(a) Are there any columns that are not needed for feasibility? (Remember
the slack variables!)
(b) Let W contain the columns that were needed from question (a),
including the slacks. Try to find the generators of pol pos W by
geometric arguments, i.e. draw a picture.
References
Network Problems
The purpose of this chapter is to look more specifically at networks. There are
several reasons for doing this. First, networks are often easier to understand.
Some of the results we have outlined earlier will be repeated here in a network
setting, and that might add to understanding of the results. Secondly, some
results that are stronger than the corresponding LP results can be obtained
by utilizing the network structure. Finally, some results can be obtained that
do not have corresponding LP results to go with them. For example, we shall
spend a section on PERT problems, since they provide us with the possibility
of discussing many important issues.
The overall setting will be as before. We shall be interested in two-
or multistage problems, and the overall solution procedures will be the
same. Since network flow problems are nothing but specially structured LPs,
everything we have said before about LPs still hold. The bounds we have
outlined can be used, and the L-shaped decomposition method, with and
without bounds, can be applied as before. We should like to point out,
though, that there exists one special case where scenario aggregation looks
more promising for networks than for general LPs: that is the situation where
the overall problem is a network. This may require some more explanation.
When we discuss networks in this chapter, we refer to a situation in which
the second stage (or the last stage in a multistage setting) is a network.
We shall mostly allow the first stage to be a general linear program. This
rather limited view of a network problem is caused by properties of the L-
shaped decomposition method (see page 171). The computational burden in
that algorithm is the calculation of Q(x̂), the expected recourse cost, and to
some extent the check of feasibility. Both those calculations concern only the
recourse problem. Therefore, if that problem is a network, network algorithms
can be used to speed up the L-shaped algorithm.
What if the first-stage problem is also a network? Example 2.2 (page 117)
was such an example. If we apply the L-shaped decomposition method to
that problem, the network structure of the master problem is lost as soon as
feasibility and optimality cuts are added. This is where scenario aggregation,
278 STOCHASTIC PROGRAMMING
outlined in Section 2.6, can be of some use. The reason is that, throughout the
calculations, individual scenarios remain unchanged in terms of constraints, so
that structure is not lost. A nonlinear term is added to the objective function,
however, so if the original problem was linear, we are now in a setting of
quadratic objectives and linear (network) constraints. If the original problem
was a nonlinear network, the added terms will not increase complexity at all.
6.1 Terminology
since we can reach nodes 2 and 3 in one step, but we need two steps to reach
node 4. Node 1 itself is in both sets by definition.
Two examples of predecessors of a node are
since node 1 has no predecessors, and nodes 2 and 3 can be reached from node
1.
A common problem in network flows is the min cost network flow problem.
It is given as follows.
The coefficient matrix for this problem has rank 3. Therefore the node–arc
incidence matrix has three rows, and is given by
⎛ ⎞
1 1 0 0 0
W = ⎝ −1 0 1 0 1 ⎠ .
0 −1 0 1 −1
Proposition 6.1 A capacitated network flow problem with total supply equal
to total demand is feasible iff for every cut Q = [Y, N \Y ], b(Y )T β ≤ a(Q+ )T γ.
NETWORK PROBLEMS 281
2
a f
d
b
1 4 5
g
c e
3
Figure 3 Example network 1.
least partially see the relevance of the last proposition. The following three
inequalities are examples of inequalities describing feasibility for the example
network:
β(2) ≤ γ(d) + γ(f ),
β(3) ≤ γ(e),
β(2) + β(3) ≤ γ(d) + γ(e) + γ(f ).
Proposition 6.2 states that the latter inequality is not needed, because
G({2, 3}) is not connected. From the inequalities themselves, we easily see
that if the first two are satisfied, then the third is automatically true. It is
perhaps slightly less obvious that, for the very same reason, the inequality
is also not needed. It is implied by the requirement that total supply must
equal total demand plus the companions of the first two inequalities above.
(Remember that each node set gives rise to two inequalities). More specifically,
the inequality can be obtained by adding the following two inequalities and
one equality (representing supply equals demand):
Once you have looked at this for a while, you will probably realize that the
part of Proposition 6.2 that says that if G(Y ) or G(N \ Y ) is disconnected
NETWORK PROBLEMS 283
then we do not need any of the inequalities is fairly obvious. The other part of
the proposition is much harder to prove, namely that if G(Y ) and G(N \ Y )
are both connected then the inequalities corresponding to Y and N \ Y are
both needed. We shall not try to outline the proof here.
Proposition 6.2 might not seem very useful. A straightforward use could
still require the enumeration of all subsets of N , and for each such subset
a check to see if G(Y ) and G(N \ Y ) are both connected. However, we can
obtain more than that.
The first important observation is that the result refers to the connectedness
of two networks—both the one generated by Y and the one generated by N \Y .
Let Y1 = N \ Y . If both networks are connected, we have two inequalities that
we need, namely
b(Y )T β ≤ a(Q+ )T γ
and
b(Y1 )T β = b(N \ Y )T β ≤ a(Q− )T γ.
On the other hand, if at least one of the networks is disconnected, neither
inequality will be needed. Therefore, checking each subset of N means doing
twice as much work as needed. If we are considering Y and discover that both
G(Y ) and G(Y1 = N \ Y ) are connected, we write down both inequalities at
the same time. An easy way to achieve this is to disregard some node (say
node n) from consideration in a full enumeration. This way, we will achieve
n ∈ N \ Y for all Y we investigate. Then for each cut where the connectedness
requirement is satisfied we write down two inequalities. This will halve the
number of subsets to be checked.
In some cases it is possible to reduce the complexity of a calculation by
collapsing nodes. By this, we understand the process of replacing a set of
nodes by one new node. Any other node that had an arc to or from one of
the collapsed nodes will afterwards have an arc to or from the new node: one
for each original arc. If Y is a set of nodes, we let A(Y ) be the set of original
nodes represented by the present node set Y as a result of collapsing.
To simplify statements later on we shall also need a way to simply state
which inequalities we want to write down. An algorithm for the capacitated
case is given in Figure 4.
Note that we allow the procedure to be called with Y = ∅. This is a
technical devise to ensure consistent results, but you should not let that
confuse you at the present time. Based on Proposition 6.2, it is possible to
develop procedures that in some cases circumvent the exponential complexity
arising from checking all subsets of N . We shall use Figure 5 to illustrate some
of our points.
Proposition 6.3 If B + (i)∪F + (i) = {i, j} then nodes i and j can be collapsed
after the inequalities generated by CreateIneq({i}) have been created.
284 STOCHASTIC PROGRAMMING
The only set Y where i ∈ Y but j ∈ Y , at the same time as both G(Y )
and G(N \ Y ) are connected, is the set where Y = {i}. The reason is that
node j blocks node i’s connections to all other nodes. Therefore, after calling
CreateIneq({i}), we can safely collapse node i into node j. Examples of this
can be found in Figure 5, (see e.g. nodes 4 and 5). This result is easy to
implement, since all we have to do is run through all nodes, one at a time,
and look for nodes satisfying B + (i) ∪ F + (i) = {i, j}. Whenever collapses take
place, F + and B + (or, alternatively, F ∗ and B ∗ ) must be updated for the
remaining nodes.
By repeatedly using this proposition, we can remove from the network all
trees (and trees include “double arcs” like those between nodes 2 and 5). We
are then left with circuits and paths connecting circuits. The circuits can be
both directed and undirected. In the example in Figure 5 we are left with
NETWORK PROBLEMS 285
procedure AllFacets;
begin
TreeRemoval;
CreateIneq(∅);
Y := ∅;
W := N \ {n};
Facets(Y, W );
end;
for all cuts but those with Q+ = ∅. And this is, of course, always
true. Similarly, a connectedness result can be obtained that corresponds to
Proposition 6.2.
Collapsing nodes was discussed for the capacitated case. Those results apply
here as well, in particular Proposition 6.3. But for the uncapacitated case we
can make a few extra observations.
2
a f
d
b
1 4 5
g
c e
3
Figure 8 Example network 2, assumed to be uncapacitated.
f,g
1,2,3,4 5
The interesting property of the cone pos W ∗ is that the recourse problem is
feasible if and only if a given right-hand side has a non-positive inner product
with all generators of the cone. And if there are not too many generators, it
is much easier to perform inner products than to check if a linear program is
feasible. Refer to Figure 4 for an illustration in three dimensions.1 To find the
polar cone, we used procedure support in Figure 5. The major computational
burden in that procedure is the call to procedure framebylp, outlined in
Figure 1. In principle, to determine if a column is part of the frame, we must
remove the column from the matrix, put it as a right-hand side, and see if
the corresponding system of linear equations has a solution or not. If it has
1 Figures and procedures referred to in this Subsection are contained in Chapter 5
288 STOCHASTIC PROGRAMMING
a solution, the column is not part of the frame, and can be removed. An
important property of this procedure is that to determine if a column can be
discarded, we have to use all other columns in the test. This is a major reason
why procedure framebylp is so slow when the number of columns gets very
large.
So, a generator w∗ of the cone pos W ∗ has the property that a right-hand
side h must satisfy hT w∗ ≤ 0 to be feasible. In the uncapacitated network
case we saw that a right-hand side β had to satisfy b(Y )T β ≤ 0 to represent a
feasible problem. Therefore the index vector b(Y ) corresponds exactly to the
column w∗ . And calling procedure framebylp to remove those columns that
are not in the frame of the cone pos W ∗ corresponds to using Proposition 6.5.
Therefore the index vector of a node set from Proposition 6.5 corresponds to
the columns in W ∗ .
Computationally there are major differences, though. First, to find a
candidate for W ∗ , we had to start out with W , and use procedure support,
which is an iterative procedure. The network inequalities, on the other hand,
are produced more directly by looking at all subsets of nodes. But the
most important difference is that, while the use of procedure framebylp,
as just explained, requires all columns to be available in order to determine if
one should be discarded, Proposition 6.5 is totally local. We can pick up
an inequality and determine if it is needed without looking at any other
inequalities. With possibly millions of candidates, this difference is crucial.
We did not develop the LP case for explicit bounds on variables. If such
bounds exist, they can, however, be put in as explicit constraints.
If so, a
b(Y )
column w∗ from W ∗ corresponds to the index vector .
−a(Q+ )
Let us now discuss how the results obtained in the previous section can help
us, and how they can be used in a setting that deserves the term preprocessing.
Let us first repeat some of our terminology, in order to see how this fits in
with our discussions in the LP setting.
A two-stage stochastic linear programming problem where the second-stage
problem is a directed capacitated network flow problem can be formulated as
follows:
$ %
minx cT x + Q(x)
s.t. Ax = b, x ≥ 0,
where
Q(x) = Q(x, ξ j )pj
NETWORK PROBLEMS 289
and
Q(x, ξ) =
miny1 {(q 1 )T y 1 | W y 1 = h10 + H 1 ξ − T 1 (ξ)x, 0 ≤ y 1 ≤ h20 + H 2 ξ − T 2 (ξ)x},
where W is the node–arc incidence matrix for the network. To fit into a more
general setting, let
W 0
W =
I I
so that Q(x, ξ) can also be written as
Q(x, ξ) = min{q T y | W y = h0 + Hξ − T (ξ)x, y ≥ 0}
y
1 1
y1 2 1 q h0
where y = , y is the slack of y , q = , h 0 = , T (ξ) =
y2 0 h20
1 1
T (ξ) H
2 and H = 2 . Given our definition of β and γ, we have, for a
T (ξ) H
given x̂,
β
= h0 + Hξ − T (ξ)x̂ = h0 + hi ξi − T (ξ)x̂.
γ
i
Using the inequalities derived in the previous section, we can proceed to
transform these inequalities into inequalities in terms of x. By adding these
inequalities to the first-stage constraints Ax = b, we get relatively complete
recourse, i.e. we guarantee that any x satisfying the (expanded) first-stage
˜ An
constraints will yield a feasible second-stage problem for any value of ξ.
inequality has the form
b[A(Y )]T β = β(i) ≤ γ(k) = a(Q+ )T γ.
i∈A(Y ) k∈Q+
Collecting all x terms on the left-hand side and all other terms on the right-
hand side we get the following expression:
' + , + ,(
− b(A(Y ))T T01 + Tj1 ξj + a(Q+ )T T02 + Tj2 ξj x
j j
# &
≤ − b[A(Y )]T h1i + a(Q+ )T h2i ξi − b[A(Y )]T h10 + a(Q+ )T h20 .
i
290 STOCHASTIC PROGRAMMING
Since this must be true for all possible values of ξ̃, we get one such inequality
for each ξ. If T (ξ) ≡ T0 , we can make this more efficient by calculating only
one cut, given by the following inequality:
# &
− b[A(Y )]T T01 + a(Q+ )T T02 x
# &
≤ min − b[A(Y )]T h1i + a(Q+ )T h2i ξi − b[A(Y )]T h10 + a(Q+ )T h20 .
ξ∈Ξ
i
Consider the simple network in Figure 10. It represents the flow of sewage (or
some other waste) from three cities, represented by nodes 1, 2 and 3.
NETWORK PROBLEMS 291
All three cities produce sewage, and they have local treatment plants to take
care of some of it. Both the amount of sewage from a city and its treatment
capacity vary, and the net variation from a city is given next to the node
representing the city. For example, City 1 always produces more than it can
treat, and the surplus varies between 10 and 20 units per unit time. City 2,
on the other hand, sometimes can treat up to 5 units of sewage from other
cities, but at other times has as much as 15 units it cannot itself treat. City
3 always has extra capacity, and that varies between 5 and 15 units per unit
time.
The solid lines in Figure 10 represent pipes through which sewage can be
pumped (at a cost). Assume all pipes have a capacity of up to 5 units per unit
time. Node 4 is a common treatment site for the whole area, and its capacity
is so large that for practical purposes we can view it as being infinite. Until
now, whenever a city had sewage that it could not treat itself, it first tried to
send it to other cities, or site 4, but if that was not possible, the sewage was
simply dumped in the ocean. (It is easy to see that that can happen. When
City 1 has more than 10 units of untreated sewage, it must dump some of it.)
New rules are being introduced, and within a short period of time dumping
sewage will not be allowed. Four projects have been suggested.
• Increase the capacity of the pipe from City 1 (via City 2) to site 4 with x1
units (per unit time).
• Increase the capacity of the pipe from City 2 to City 3 with x2 units (per
unit time).
• Increase the capacity of the pipe from City 1 (via City 3) to site 4 with x3
units (per unit time).
• Build a new treatment plant in City 1 with a capacity of x4 units (per unit
time).
292 STOCHASTIC PROGRAMMING
It is not quite clear if capacity increases can take on any values, or just some
predefined ones. Also, the cost structure of the possible investments are not
yet clear. Even so, we are asked to analyse the problem, and create a better
basis for decisions.
The first thing we must do, to use the procedures of this chapter, is to
make sure that, technically speaking, we have a network (as defined at the
start of the chapter). A close look will reveal that a network must have equality
constraints at the node, i.e. flow in must equal flow out. That is not the case
in our little network. If City 3 has spare capacity, we do not have to send
extra sewage to the city, we simply leave the capacity unused if we do not
need it. The simplest way to take care of this is to introduce some new arcs
in the network. They are shown with dotted lines in Figure 10. Finally, to
have supply equal to demand in the network (remember from Proposition 6.1
that this is needed for feasibility), we let the external flow in node 4 be the
negative of the sum of external flows in the other three nodes.
You may wonder if this rewriting makes sense. What does it mean when
“sewage” is sent along a dotted line in the figure? The simple answer is that
the amount exactly equals the unused capacity in the city to which the arc
goes. (Of course, with the given numbers, we realize that no arc will be needed
from node 4 to node 1, but we have chosen to add it for completeness.)
Now, to learn something about our problem, let us apply Proposition 6.2
to arrive at a number of inequalities. You may find it useful to try to write
them down. We shall write down only some of them. The reason for leaving
out some is the following observation: any node set Y that is such that Q+
contains a dotted arc from Figure 10 will be uninteresting, because
a(Q+ )T γ = ∞,
so that the inequality says nothing interesting. The remaining inequalities are
as follows (where we have used that all existing pipes have a capacity of 5 per
unit time).
⎫
β1 ≤ 10 + x1 + x3 + x4 , ⎪
⎪
⎪
⎪
β2 ≤ 10 + x1 + x2 , ⎪
⎪
⎪
⎪
β3 ≤ 5 + x3 , ⎬
β1 + β2 + β3 ≤ 10 + x1 + x3 + x4 , (4.1)
⎪
β1 + β 2 ≤ 15 + x1 + x2 + x3 + x4 , ⎪ ⎪
⎪
⎪
β1 + β3 ≤ 10 + x1 + x3 + x4 , ⎪
⎪
⎪
⎭
β2 + β3 ≤ 10 + x1 + x3 .
Let us first note that if we set all xi = 0 in (4.1), we end up with a number
of constraints that are not satisfied for all possible values of β. Hence, as we
already know, there is presently a chance that sewage will be dumped.
However, our interest is mainly to find out about which investments to
make. Let us therefore rewrite (4.1) in terms of xi rather than βi :
NETWORK PROBLEMS 293
⎫
x1 +x3 +x4 ≥ β1 − 10 ≥ 10, ⎪
⎪
⎪
⎪
x1 +x2 ≥ β2 − 10 ≥ 5, ⎪
⎪
⎪
⎪
+x3 ≥ β3 − 5 ≥ −10, ⎬
x1 +x3 +x4 ≥ β1 +β2 +β3 − 10 ≥ 20, (4.2)
⎪
⎪
x1 +x2 +x3 +x4 ≥ β1 +β2 − 15 ≥ 20, ⎪
⎪
⎪
⎪
x1 +x3 +x4 ≥ β1 +β3 − 10 ≥ 5, ⎪
⎪
⎭
x1 +x3 ≥ β2 +β3 − 10 ≥ 0.
x1 + x2 ≥ 5,
(4.3)
x1 + x3 + x4 ≥ 20.
Even though we know nothing so far about investment costs and pumping
costs through the pipes, we know a lot about what limits the options.
Investments of at least five units must be made on a combination of x1 and x2 .
What this seems to say is that the capacity out of City 2 must be increased by
at least 5 units. It is slightly more difficult to interpret the second inequality. If
we see both building pipes and a new plant in City 1 as increases in treatment
capacity (although they are of different types), the second inequality seems to
say that a total of 20 units must be built to facilitate City 1. However, a closer
look at which cut generated the inequality reveals that a more appropriate
interpretation is to say that the three cities, when they are seen as a whole,
must obtain extra capacity of 20 units. It was the node set Y = {1, 2, 3} that
generated the cut.
The two constraints (4.3) are all we need to pass on to the planners. If these
two, very simple, constraints are taken care of, sewage will never have to be
dumped. Of course, if the investment problem is later formulated as a linear
program, the two constraints can be added, thereby guaranteeing feasibility,
and, from a technical point of view, relatively complete recourse.
294 STOCHASTIC PROGRAMMING
[-1,1]
2
6 (0,[
) 4 2,6
[2 ,4] ])
(0
(0, 2 ,[2
1
,4 1
])
1
(0,[2,4]) 3 (0,[6,8])
[1,3] 1 2 4 7 5 Slack
2
]) 5 [-2,0]
1 ,8
(0, ,[4 ])
[2, (0 0,2
6]) 3
4 (0,[
8 2
3
[3,3]
Figure 11 Network illustrating the different bounds.
6.5 Bounds
f = (2, 0, 0, 0, 2, 2, 1, 1)T,
with a cost of 18.
Although the Edmundson–Madansky distribution is very useful, it still has
the problem that the objective function must be evaluated in an exponential
NETWORK PROBLEMS 295
2
) 4 6 (0,4
(0,3 )
1
2 (0
,3) 1
1
(0,3) 3 (0,7)
2 1 2 4 7 5 Slack
2
) 5 -1
1 ,6
(0 (0 )
,4) (0,1
4
3
8 2
3
3
Figure 12 Example network with arc capacities and external flows
corresponding to the Jensen lower bound.
where all elements of the random vectors ξ˜ = (ξ˜1T , ξ˜2T , . . .)T and η̃ =
(η̃1T , η̃2T , . . .)T are mutually independent. Furthermore, let the supports be
given by Ξ(ξ) ˜ = [A, B] and Ξ(η̃) = [0, C]. The matrix W is the node–arc
incidence matrix for a network, with one row removed. That row represents
the slack node. The external flow in the slack node equals the negative sum of
the external flows in the other nodes. The goal is to create an upper bounding
function U (ξ, η) that is piecewise linear, separable and convex in ξ, as well as
easily integrable in η:
d+ (ξ − E ξ̃ ) if ξ ≥ E ξ̃ ,
i i i i i
U (ξ, η) = φ(E ξ̃, 0) + H(η) + −
i
di (E ξ̃i − ξi ) if ξi < E ξ̃i,
296 STOCHASTIC PROGRAMMING
for some parameters d± i . The principles of the ξ part of this bound were
outlined in Section 3.4.4 and will not be repeated in all details here. We shall
use the developments from that section here, simply by letting η = 0 while
developing the ξ part. Because this is a restriction (constraint) on the original
problem, it produces an upper bound. Then, afterwards, we shall develop
H(η). In Section 3.4.4 we assumed that E ξ̃ = 0. We shall now drop that
assumption, just to illustrate that it was not needed, and to show how many
parameters can be varied in this method.
Let us first see how we can find the ξ part of the function, leaving η = 0.
First, let us calculate
This is our basic setting, and all other values of ξ will be seen as deviations
from E ξ̃. Note that since y 0 is “always” there, we shall update the arc
capacities to become −y 0 ≤ y ≤ c − y 0 . For this purpose, we define α1 = −y 0
and β 1 = c − y 0 . Let ei be a unit vector of appropriate dimension with a +1
in position i.
Next, define a counter r and let r := 1. Now, check out the case when
ξ1 > E ξ̃1 by solving
αr+1
i = αri − min{yir+ , yir− , 0}. (5.3)
What we are doing here is to find, for each variable, how much ξ˜r , in the
worst case, uses of arc i in the negative direction. That is then subtracted
from what we had before. There are three possibilities. We may have both
(5.1) and (5.2) yielding nonnegative values for the variable i. Then nothing is
used of the available “negative capacity” αri . Then αr+1
i = αri . Alternatively,
NETWORK PROBLEMS 297
2
) 4 6 (0,2
(0,2 )
1
2 (0
,2) 1
1
(0,2) 3 (0,6)
2 1 2 4 7 5 Slack
2
) 5 -1
1 ,4
(0 (0 )
,2) (0,0
4
3
8 2
3
3
when (5.1) has yir+ < 0, it will in the worst case use yir+ of the available
“negative capacity”. Finally, when (5.2) has yir− < 0, in the worst case we
use yir− of the capacity. Therefore, αr+1
i is what is left for the next random
variable. Similarly, we find
y 0 = (2, 0, 0, 0, 3, 2, 2, 0)T,
with a cost of 22. The next step is update the arc capacities in Figure 13 to
account for this solution. The result is shown in Figure 14.
Since the external flow in node 1 varies between 1 and 3, and we have so
far solved the problem for a supply of 2, we must now find the cost associated
with a supply of 1 and a demand of 1 in node 1. For a supply of 1 we get the
solution
y 1+ = (0, 1, 0, 0, 0, 0, 1, 0)T,
with a cost of 5. Hence d+
1 = 5. For a demand of 1 we get
2
4 6 (-2,
,0) 0)
(-2 2 1
(0
,2) 1
1
(0,2) 3 (-2,4)
+/- 1
1 2 4 7 5
2 -/+ 1
1 ) 5
(0 1
(-3, )
,2) (0,0
4
3
8 2
3
Figure 14 ˜ 0).
Arc capacities after the update based on φ(E ξ,
+/- 1
2
4 6 (-1,
,0) 0)
(-1 2 1
(0
,2) 1
1
(0,1) 3 (-2,3)
1 2 4 7 5
2 -/+ 1
) 5
1 ,1
(0 (-3 )
,2) (0,0
4
3
8 2
3
with a cost of −3, so that d−1 = 3. Hence we have used one unit of the forward
capacity of arcs 2 and 7, and one unit of the reverse capacity of arcs 1 and
6. Note that both solutions correspond to paths between node 1 and node 5
(the slack node). We update to get Figure 15.
For node 2 the external flow varies between −1 and 1, so we shall now check
the supply of 1 and demand of 1 based on the arc capacities of Figure 15. For
supply we get
y 2+ = (0, 0, 0, 1, 0, 0, 1, 0)T,
with a cost of 3. For the demand of 1 we obtain
2
4 6 (0,0
,0) )
(-1 2 1
(0
,1) 1
1
(0,1) 3 (-2,2)
1 2 4 7 5
2 -/+ 1
) 5 +/- 1
1
(0 1
(-3, )
,2) (0,0
4
3
8 2
3
Figure 16 ˜ 0) and nodes 1 and
Arc capacities after the update based on φ(E ξ,
2.
units, and we have so far solved for a demand of 1. Therefore we must now
look at a demand of 1 and a supply of 1 in node 4, based on the arc capacities
in Figure 16. In that figure we have updated the capacities from Figure 15
based on the solutions for node 2.
A supply in node 4 gives us the solution
y 4+ = (0, 0, 0, 0, 0, 0, 1, 0)T,
If, for simplicity, we assume that all distributions are uniform, we easily
300 STOCHASTIC PROGRAMMING
2
4 6 (0,0
,0) )
(-1 2 1
(0
,1) 1
1
(0,1) 3 (-1,1)
1 2 4 7 5
2
) 5
1 ,1
(0 (-3 )
,2) (0,0
4
3
8 2
3
˜ 0) and external flow
Figure 17 Arc capacities after the update based on φ(E ξ,
in all nodes.
U = 22 + H(η)
2 3
+ 1 3(ξ1 − 2) 12 dξ1 + 2 5(ξ1 − 2) 12 dξ1
0 1
+ −1 ξ2 12 dξ2 + 0 3ξ2 12 dξ2
−1 0
+ −2 2(ξ4 + 1) 12 dξ4 + −1 2(ξ4 + 1) 21 dξ4
= 22 + H(η) − 3 × 1
4
+5× 1
4
−1× 1
4
+3× 1
4
−2× 1
4
+2× 1
4
= 23 + H(η).
Note that there is no contribution from ξ4 to the upper bound. The reason
is that the recourse function φ(ξ, η) is linear in ξ4 . This property of discovering
that the recourse function is linear in some random variable is shared with
the Jensen and Edmundson–Madansky bounds.
We then turn to the η part of the bound. Note that if (5.3) and (5.4) were
calculated after the final y r± had been found, the α and β show what is left
of the deterministic arc capacities after all random variable ξ˜i have received
their shares. Let us call these α∗ and β ∗ . If we add to each upper bound in
Figure 17 the value C (remember that the support of the upper arc capacities
was Ξ = [0, C]), we get the arc capacities of Figure 18. Now we solve the
problem
min{q T y | W y = 0, α∗ ≤ y ≤ β ∗ + C} = q T y ∗ . (5.5)
y
With zero external flow in Figure 18, we get the optimal solution
2
4 6 (0,4
,2) )
(-1 2 1
(0
,3) 1
1
(0,3) 3 (-1,3)
1 2 4 7 5
2
) 5
1 ,5
(0 (-3 )
,6) (0,2
4
3
8 2
3
Figure 18 Arc capacities used to calculate H(η) for the example in Figure 11.
with a cost of −4. This represents cycle flow with negative costs. The cycle
became available as a result of making arc 8 having a positive arc capacity.
If, again for simplicity, we assume that η8 is uniformly distributed over [0, 2],
we find that the capacity of that cycle has a probability of being 1 equal to
0.5. The remaining probability mass is uniformly distributed over [0, 1]. We
therefore get
1
EH(η) = −4 × 1 × 12 − 4 1
2
x dx = −2 − 1 = −3.
0
The total upper bound for this example is thus 23 − 3 = 20, compared with
the Jensen lower bound of 18.
In this example the solution y ∗ of (5.5) contained only one cycle. In general,
y ∗ may consist of several cycles, possibly sharing arcs. It is then necessary to
pick y ∗ apart into individual cycles. This can be done in such a way that all
cycles have nonpositive costs (those with zero costs can then be discarded),
and such that all cycles that use a common arc use it in the same direction.
We shall not go into details of that here.
Since πn is the time at which the project finishes, we can calculate the
minimal project completion time by solving
⎫
min πn ⎬
s.t. πj − πi ≥ qk for all k ∼ (i, j), (6.1)
⎭
π1 = 0.
It is worth noting that (6.1) is not really a decision problem. There are namely
no decisions. We are only calculating consequences of an existing setting of
relations and durations.
NETWORK PROBLEMS 303
First, it is implicit in the model that, while the original activity durations
are random, the changes ak xk are not. In terms of probability distributions,
therefore what we have done is to reduce the means of the distributions
describing activity durations, but without altering the variances. This might
or might not be a reasonable model. Clearly, if we find this unreasonable, we
could perhaps let ak be a random variable as well, thereby making also the
effect of the investment xk uncertain.
The above discussion is more than anything a warning that whenever we
introduce randomness in a model, we must make sure we know what the
randomness means. But there is a much more serious model interpretation if
we see (6.2) as a two-stage problem. It means that we think we are facing
a project where, before it is started, we can make investments, but where
afterwards, however badly things go, we shall never interfere in order to fix
shortcomings. Also, even if we are far ahead of schedule, we shall not cut back
on investments to save money. We may ask whether such projects exist—
projects where we are free to invest initially, but where afterwards we just sit
back and watch, whatever happens.
From this discussion you may realize (as you have before—we hope) that the
definition of stages is important when making models with stochasticity. In
our view, project scheduling with uncertainty is a multistage problem, where
decisions are made each time new information becomes available. This makes
the problem extremely hard to solve (and even formulate—just try!) But this
complexity cannot prevent us from pointing out the difficulties facing anyone
trying to formulate PERT problems with only two stages.
We said earlier that there were two ways of interpreting (6.2) in a setting
of uncertainty. We have just discussed one. The other is different, but has
similar problems. We could interpret (6.2) with uncertainties as if we first
observed the values of q and then made investments. This is the “wait-and-
see solution”. It represents a situation where we presently face uncertainty, but
where all uncertainty will be resolved before decisions have to be made. What
does that mean in our context? It means that before the project starts, all
uncertainty related to activities disappears, everything becomes known, and
we are faced with investments of the type (6.2). If the previous interpretation
of our problem was odd, this one is probably even worse. In what sort of
project will we have initial uncertainty, but before the first activity starts,
everything, up to the finish of the project, becomes known? This seems almost
as unrealistic as having a deterministic model of the project in the first place.
speaking, we are looking for the expected value of the objective function in
˜ There is a very large collection
(6.1) with respect to the random variables q(ξ).
of different methods for bounding PERT problems. Some papers are listed at
the end of this chapter. However, most, if not all, of them can be categorized
as belonging to one or more of the following groups.
π̃j = max ˜
{π̃i + qk (ξ)}, with k ∼ (i, j),
i∈B + (i)\{i}
Example 6.3 Assume we have two random variables ξ˜1 and ξ̃2 , with joint
distribution as in Table 1. Note that both random variables have the same
marginal distributions; namely, each of them can take on the values 1 or 2,
each with a probability 0.5. Therefore E max{ξ˜1 , ξ̃2 } = 1.7 from Table 1, but
0.25(1 + 2 + 2 + 2) = 1.75 if we use the marginal distributions as independent
distributions. Therefore, if ξ̃1 and ξ˜2 represent two paths with some joint arc,
disregarding the dependences will create an upper bound.
2
306 STOCHASTIC PROGRAMMING
Table 1 Joint distribution for ξ˜1 and ξ˜2 , plus the calculation of max{ξ˜1 , ξ̃2 }.
The vocabulary in this chapter is mostly taken from Rockafellar [25], which
also contains an extremely good overview of deterministic network problems.
A detailed look at network recourse problem is found in Wallace [28].
The original feasibility results for networks were developed by Gale [10]
and Hoffman [13]. The stronger versions using connectedness were developed
by Wallace and Wets. The uncapacitated case is given in [31], while the
capacitated case is outlined in [33] (with a proof in [32]). More details of the
algorithms in Figures 6 and 7 can also be found in these papers. Similar results
were developed by Prékopa and Boros [23]. See also Kall and Prékopa [14].
As for the LP case, model formulations and infeasibility tests have of course
been performed in many contexts apart from ours. In addition to the references
given in Chapter 5, we refer to Greenberg [11, 12] and Chinneck [3].
The piecewise linear upper bound is taken from Wallace [30]. At the very
end of our discussion of the piecewise linear upper bound, we pointed out that
the solution y ∗ to (5.5) could consist of several cycles sharing arcs. A detailed
discussion of how to pick y ∗ apart, to obtain a conformal realization can be
found in Rockafellar [25], page 476. How to use it in the bound is detailed
in [30]. The bound has been strengthened for pure arc capacity uncertainty
by Frantzeskakis and Powell [8].
Special algorithms for stochastic network problems have also been
developed; see e.g. Qi [24] and Sun et al. [27].
We pointed out at the beginning of this chapter that scenario aggregation
(Section 2.6) could be particularly well suited to problems that have network
structure in all periods. This has been utilized by Mulvey and Vladimirou
for financial problems, which can be formulated in a setting of generalized
networks. For details see [19, 20]. For a selection of papers on financial
problems (not all utilizing network structures), consult Zenios [36, 37], and,
for a specific application, see Dempster and Ireland [5].
The above methods are well suited for parallel processing. This has been
done in Mulvey and Vladimirou [18] and Nielsen and Zenios [21].
Another use of network structure to achieve efficient methods is described
in Powell [22] for the vehicle routing problem.
The PERT formulation was introduced by Malcolm et al. [17]. An overview
of project scheduling methods can be found in Elmaghraby [7]. A selection of
308 STOCHASTIC PROGRAMMING
bounding procedures based on the different ideas listed above can be found in
the following: Fulkerson [9], Kleindorfer [16], Shogan [26], Kamburowski [15]
and Dodin [6]. The PERT problem as an investment problem is discussed in
Wollmer [34].
The max flow problem is another special network flow problem that is much
studied in terms of randomness. We refer to the following papers, which discuss
both bounds and a two-stage setting: Cleef and Gaul [4], Wollmer [35], Aneja
and Nair [1], Carey and Hendrickson [2] and Wallace [29].
Exercises
correspond to cuts in the max flow problem. Use the bounding ideas listed
in Section 6.6.3 to find bounds on the expected max flow in a network with
random arc capacities.
4. In our example about sewage treatment in Section 6.4 we introduced four
investment options.
(a) Assume that a fifth investment is suggested, namely to build a pipe
with capacity x5 directly from City 1 to site 4. What are the constraints
on xi for i = 1, . . . , 5 that must now be satisfied for the problem to be
feasible?
(b) Disregard the suggestion in question (a). Instead, it is suggested to
see the earlier investment 1, i.e. increasing the pipe capacity from City
1 to cite 4 via City 2 as two different investment. Now let x1 be the
increased capacity from City 1 to City 2, and x5 the increased capacity
from City 2 to cite 4 (the dump). What are now the constraints on xi
for i = 1, . . . , 5 that must be satisfied for the problem to be feasible?
Make sure you interpret the constraints.
References