Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Let's consider linear programming formulations of the minimum spanning tree problem. We now have an (undirected) graph G = (V, F) and weights w :

image text in transcribed
Let's consider linear programming formulations of the minimum spanning tree problem. We now have an (undirected) graph G = (V, F) and weights w : E R*. As we discussed in class, one way of phrasing the minimum spanning tree problem is as finding the minimum cost connected subgraph which spans all nodes. This interpretation naturally gives rise to a straightforward LP relaxation which requires every cut to have at least one edge crossing it (fractionally). More formally, suppose that we have a variable z. for every edge e, and consider the following linear program. For all S c V,let E(S,S) denote the edges with exactly one endpoint in S and exactly one endpoint not in S. min Z w(e)ze ecE subject to z P VSCcV:8#0 e E(5.5) B >t Veec E Note that there are an exponential number of constraints, but let's not worry about that. (a) (25 points) Prove that the optimal value of this LP is at most the weight of the minimum spanning tree. (b) (25 points) Unlike the examples in class, this is not an exact formulation of the MST problem. Find a graph G = (V, E) and weights w : E R such that the optimal LP value is strictly less than the weight of the MST (and prove this)

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

Algebra Structure And Method Book 1

Authors: Brown Dolciani, Jeffery A. Cole Sorgenfrey

1st Edition

0395771161, 978-0395771167

More Books

Students also viewed these Mathematics questions