Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Let G=(V,E) be a directed graph, and let wv be the weight of vertex v for every vV. We say that a directed edge e=(u,v)
Let G=(V,E) be a directed graph, and let wv be the weight of vertex v for every vV. We say that a directed edge e=(u,v) is d-covered by a multi-set (a set that can contain elements more than one time) of vertices S if either u is in S at least once, or v is in S at least twice. The weight of a multi-set of vertices S is the sum of the weights of the vertices (where vertices that appear more than once, appear in the sum more than once). 1. Write an IP that finds the multi-set S that d-cover all edges, and minimizes the weight. 2. Write an LP that relaxes the IP. 3. Describe a rounding scheme that guarantees a 2-approximation to the best multi-set
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