Re: Question on computational complexity




Artyom wrote:
1) What is the computational complexity of determining whether given
graph is a Paley one? Some hardness/completeness result is highly
desired.

I checked MathSciNet, and it doesn't appear that anyone has
investigated this question. Clearly, the recognition problem for Paley
graphs is in NP.

--- Christopher Heckman

2) The same question for the following set
S_f = { x is a complete k-partite graph and k is greater than f(|x|)
and size of each independent set in partition is greater than f(|x|) }
where |x| is order of graph x and for f we can take arbitrarily
monotone fuction?
3) Can we have in general a set of graphs(or any other structures as
well) hard for some complexity class not weaker than LOGSPACE such that
all its large enough members look quite similar. Some strict statement
of what "similar" means is here, for example:
http://groups-beta.google.com/group/sci.math/browse_thread/thread/9d100bc307771720

.



Relevant Pages

  • Re: Question on computational complexity
    ... the recognition problem for Paley ... In particular, if you are given a bijection, you can check whether ... Given a graph G, the following is an NP algorithm for determining ... Clearly the algorithm above runs in polynomial time (with respect to ...
    (comp.theory)
  • Question on computational complexity
    ... What is the computational complexity of determining whether given ... graph is a Paley one? ... Some hardness/completeness result is highly ...
    (comp.theory)
  • On computational complexity
    ... What is the computational complexity of determining whether given ... graph is a Paley one? ... Some hardness/completeness result is highly ...
    (sci.math.research)
  • On computational complexity
    ... What is the computational complexity of determining whether given ... graph is a Paley one? ... Some hardness/completeness result is highly ...
    (sci.math)
  • Re: Implementation of Vertex Sorting based on Vertex degree
    ... I am attempting to find the maximal independent set in a graph where ... independent set the corresponding subsets of K have no common elements ... The maximal independent set of your graph corresponds to the largest ...
    (comp.graphics.algorithms)