Answered step by step
Verified Expert Solution
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 to 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
min
AAjdots,
The problem has the following data. Customers need three types of smaller widths:
with quantities The width of a big roll is
Assume the column generation algorithm starts from the following initial patterns:
Write down the restricted master problem RMP using these patterns. Solve this RMP by hand. Find the optimal basis and its inverse Find the optimal dual solution
hat
Solve RMP in Python CVX Write down the optimal solution, the optimal basis and its
inverse Find the optimal dual solution hat To take the inverse of 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.
Write down the pricing problem, ie the knapsack problem using the above data and the
optimal dual solution you found.
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
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started