In this example, placing a food cart on each of the vertices A and C will result in a profit of |{(A, B), (A, C), (A, D), (C, D), (C, E)}|- |{A, C}| = 5-2=3. The decision version for the food cart problem asks to find a subset of vertices such that the profit for G as defined above, is maximized. FoodCart Dec Input: G = (V, E), integer k > 0 Question: Does there exist SCV where |Es|-|S| ≥k? Here, Es CE denotes the set of all edges (x, y) E E where at least one endpoint of (x, y) is in S, that is x E S or y ES. 1. Define the language LFC corresponding to FoodCart dec 2. Show that LFC E NP. For this: Clearly describe what a certificate looks like. Then give a polynomial-time verifier and proof its correctness. 3. Define the optimization version FoodCartopt for decision version Food Cart Dec-

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
In this example, placing a food cart on each of the vertices A and C will result in a profit of
|{(A, B), (A, C), (A, D), (C, D), (C, E)}|- |{A, C}|= 5-2= 3.
The decision version for the food cart problem asks to find a subset of vertices such that the profit for G,
as defined above, is maximized.
FoodCart Dec
Input: G = (V, E), integer k>0
Question: Does there exist SCV where |Es|-|S| ≥ k? Here, Es CE denotes the set of all edges
(x, y) EE where at least one endpoint of (x, y) is in S, that is x E Sor y E S.
1. Define the language LFC corresponding to Food Cartdec
2. Show that LFC E NP. For this: Clearly describe what a certificate looks like. Then give a
polynomial-time verifier and proof its correctness.
3. Define the optimization version Food Cartopt for decision version FoodCart Dec.
Transcribed Image Text:In this example, placing a food cart on each of the vertices A and C will result in a profit of |{(A, B), (A, C), (A, D), (C, D), (C, E)}|- |{A, C}|= 5-2= 3. The decision version for the food cart problem asks to find a subset of vertices such that the profit for G, as defined above, is maximized. FoodCart Dec Input: G = (V, E), integer k>0 Question: Does there exist SCV where |Es|-|S| ≥ k? Here, Es CE denotes the set of all edges (x, y) EE where at least one endpoint of (x, y) is in S, that is x E Sor y E S. 1. Define the language LFC corresponding to Food Cartdec 2. Show that LFC E NP. For this: Clearly describe what a certificate looks like. Then give a polynomial-time verifier and proof its correctness. 3. Define the optimization version Food Cartopt for decision version FoodCart Dec.
Consider a graph where vertices represent intersections and edges represent roads. The company Food
To Go can place a maximum of one food cart at each intersection. A food cart placed at intersection X
has an income equal to the number of roads at intersection X (ie, the degree of vertex X). If two food
carts share a road, the income of that road is shared equally among the two.
We are interested in calculating the total profit of all food carts placed, ie, the total income minus the cost,
where each food cart costs 1 unit and each road provides an income of 1 unit.
More formally, the profit for a graph G = (V, E) where the set SC V represents food cart locations, is
calculated by the number of edges covered by the vertices in S minus the size of S (ie. |S).
A
D
C
E
B
In this example, placing a food cart on each of the vertices A and C will result in a profit of
ISCA P (A
D(CD) (CFU VACU-5
Transcribed Image Text:Consider a graph where vertices represent intersections and edges represent roads. The company Food To Go can place a maximum of one food cart at each intersection. A food cart placed at intersection X has an income equal to the number of roads at intersection X (ie, the degree of vertex X). If two food carts share a road, the income of that road is shared equally among the two. We are interested in calculating the total profit of all food carts placed, ie, the total income minus the cost, where each food cart costs 1 unit and each road provides an income of 1 unit. More formally, the profit for a graph G = (V, E) where the set SC V represents food cart locations, is calculated by the number of edges covered by the vertices in S minus the size of S (ie. |S). A D C E B In this example, placing a food cart on each of the vertices A and C will result in a profit of ISCA P (A D(CD) (CFU VACU-5
Expert Solution
steps

Step by step

Solved in 5 steps

Blurred answer
Knowledge Booster
Single source shortest path
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education