Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Give an informal description of the Assignment Problem ( AP ) . Provide an Integer Programming formulation of AP . Explain the meaning of all

Give an informal description of the Assignment Problem (AP). Provide an Integer
Programming formulation of AP. Explain the meaning of all parameters, variables
and constraints.
Describe the greedy algorithm for AP. What does it mean that the greedy algo-
rithm for AP is of domination number 1?
Prove that the greedy algorithm for AP is of domination number 1.
Run the Greedy Algorithm on the instance of the STSP given in Figure 1. Show
in which order the algorithm picks the edges for the tour. Now run the Insertion
Algorithm on this instance of the STSP starting from subtour ABCA and inserting
first D and then E. Which subtour do we obtain after inserting D and which tour
do we obtain after inserting E? Justify your answers.
(i) Describe the Backtracking and Jumptracking strategies for branching (to solve
Integer Programming problems).(ii) Describe at least one advantage and one
disadvantage of each of the two strategies.
Find the optimal value of z using branch-and-bound:
{:[minimize,z=-10x1-8x2-7x3-10x4]subjectto,-2x1-2x2-4x3-5x4,x1,x2,x3,x4=0or1-8
Give an outline (pseudocode) of the STSP double tree heuristic (DTH) for the
Symmetric Travelling Salesman Problem.
Consider an instance of the STSP with distance matrix
[0314.817305814.85018.417818.40]
(a) Find a tour using DTH.(b) Find a tour using Christofides' heuristic.
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

Secrets Of Analytical Leaders Insights From Information Insiders

Authors: Wayne Eckerson

1st Edition

1935504347, 9781935504344

More Books

Students also viewed these Databases questions