Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

There are n foods and m nutrients. We are given an m x n matrix A, with aijspecifying the amount of nutrient i per unit

There are n foods and m nutrients. We are given an m x n matrix A, with aijspecifying the amount of nutrient i per unit of the j -th food. Consider a parent with two children. Letb1andb2 be the minimal nutritional requirements of the two children, respectively. Finally, let c be the cost vector with the prices of the different foods. Assume that aij >= 0, andci> 0 for all i and j.

The parent has to buy food to satisfy the children's needs, at minimum cost. To avoid jealousy, there is the additional constraint that the amount to be spent for each child is the same.

1) Provide a standard form formulation of this problem. What are the dimensions of the constraint matrix?

2) If the Dantzig-Wolfe method is used to solve the problem in part (1), construct the subproblems solved during a typical iteration of the master problem.

3) Suggest a direct approach for solving this problem based on the solution of two single-child diet problems.

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

Linear Algebra A Modern Introduction

Authors: David Poole

4th edition

1285463242, 978-1285982830, 1285982835, 978-1285463247

More Books

Students also viewed these Mathematics questions

Question

What is an interaction in statistics? what is an example?

Answered: 1 week ago