You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
1$\begingroup$ cstheory.stackexchange.com/q/27215/5038, cstheory.stackexchange.com/q/11422/5038, cstheory.stackexchange.com/q/2271/5038 $\endgroup$D.W.– D.W. ♦2016-09-22 19:11:59 +00:00Commented Sep 22, 2016 at 19:11
-
1$\begingroup$ To clarify, it seems like the question is more about parameters of multi-parameter problems than it is about witnesses? For example, SAT can be considered parameterized by how many literals and what the formula is itself, so you're asking if there's a relationship between these two parameters that is required for the "hardness" of the problem. So for example, one potential answer (that i just made up and is not correct) might be that SAT is only hard if there's atleast twice as many clauses as there are literals, but less than 4 times as many. Is this the right idea? $\endgroup$Kurt Mueller– Kurt Mueller2016-09-22 19:21:04 +00:00Commented Sep 22, 2016 at 19:21
-
$\begingroup$ Yes this sounds like what I'm interested in. In some sense this is a relation between the formula and the witness size, since the witness size equals the number of literals, no? $\endgroup$Cryptonaut– Cryptonaut2016-09-22 19:23:29 +00:00Commented Sep 22, 2016 at 19:23
-
$\begingroup$ What you should really be asking is how long the witness has to be for the problem to become easy (there is a polytime algorithm for verifying the witness, and there always exists a witness of size at most $f(n)$). $\endgroup$Yuval Filmus– Yuval Filmus2016-09-22 19:30:07 +00:00Commented Sep 22, 2016 at 19:30
-
1$\begingroup$ You're assuming that the witness has to be a satisfying assignment (for SAT), a clique (for clique), and so on. But we don't know that. It seems like you're interested in the complexity given some parameter. $\endgroup$Yuval Filmus– Yuval Filmus2016-09-22 20:43:02 +00:00Commented Sep 22, 2016 at 20:43
|
Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. complexity-theory), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you