Answered step by step
Verified Expert Solution
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
Given the following mixed integer LP:
min,
inZ
Solve the MILP using the branchandbound method. Illustrate the evolution of the solutions via tree structure.
Task
Write a commented MATLAB program that solves an MILP in general for using the branchandbound 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
output the current value
After convergence:
Output of the required iterations.
Output of the optimal vector
Output the optimal value
Solve with your program:
The MILP from task
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