4
$\begingroup$

When I read computational complexity I encounter problems like 3-SAT, set cover, knapsack. In the first two variables are discrete. In knapsack the weights and values are integer and all three problems have a combinatorial structure, what I mean is selecting a finite number from a finite set.

How about problems in continuous domains like finding the minimum or maximum of a function in real numbers? Or solving a differential equation to find a function? Can we prove that these problems too are hard or easy in a computational complexity sense?

Finally how do I know, by looking at a problem, if asking "is the problem NP-hard?" is a valid question?

asked Oct 1, 2014 at 18:28
$\endgroup$
3
  • $\begingroup$ This related question may interest you. $\endgroup$ Commented Oct 1, 2014 at 20:19
  • $\begingroup$ Sure, for example finding maximum likelihood estimate for a Gaussian mixture is NP-Hard. $\endgroup$ Commented Oct 1, 2014 at 21:23
  • $\begingroup$ Thanks, I believe in your example there is a combinatorial structure such as minimize distance between set of points. $\endgroup$ Commented Oct 2, 2014 at 2:35

1 Answer 1

2
$\begingroup$

I can answer for the first part.

Computational completely is usually defined using Turing machines, that operate over finite alphabets, so questions about algorithms over the reals cannot be answered in that framework.

With regards to possible approaches to machines over the reals, they can be broadly divided into machines that work over representation and machines that can directly and atomically manipulate real numbers.

See also this question here on SE.

answered Oct 1, 2014 at 18:38
$\endgroup$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.