Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . 4 . Do you agree that Greedy can achieve an approximation ratio of 2 ? If yes, please add your proof; otherwise, offer
Do you agree that Greedy can achieve an approximation ratio of If yes, please add your
proof; otherwise, offer a specific example of vertex cover to disapprove it Points
You run a small business out of New York and Boston. You are a small operation and need to
be close to where the most customer demand is in a month: so in each month, you either work
from New York or from Boston exactly one of these two options Based on forecasted demand,
you know that in month you will incur an operating cost of if you work from New York in
that month, and if you work from Boston that month. You need to plan ahead for your locations
for the next months: if you change locations from month to where you
incur a fixed moving cost of
Given and the and values, develop an algorithm running in time polynomial in
that finds a plan of least total cost for the next months a plan of where to operate from for each
of these months. Please write down the pseudo codes formally following the style you see in the
homework. points
Apply your algorithm in to this instance: and
B and output the results. Note that the final output should specify clearly
in each month you should stay at which of the two locations, New York or Boston, and
the total resulting cost. points
In the class, we have discussed in detail Greedy for Coverage Maximization Problem COV
MAX
Consider such an instance as follows: and where the groundset
is dots, the collection of subsets is with
Please compute the following: The collection of
subsets output by Greedy and the corresponding coverage; An optimal solution and the related
coverage, and the resulting approximation ratio of Greedy on the specific instance. Points
Can you create another instance of MAXCOV such that the approximation ratio achieved
by Greedy on the instance is strictly less than what is shown above ie on the instance given in
Please state clearly your instance and related analysis to support your claim. Points
Recall that in class, it was demonstrated that the Greedy algorithm achieves an approximation
ratio of ~~ for MAXCOV. This implies that for any instance of MAXCOV, the coverage
of the solution produced by Greedy is at least a fraction of of the optimal solution's coverage.
Can you construct an instance illustrating that the approximation ratio of is indeed tight?
In simpler terms, can you create an example where the ratio between the coverage achieved by
Greedy and the optimal coverage approaches, or can be made arbitrarily close to
Points
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