Return to Index
Operations Research Models and Methods
 
Computation Section
Subunit Stochastic Programming
 - Simple Recourse

None of the solutions to the No Recourse problem that we have investigated are very satisfactory. When uncertainty affects the RHS values of the constraint coefficients, there is always a chance (assuming unbounded probability distributions) that some constraints will be violated by a fixed solution. Choosing a solution involves a tradeoff between the risk of infeasibility and the expected value of the objective function. The simple recourse model proposes costs of exceeding or falling below the resource amount and finds the optimum solution considering the original objective function and the expected penalty cost. This eliminates the necessity of specifying risk levels, but adds the requirement of accessing penalty costs.

 

Deterministic Equivalent

 

To explain the simple recourse approach, we consider the linear programming model below. We show a tilde over the RHS vector to indicate that its components are random variables with known probability distributions. We use a minimization objective function for the convenience of the discussion. The methods work equally well for ">=", "<=" and "=" constraints.

The problem, as stated, is not well defined because it does not indicate the time order of decisions and random variable realizations. Also, it does not specify the response of the decision maker when the resources requested by a solution exceed or fall below the amounts available. These issues are addressed on this page.

The decision maker must choose the values of the variables, x, before the random RHS values are known, so this is similar to the no-recourse situation discussed on the previous pages. The situation is, however, a special case of the decision making with recourse problem to be considered later, so we use the term simple recourse to describe this case.

The model below introduces new variables expressed by the vector z, where is the amount of resource i used by the solution. The constraints assure the equality between the amount of resource used, and z sub i. After the decisions have been made and after the random RHS values are realized it may be that the amount of resource used for some constraint i, , may be different than the amount available, . In that case we will assess a penalty based on the difference between of the amount used over the amount available. We cannot be sure of the value of the penalty when the decisions are made, but we can compute the expected value. A reasonable goal for the decision maker is to minimize the expected value associated with the decision. This is reflected in the model.

The new term in the objective is the expected cost of the resource used. We call it the expected recourse cost. We will derive a closed form expression for the expected recourse cost, so that the model can be solved as a deterministic equivalent math programming model. When the probability distributions for the RHS values are discrete, the representation of the expected value is piecewise linear, and it can be solved as a linear program. When the distributions are continuous, the model is a separable nonlinear math programming model. The expected recourse cost is a convex function of .

On this page we concentrate on the discrete distribution case. On the next page we show how to approximate a continuous distribution with a discrete distribution. In the following we assume that the random variables are independent, but the results can be extended to dependent random variables.

 

Expected Resource Cost

 

For a particular realization of the random RHS and a particular selection of , the resource available is either exceeded by the requirements or falls below the requirements. We propose a linear penalty for both events. In the following we write the expression for the expected recourse cost.

Any kind of linear constraint can be modeled with appropriate unit costs of shortage and overage. For a "<=" constraint the unit shortage cost would be positive and the unit overage cost would be zero. For a ">=" constraint the unit shortage cost would be zero and the unit overage cost would be positive. For an "=" constraint both unit shortage and unit overage cost would be positive. For many practical situations, both costs are nonnegative, but a requirement of the analysis is that the sum of the unit shortage and unit overage costs be positive.

To find an expression for the expected recourse cost we must consider the distribution of the random RHS values. Here we assume a discrete distribution. In the following we drop the constraint subscript, but it will return later. The distribution is defined by a set of K values of the random variable each with a possibly non-zero probability. Values not enumerated have zero probability.

For discrete distributions the expected values can be determined by summing.

Combining these relations we find a useful result that allows the determination of one of the expected values given the other.

To construct the model we must divide the amount of resource used into pieces.

It can be shown (but not here) that the expected shortage and overage costs, and hence the expected recourse cost can be computed by a piecewise linear expression.

Combining these relations we obtain an expression for the expected recourse cost.

 

Math Programming Model

 

Finally we replace the expected recourse cost with the piecewise equivalent in the math programming model. Subscripts have been added to represent the expected costs for the several constraints.

When the uncertain RHS values have discrete probability distributions, the equivalent math programming model is linear, and the model is relatively easy to solve. The number of variables is increased by the number of pieces used to represent the expected recourse costs. The constraints are increased by those relating the resource usage to the sum of the pieces and simple upper bounds on the pieces of the expected value representation. The latter don't add materially to the computational difficulty.

An example of this approach for solving simple recourse problems is provided on the next page.

 
  
Return to Top

tree roots

Operations Research Models and Methods
Internet
by Paul A. Jensen
Copyright 2004 - All rights reserved