You are on page 1of 2

IND E 513 Homework 1

Due Thursday, October 7, 2021 at the beginning of class (8:30am), hand in a


stapled paper copy.

Reading Assignment: Please read all of Chapter 1 and start Chapter 2 in the textbook.

Problem 1 Problem 1.6 from the textbook.

Problem 2 Problem 1.16 from the textbook.

Problem 3 Consider the linear program

P (A, b, ĉ) min ĉ0 x


Ax = b
x ≥ 0.

Suppose x̂ is an optimal solution of P (A, b, ĉ). Now consider the following modification of P (A, b, ĉ).

P (A, b, c̄) min c̄0 x


Ax = b
x ≥ 0.

Note that the only difference between the above two problems is in their objective functions. Sup-
pose x̄ is an optimal solution of P (A, b, c̄). Let θ be the angle between vectors (ĉ − c̄) and (x̂ − x̄).
Explain why θ is at least 900 . (Hint: recall from undergraduate courses how the inner product of
two vectors relates to the angle between them.)

Problem 4 Postal workers at the local post office are scheduled for 5 days on, followed by 2 days
off, and this schedule is repeated every week. Thus, a worker has the same two days off each week,
and these days are consecutive. The demand for workers is given in the table below. This demand
must be met or exceeded on each day (These numbers represent the total number of workers who
are working that day). The cost of employing a worker is $275 per weekday, $300 on a Saturday,
and $325 on Sunday. (Hint: Read scheduling example on pages 11-12.)

Day Mon Tue Wed Thu Fri Sat Sun


Demand 17 13 15 19 14 16 11

1
Formulate a linear program that will minimize the total cost of employing postal workers satisfying
the above demand. (In practice, your formulation should be an integer program but you can ignore
that for now.)

Problem 5 Consider the following simple linear program:

min c1 x1 + c2 x2 + c3 x3
x 1 + x2 ≥ 1
x1 + 2x2 ≤ 3
x1 ≥ 0, x2 ≥ 0, x3 ≥ 0

Find the optimal value and the set of optimal solutions for the following values of c:

• c = (−1, 0, 1),

• c = (0, 1, 0) and

• c = (0, 0, −1).

You might also like