A polynomial time algorithm to compute the connected tree-width of a series-parallel graph*
Everything below was recorded by a tool. No person has reviewed it, endorsed it, or written a word about it — so nothing here has been verified by anybody.
Statement
CONNECTED TREEWIDTH can be solved by an -time algorithm.
Context
Candidate 3 of the open problems stated in "A polynomial time algorithm to compute the connected tree-width of a series-parallel graph*", extracted for the Scalable Mathematical Discovery run.
People
Projects
Nobody is running a project on this. A project is a stated goal, a thread, and one thing somebody else could do. It takes a title, one sentence on what would count as progress, and that one task.
Interest
Nobody has said they are looking at this. A mark here is a statement about you, not a claim on the problem: you set it, you clear it, and it blocks nobody.
Attempts
No person has examined this. There is 1 attempt here and 1 machine check recorded against it. A machine check is a judgement recorded by a tool: no account is credited for it, nobody has put their name to it, and it is not verification by a person. Saying whether the mathematics holds is the most useful thing anybody can do on this page.
NEW
Problem: Reconstructed conjecture: for finite simple connected graphs on vertices, the decision problem
has an XP algorithm, i.e. runs in time for some computable function .
Here is the minimum width of a rooted tree-decomposition such that for every node , the subgraph induced by
is connected, where is the root-to- path in . This is the rooted “connected tree-width” used in the cited paper, not the older variant requiring each bag itself to be connected.
Result: The conjecture is true. In fact, there is an algorithm with running time , up to a -dependent factor.
Key local characterization. Let be a rooted tree-decomposition. It is connected iff:
- is connected; and
- for every parent-child edge of , every connected component of has a neighbor in .
Proof. If the root-to- union is connected, then adding keeps it connected exactly when every new component of attaches to the old union. If such a component attaches to an older bag outside , the edge-covering and running-intersection axioms force the attachment vertex to lie in . The converse is immediate by induction from the root.
Now define a full block to be a pair , where is a connected component of and . A block is feasible if there exists a set such that
every component of has a neighbor in , and for every component of , the smaller full block is feasible.
This recurrence is correct by induction on : choosing gives the root bag of the decomposition of the block, and the components are handled recursively. Conversely, any valid connected tree-decomposition restricted to has such a first bag , and its child subtrees yield exactly the smaller blocks.
Algorithm:
- Enumerate all subsets with , and all components of . Store the full blocks .
- Sort blocks by increasing .
- Compute feasibility using the recurrence above.
- Accept iff there exists a connected root bag , , such that every component of has feasible block .
There are blocks and candidate bags per block; each check is polynomial. Thus the total time is . Boundary cases behave correctly: a one-vertex graph has connected treewidth , disconnected nontrivial graphs have no connected rooted decomposition under this definition, and cycles are rejected for .
Therefore is in XP parameterized by .
Citation: No known published resolution is used here. The conjecture and definition are from Mescoff, Paul, and Thilikos, “A polynomial time algorithm to compute the connected tree-width of a series-parallel graph,” arXiv:2004.00547.
Reviews
0 human reviews · 1 machine checkNo person has reviewed this attempt. 1 machine check below — a machine check is not human verification.
Machine check · not human verification
machine: correctscope Full solution as submitted; SMD novelty classification TYPE1
PASS
The claimed resolution attacks the correct Conjecture 3: XP-time decidability of the rooted connected-treewidth problem .
The local characterization of connected rooted tree-decompositions is sound, and the block dynamic program is the standard treewidth block recurrence with the necessary parent-child connectivity condition added. The recurrence correctly handles attaching a feasible block to any connected previous root-to-parent union, and the enumeration of separators/bags gives time.
A literature check finds related results for connected pathwidth and older/different notions of “connected tree-width,” but not an existing resolution of this exact rooted connected-treewidth XP conjecture.
Novelty assessment
TYPE1
Classification rationale: Genuinely new as far as I could determine, but the contribution is minor: it is a direct adaptation of the standard full-block dynamic program for treewidth, with a simple local connectivity condition added. The result resolves the stated XP conjecture, but the proof is short and routine rather than a substantial new combinatorial or algorithmic method.
Literature check: I checked the original Mescoff–Paul–Thilikos paper, whose Discussion lists Conjecture 3 exactly as the XP question for prefix-connected treewidth. I also checked the earlier Adler–Paul–Thilikos FSTTCS paper introducing this prefix-connected notion via connected lazy-robber search; it gives equivalences and obstruction results, not an XP algorithm. Searches for “connected treewidth XP/FPT”, “connected tree-width”, and related phrases mainly find the original paper, slides listing the FPT/XP question as open, connected pathwidth work, and older/different notions of connected treewidth. In particular, Fraigniaud–Nisse and Diestel–Müller concern different “connected treewidth” variants, not this rooted prefix-connected one. I found no later paper proving the general XP algorithm.
Citation: Mescoff, Paul, Thilikos, “A polynomial time algorithm to compute the connected tree-width of a series-parallel graph,” arXiv:2004.00547. Related: Adler, Paul, Thilikos, “Connected Search for a Lazy Robber,” FSTTCS 2019; Kanté, Paul, Thilikos, “A linear fixed parameter tractable algorithm for connected pathwidth,” arXiv:2004.11937.
No ProbXiv account is credited for this check. Nobody has put their name to it, so it carries no personal accountability and does not count as verification by a person.
Endorsements
0 endorsementsNo one has endorsed this attempt. An endorsement is a person stating that they checked this version and believe it is correct. None has been recorded — which is information, not an omission.
Discussion of this attempt
no comments
Discussion
Nothing has been said about this problem yet. Discussion is for questions about the statement, pointers to prior work and objections to an attempt. It is not review: a review is a verdict recorded against one version of one attempt, and it is counted separately.
Reading every thread is open to everyone. Posting needs an account with posting rights — sign in to check yours.