
164 EQUIVALENT FORMULATIONS
Suppose that your company manufactures n different items x
j
, each of which
can be sold at a unit profit of p
j
. Assume that the production constraints are
Ax = b. Except for item 1, assume that all other items, x
2
,x
3
,... ,x
n
, can
be sold easily on the open market. Suppose that your contractual agreements
are such that you must deliver d
1
units of item 1. If you are unable to deliver
exactly d
1
units of item 1, a penalty cost, or shortage cost, of s is incurred. On
the other hand, in the hopes of selling item 1 in the next time period, if you
produce more than the demand, you incur a holding cost, or excess cost, of e.
Develop a linear programming model to maximize profit. Clearly state the
conditions under which the linear programming model succeeds in solving this
problem.
6.7 Use the DTZG Simplex Primal software to find the maximum of the minimum
value of x
j
for j =1,...,3 that satisfy the system of inequalities
2x
1
+ x
2
+2x
3
≤ 15
x
1
+3x
2
+4x
3
≤ 25
3x
1
+ x
2
+5x
3
≤ 30
x
j
≥ 0,j=1, 2, 3.
6.8 Use the DTZG Simplex Primal software option to find the maximum of the
minimum value of x
j
for j =1,...,3 that satisfy the system of inequalities
2y
1
+ y
2
+3y
3
≥ 5
y
1
+3y
2
+1y
3
≥ 10
2y
1
+4y
2
+5y
3
≥ 20
y
j
≥ 0,j=1, 2, 3.
6.9 Optical Scanning Problem (Avi-Itzhak, H., Van Mieghen, J., & Rub, L. [1993]).
An optical scanner compares the preprogrammed pattern of each letter, de-
scribed by a matrix of pixels 50 × 50 = 2500 recorded as a 2500 dimensional
vector normalized to be of unit length, with that of an unknown letter observed
by scanning a matrix of pixels 50 ×50 = 2500. The unknown letter described by
the vector x will be said to be the same as the preprogrammed letter described
by the vector a if the correlation
a
T
x
||x||
≥ k,
where k is a constant typically chosen to be greater than say 0.95.
(a) Suppose that you are designing software for a scanner to be used to differen-
tiate between the several kinds of letters of an alphabet and the typefaces of
each letter. Then each unknown would need to be compared with several
preprogrammed versions of each letter, which unfortunately turns out to
take too long to do and requires too much storage. Instead, we would like
to use some sort of average representation of each letter in order to reduce
the processing time and storage. If we let a
i
= A
i•
, i =1,...,m, represent
m different representations of a given letter, then we might be interested in
choosing as the “average” representation of typefaces of a letter as β = β
∗
,
of unit length, that maximizes the minimum correlation:
ρ = max
β
min
i=1,...,m
A
i•
β
||β||
, ||β|| =1. (6.23)