Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Task 1 Given the following mixed integer LP: min, 2 x 1 - 5 x 2 u . d . N . - 8 x

Task 1
Given the following mixed integer LP:
min,2x1-5x2
u.d.N.-8x1+7x220
,x1+x28
,x1,x20
,x1,x2inZ
Solve the MILP using the branch-and-bound method. Illustrate the evolution of the solutions via tree structure.
Task 2
Write a commented MATLAB program that solves an MILP in general for using the branch-and-bound method. Use linprog to solve the relaxed LP. In addition, your program should satisfy the following specifications:
After each iteration:
Output the number of all nodes to be examined.
output the current vector x
output the current value cTx
After convergence:
12
Output of the required iterations.
Output of the optimal vector x**
Output the optimal value cTx**.
Solve with your program:
The MILP from task 1
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

Professional Microsoft SQL Server 2014 Administration

Authors: Adam Jorgensen, Bradley Ball

1st Edition

111885926X, 9781118859261

More Books

Students also viewed these Databases questions

Question

3. How frequently do the assessments occur?

Answered: 1 week ago