Dmu Hw3 - Sai & Surya
Dmu Hw3 - Sai & Surya
1.
Project 1 2 3 4 5
Year 0 (900) (50) (700) (1200) (300)
Year 1 (800) 500 (400) 350 (950)
Year 2 500 (500) 350 390 700
Year 3 600 90 490 580 600
Year 4 720 (160) 450 620 500
Year 5 840 - 510 - 150
NPV @ 10% 250 -50 218 300 300
a.
Decision variables:
Yi = 1 if ith project is selected and 0 if ith project is not selected
Objective function: Considering +ve cash flows as contributions and -ve cash flows
as distributions
Maximize NPV
= Maximize 250*Y1 – 50*Y2 + 218*Y3 + 300*Y4 + 300*Y5
Binary Constraint:
Yi should be integer (Either 0 or 1)
Yi >= 0
b. Simple Heuristic Solution: Company will try to select all projects with positive NPV
values – So ideally if there is no lack of funds, it should invest in projects 1,3,4,5
However, since there is a $2B annual cap on the net cash flows, in year 0 project 4
cannot be selected since including it in the list of projects will violate the annual net
cash flows constraint of $2B.
So projects 1,3,5 must be selected. Ideally there is no need to include project 2 since
it brings down the total NPV by $50 MM. However, in year 1, the net cash flows of
projects 1,3,5 are -$2150MM (violating the annual net cashflows constraints). To
satisfy this constraint, the solver must have included project 2 to ensure that the net
cash flows don’t exceed $2B (cash flow constraint for year 1)
Q2.) The Box Problem:
Yi = 1 if Xi > 0 and 0 if Xi = 0
Constraints:
Non negativity and integrality: All Xi are non-negative integers (i = 1,2,3,4,5,6,7) i.e., X i >= 0 and
integer.
Demand constraints
X1 >= 400
X1 + X2 >= 700
X1 + X2 + X3 >= 1200
X1 + X2 + X3 + X4 >= 1900
X1 + X2 + X3 + X4 + X5 >= 2100
X1 + X2 + X3 + X4 + X5 + X6 >= 2500
X1 + X2 + X3 + X4 + X5 + X6 + X7 >= 2700
Linking Xi and Yi
X1 <= 2700*Y1 (Since the max. demand for 1 is total demand; 400+300+500+700+200+400+200 =
2700)
X2 <= 2300*Y2
X3 <= 2000*Y3
X4 <= 1500*Y4
X5 <= 800*Y5
X6 <= 600*Y6
X7 <= 200*Y7
Total cost ($) = 33*X1 + 30*X2 + 26*X3 + 24*X4 + 19*X5 + 18*X6 + 17*X7 + 1000 (Y1+Y2+Y3+Y4+Y5+Y6+Y7)