0% found this document useful (0 votes)
76 views1 page

PDF

This document contains two questions regarding a linear programming problem for Electrotech Corporation. The company manufactures generators and alternators that require different amounts of wiring and testing time. Question 1 involves formulating an LP model to maximize profit given constraints on available time. Question 2 reformulates the model to require minimum production quantities of each product.

Uploaded by

Usman Ghani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views1 page

PDF

This document contains two questions regarding a linear programming problem for Electrotech Corporation. The company manufactures generators and alternators that require different amounts of wiring and testing time. Question 1 involves formulating an LP model to maximize profit given constraints on available time. Question 2 reformulates the model to require minimum production quantities of each product.

Uploaded by

Usman Ghani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

QBUS 2310

Tutorial Week 2 – Linear Programming

Question 1

The Electrotech Corporation manufactures two industrial-sized electrical


devices: generators and alternators. Both of these products require wiring
and testing during the assembly process. Each generator requires 2 hours
of wiring and 1 hour of testing and can be sold for a $250 profit. Each
alternator requires 3 hours of wiring and 2 hours of testing and can be
sold for a $150 profit. There are 260 hours of wiring time and 140 hours
of testing time available in the next production period. Electrotech wants
to maximize profit.

a. Formulate an LP model for this problem.


b. Sketch the feasible region for this problem.
c. Determine the optimal solution to this problem using level curves.
d. Write a Python code to solve the problem. Solve it using Gurobi
Solver and compare to part c.

Question 2

Refer to Question 1. Suppose that Electrotech’s management decides that


they need to make at least 20 generators and at least 20 alternators.

a. Reformulate your LP model to account for this change.


b. Sketch the feasible region for this problem.
c. Determine the optimal solution to this problem by enumerating the
corner points.
d. Manipulate your Python program and re-solve the problem.
e. Create a spreadsheet model for the problem. Compare your results
to Python.

This study source was downloaded by 100000843635650 from CourseHero.com on 04-08-2023 10:15:53 GMT -05:00

https://www.coursehero.com/file/24845449/Tutorial-week-2-questionspdf/
Powered by TCPDF (www.tcpdf.org)

You might also like