Case 4: Vision Corporation: Production Planning and Shipping
Case 4: Vision Corporation: Production Planning and Shipping
Vision Corporation:
By:
May 2021
Abstract
In this project, we have studied the problem of optimizing using …, by linear programming
method. First, we have formulated this problem as a LP, and then use simplex algorithm to solve
this problem. We also included sensitivity analysis and duality analysis. Our results show that
…..
2
1. Problem Description
Vision Corporation is a company that produces video capture devices for military applications.
The company produces four types of cameras that are differentiated by their lens size (small,
medium, large, and precision). The Corporation owns three manufacturing plants in which it can
produce any of the four types of cameras it offers. To produce certain types of cameras, labor
hours, machine hours and several materials measured in pounds are required. Plant 1 has 6000
hours of labor and 10,000 hours of machines available. This plant can produce small chambers
with 3 hours of labor, 8 hours of machinery, and 1 pound of materials. It can also produce
medium cameras with 3 hours of work, 8.5 hours of machines, and 1.1 pounds of material. The
long chambers produced require 4 hours of work, 9 hours of machines, and 1.2 pounds of
material. Precision cameras require 4 hours of labor, 9 hours of machines, and 1.3 pounds of
material.
3
Retrieved from: Winston L. Operations Reseach, p. 1355
Corporación Visión has contracts with three clients: RAYco, HONco and MMco. According to
its contract, RAYco can only purchase a maximum of 200 small cameras at $ 17 per camera, 300
medium cameras at $ 18 per camera, 500 long cameras at $ 22 per camera and 200 precision
cameras at $ 29 each. Second, the HONco contract allows you to get 400 small cameras at $ 16
each, 300 medium cameras at $ 18 each, 200 long cameras at $ 22 each, and 400 precision
4
cameras at $ 26 each. Third, the MMco contract allows for 200 cameras at $ 16 each, 400
medium cameras at $ 17 each, 300 long cameras at $ 23 each, and 300 precision cameras at $ 27
per camera.
Shipping costs from plant 1 are $ 1 to RAYco facilities, $ 1.6 to HONco facilities and $ 1.1 to
MMco facilities. From floor 2 it costs $ 1.2 to send a camera to RAYco, $ 1.5 to HONco and $ 1
to MMco. From floor 3 it costs $ 1.4 to send a camera to RAYco, $ 1.5 to HONco and $ 1.3 to
MMco.
The production costs at Plant 1 are: $ 14 for small cameras, $ 16 for medium cameras, $ 18 for
long cameras, and $ 26 for precision cameras. In the case of the plant, it costs $ 13 to produce a
small camera, $ 17 to produce a medium camera, $ 20 to produce a long camera, and $ 24 to
5
produce a precision camera. In Plant 3, each small camera produced costs $ 14, each medium
camera produced costs $ 15, each long camera produced costs $ 19, and each precision camera
produced costs $ 23. You are asked to develop a production plan that maximizes the profits of
the company Vision Corporation. Prepare a shipping plan that minimizes shipping costs to each
client of Corporation Vision.
6
2. Modeling and Formulation of the Problem
In this section, you need to follow 5 steps to finally get a LP formulation for your problem.
Please put your steps how to solve this problem in some software. The code should be put as
Appendix at the end of the project.
Explain the results you obtain from Section 3, and give the optimal decision proposed in the
original problem. – a graph or table will be very helpful.
7
parameters based on (2) and also explain their corresponding economic interpretations (shadow
price information obtained from LINDO or Excel);
(4) Please add your code in the final project (excel: copy your input screen, and results screen).
If your problem is formulated as integer program, you are required to write the dual; but some
analysis on change if parameters could be analyzed (for example, resolve the whole problem to
see the difference between two solutions).
6. Conclusions
Show the contributions and future directions of this problem. Two paragraphs will be good.
References:
[1] W.L. Winston, M. Venkataramanan, Introduction to Mathematical Programming, 4 th
edition, Publisher: Duxbury Press, 2003.
Appendix:
You may use this part to include your code for section 3. Or the steps how you collect the data
for your problem.
8
9