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.
-
1$\begingroup$ And no one has separately found such an algorithm (or any other slower algorithm) for checking whether a graph $G$ is in $\mathcal{G}$? $\endgroup$tparker– tparker2026-02-27 13:38:59 +00:00Commented yesterday
-
$\begingroup$ Kobayashi, Kawarabashi, and Reed improved the bound to $O(n^2)$, IIRC. $\endgroup$Emil Jeřábek– Emil Jeřábek2026-02-27 14:31:20 +00:00Commented yesterday
-
2$\begingroup$ Sorry, I mangled the name of one of the authors: it’s Kawarabayashi, Kobayashi & Reed. And as I learned on Wikipedia, there is an explicit linear time algorithm by Mohar for testing whether a graph embeds in a fixed surface, not relying on Robertson and Seymour. So I don’t actually know an example of an explicit minor-closed family for which no explicit poly-time algorithm is known. $\endgroup$Emil Jeřábek– Emil Jeřábek2026-02-27 16:03:18 +00:00Commented yesterday
-
1$\begingroup$ @EmilJeřábek I think the question is, is there any fixed $\mathcal{G}$ for which no explicit verifier algorithm is known? Is there any good candidate for such a $\mathcal{G}$? (It seems plausible that we might be able to construct an explicit verifier even if we don't know what the set of forbidden minors is, so it's not enough to exhibit a $\mathcal{G}$ for which we don't know the set of forbidden minors, though that might be a good start.) $\endgroup$D.W.– D.W. ♦2026-02-28 07:44:49 +00:00Commented 20 hours ago
-
1$\begingroup$ @D.W. Yes, that is the question. And it’s perfectly possible there are good examples of such $\mathcal G$ somewhere; I’m simply not familiar with literature on graph algorithms and graph theory. When I wrote that I don’t know such an example in the comment above, this should be literally taken as a statement of my ignorance, not about the state of affairs in the field. $\endgroup$Emil Jeřábek– Emil Jeřábek2026-02-28 07:55:31 +00:00Commented 20 hours ago
|
Show 2 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