Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please Ans all the questions from 1 to 4 since its dependable to each other. Column Generation In this problem, we want to walk you

Please Ans all the questions from 1 to 4 since its dependable to each other.
Column Generation
In this problem, we want to walk you through the column generation algorithm to solve the cutting
stock problem. Consider the following formulation
minj=1nxi
s.t.j=1NAjxj=b
xj0,AAj=1,dots,N.
The problem has the following data. Customers need three types of smaller widths: w1=
5,w2=12,w3=16 with quantities b1=150,b2=100,b3=80. The width of a big roll is W=200.
Assume the column generation algorithm starts from the following initial patterns:
A1=[4000],A2=[0160],A3=[0012].
Write down the restricted master problem (RMP) using these patterns. 1. Solve this RMP by hand. Find the optimal basis B and its inverse B-1. Find the optimal dual solution
hat(y)TT=cBTTB-1.
2. Solve RMP in Python CVX. Write down the optimal solution, the optimal basis B, and its
inverse B-1. Find the optimal dual solution hat(y)TT=cBTTB-1. To take the inverse of B, you can
use a calculator or computer program. In this iteration, you should be able to solve this LP
by hand. But we ask you to set up the code in CVX and solve it using CVX. This code will
be used in later iterations.
3. Write down the pricing problem, i.e. the knapsack problem using the above data and the
optimal dual solution you found.
4. Solve the pricing problem in CVX. Should we terminate the column generation algorithm
at this point? Explain. If the column generation should continue, what is the new pattern
generated by the pricing problem?
Pleeases solve to get correct values of answers. Don't only give instructioons on how to do it.
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_2

Step: 3

blur-text-image_3

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

Database Design Using Entity Relationship Diagrams

Authors: Sikha Saha Bagui, Richard Walsh Earp

3rd Edition

103201718X, 978-1032017181

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago