Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

WRITE CODE TO SOLVE THE ABOVE LP USING PYTHON LP Formulation: Decision Variables: x 1 : Number of chairs produced. x 2 : Number of

WRITE CODE TO SOLVE THE ABOVE LP USING PYTHON
LP Formulation:
Decision Variables:
x1 : Number of chairs produced.
x2 : Number of office tables produced.
x3 : Number of computer tables produced.
x4 : Number of book shelves produced.
Objective Function:
Maximize z=35x1+30x2+55x3+20x4
Constraints:
Subject to:
4x1+3x2+5x3+2x41750(Cutting labor constraint)
3x1+4x2+2x3+x41000(Painting labor constraint)
2x1+2x2+3x3+3x41400(Assembly labor constraint)
2x1+3x2+x3+2x4650(Distributor A contract)
x1+x2+2x3+x4450(DistributorB contract)
x1,x2,x3,x40(Non-negativity constraints)
The problem is solved using the Big-M Method (M=100) and the optimal tableau is given below:
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro SQL Server Wait Statistics

Authors: Enrico Van De Laar

1st Edition

1484211391, 9781484211397

More Books

Students also viewed these Databases questions