Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A factory laid out in a large circular room contains n work stations against the walls, each of which produces some component of a gadget.

A factory laid out in a large circular room contains n work stations against the walls, each of which
produces some component of a gadget. In order to increase production, the firm is exploring au-
tomation to move components between stations, but the transporting robots arent very smart, and
cant avoid collisions. Therefore, they wish to select a set of roads, each connecting 2 different sta-
tions that the robots can travel along, but such that none of the roads cross each other (although
multiple roads may leave/enter the same station).
The stations are labeled 1,..., n by their position around the edge of the factory floor. For each
unordered pair of stations i, j, there is some benefit Bi,j >0 that can be derived from building a road
between stations i and j,(1<= i, j <= n).(One can imagine that certain stations need access to the
outputs of others). Let a feasible (non-intersecting) set of roads be maximal if you cannot add another
road to it without ruining feasibility (i.e., without causing an intersection).
(a) Prove that there are exponentially (specifically, e(n)) maximal feasible sets of roads.
(b) Give an O(n3)-time algorithm to find the feasible set of roads maximizing total benefit. You
may assume the word model, that is, arithmetic operations on the benefits take unit time.
\

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

Postgresql 16 Administration Cookbook Solve Real World Database Administration Challenges With 180+ Practical Recipes And Best Practices

Authors: Gianni Ciolli ,Boriss Mejias ,Jimmy Angelakos ,Vibhor Kumar ,Simon Riggs

1st Edition

1835460585, 978-1835460580

More Books

Students also viewed these Databases questions

Question

The Functions of Language Problems with Language

Answered: 1 week ago

Question

The Nature of Language

Answered: 1 week ago