Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

For problems F1 to problem F3 you are to provide three things:

==================================================

a. Formulate the decision problem as a language membership problem (i.e.,describe the language L corresponding to the decision problem). You may assume that there is a standard way to encode graphs and their vertices and edges as strings.

b. Sketch a proof that this language is in NP.

c. State what else would need to be proven in order to show the language NP-complete (but do not prove).

==================================================

An ex (HAMILTONIAN PATH) for parts a and b is provided as reference.

The HAMILTONIAN PATH problem is the problem of recognizing, given a graph G=(V,E) as input, whether or not there is a tour of the
nodes of the graph that visits each node exactly once. I.e., is there an ordering of the vertices of G, where n=|V|,
such that (v_i,v_(i+1))in E for all i, 1<=i
a. The language corresponding to this decision problem is:
HAMILTONIAN_PATH={| G has a hamiltonian path}. Here, is the string encoding of the graph G.

b. Here is a non-deterministic polynomial algorithm description for the HAMILTONIAN PATH problem, where n is the number of nodes in the graph:

Guess a sequence s of n nodes. (runtime n log n) Check if the sequence s has any node twice. (runtime < n^2) Check if each pair of consecutive nodes in (runtime n * graph arc lookup) sequence s is connected in the graph.

Fail if either check failed, otherwise YES, there is a Hamiltonian path.

Note: The runtime of the n guesses is n log n because each guess of a node involves guessing log n bits (it takes log n bits to
code which node is being guessed).

The existence of this algorithm shows that HAMILTONIAN PATH is in NP.

F1. (3-COLORING) "3-COLORING" is the problem of, given three colors and a binary relation R on a set V of "nodes", can we assign colors to nodes so that no pair of nodes connected by R has the same color.

F2. (k-INDEPENDENT) Given a graph G, an independent set is a subset X of the vertices of G such that no pair of vertices in X is connected by an edge in G. The k-INDEPENDENT-SET decision problem is defined as follows:

Given: an undirected graph G and an integer k problem: Does G contain an independent set of size at least k?

F3. (VERTEX-COVER) Given a graph G=(V, E), and integer k <= |V|, is there a subset of at most k vertices such that every edge in E has at least one vertex in the subset?

F4. Suppose we have problems P1 and P2. Suppose there is a polynomial-time reduction from P1 to P2.

a. What can we say about the existence of an efficient algorithm for deciding P1 if there is an efficient algorithm deciding P2?

b. Can we say the same thing about an efficient algorithm for deciding P2 if there is an efficient algorithm deciding P1? 

(Here an efficient algorithm is one that runs in polynomial-time in the size of its input).

F5. Suppose you are considering the difficulty of deciding some language that comes up in a problem you are working on. Suppose
you decide to try to show that the new language is NP-complete.
describe why Cook's theorem would be useful.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M995716

Have any Question?


Related Questions in Computer Engineering

Design a automatic room climate control system with

Design a automatic room climate control system with contextual model, state transition diagram.

You are saving up to buy a toyota tundra which costs 35000

You are saving up to buy a Toyota Tundra, which costs $35000 now. You don't think the price of the Toyota will change over the next two years. You don't want to borrow to pay any of this cost. You now have $10000 toward ...

Discuss how today the internet has brought millions of

Discuss how today, the internet has brought millions of unsecured computer networks into communication with each other.

Study the information given below and answer the

Study the information given below, and answer the questions. For a long time, the Royal Victoria Hospital (RVH) worked with an information system that consisted of a mix of paper-based files and small independent databas ...

Frontier services has a 2000 pure discount bond that comes

Frontier Services has a $2,000 pure discount bond that comes due in one year. The risk-free rate of return is 4 percent. The firm's assets are expected to be worth either $2,800 or $1,600 in one year. Currently, these as ...

One of the issues in early virtualization use was slow

One of the issues in early virtualization use was slow performance due to translation of system commands. Which piece of computer hardware was revised to run hypervisors natively? Also There are three "families" of opera ...

Question suppose that nickels and pennies disappear from

Question : Suppose that nickels and pennies disappear from the currency system and we have only dimes and quarters. Obviously any product that costs 15 cents can not be exactly paid for using only dimes and quarters. Sho ...

Suppose you have to write a small java program that catches

Suppose you have to write a small Java program that catches exceptions with super classes. You are required to use inheritance to create an exception superclass (called ExceptionA) and exception subclasses ExceptionB and ...

What to do sort an array of single digit positive integers

What to do: Sort an array of single digit positive integers in LC-3 assembler - program will prompt user to enter a single digit integer. Non-negative values are accepted, with a zero entered to terminate input - the pro ...

Question you work for a multi-state company with three

Question: You work for a multi-state company with three sites in three different states, 1,000 employees, an ERP application with a backend database, and two datacenters. Prepare a 2 Page Disaster Recovery and Business C ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As