Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. For this problem we're trying to rank items according to particular criteria. Say we're trying to rank automobiles - perhaps we have measures of

image text in transcribed

1. For this problem we're trying to rank items according to particular criteria. Say we're trying to rank automobiles - perhaps we have measures of criteria like gas mileage, safety rating, etc. - and we want to know what automobiles are better" than other automobiles in every criteria (assume we all have the same opinion of what's good: high gas mileage, safe, etc). More formally, suppose we have k criteria for items I and y denoted by I], 12,..., Ik and y1, 42, ... , Yk. We will say I dominates y if I > yi and 12 > 42 and ...Ik >yk. (a) Show the dominating relationship is transitive. (b) Assume you are given n items 11, 12, ..., In. Your job is to find the longest dominating sequence, [Is, 152,..., Ism], of items such that Is; dominates 19;+1 for all j =1,2,...,m-1. Show how to phrase this as a graph problem. First explain how to construct a graph that represents this problem. Then explain what you need to do to this graph to solve this problem of finding the longest dominating sequence. State the running time needed to build the graph (expressed in terms of n and k) separate from the running time needed to carry out your algorithm on the graph (expressed in terms of V and E). (c) A Pareto optimal set of items would be those that are not dominated by any other items. Explain how to find a Pareto optimal set of the n items from the graph you built. 1. For this problem we're trying to rank items according to particular criteria. Say we're trying to rank automobiles - perhaps we have measures of criteria like gas mileage, safety rating, etc. - and we want to know what automobiles are better" than other automobiles in every criteria (assume we all have the same opinion of what's good: high gas mileage, safe, etc). More formally, suppose we have k criteria for items I and y denoted by I], 12,..., Ik and y1, 42, ... , Yk. We will say I dominates y if I > yi and 12 > 42 and ...Ik >yk. (a) Show the dominating relationship is transitive. (b) Assume you are given n items 11, 12, ..., In. Your job is to find the longest dominating sequence, [Is, 152,..., Ism], of items such that Is; dominates 19;+1 for all j =1,2,...,m-1. Show how to phrase this as a graph problem. First explain how to construct a graph that represents this problem. Then explain what you need to do to this graph to solve this problem of finding the longest dominating sequence. State the running time needed to build the graph (expressed in terms of n and k) separate from the running time needed to carry out your algorithm on the graph (expressed in terms of V and E). (c) A Pareto optimal set of items would be those that are not dominated by any other items. Explain how to find a Pareto optimal set of the n items from the graph you built

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

Main Memory Database Systems

Authors: Frans Faerber, Alfons Kemper, Per-Åke Alfons

1st Edition

1680833243, 978-1680833249

More Books

Students also viewed these Databases questions

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago