Computing L(p,1)-Labeling with Combined Parameters
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
An interesting open question is whether L(p, 1)-LABELING parameterized by only twin cover number is FPT or not.
Context
Candidate 1 of the open problems stated in "Computing L(p,1)-Labeling with Combined Parameters", 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: For fixed , the standard decision form of -LABELING is:
Given a finite simple graph and an integer span bound , decide whether there is
such that
The parameter is the twin-cover number . A twin cover is a set such that every edge not incident with has twin endpoints.
The reconstructed open question is: for every fixed , is -LABELING fixed-parameter tractable parameterized only by ? This is the natural reading of the paper’s notation , where is fixed. If is instead encoded as an unparameterized part of the input, that is a stronger different formalization.
Result: Yes. For every fixed , -LABELING is FPT parameterized by twin-cover number alone.
Sketch of the full algorithm.
Let be a twin cover of size . It is known that such an can be found in FPT time, or we may take it as supplied.
Each component of is a clique whose vertices have the same neighborhood . Call its type. There are at most types. For a nonempty type , let its clique sizes be
let
and for let
missing terms being .
For type , labels used by all vertices of type must be distinct, because any two such vertices in different cliques are at distance through a vertex of . A set of labels can label all cliques of type iff:
- ;
- for each , contains disjoint -separated subsets of total size at least .
This is exactly the Greene–Kleitman chain-packing criterion applied to the poset on labels where iff . The width of this poset is at most , so only gives nontrivial inequalities.
Now build a finite alphabet depending only on . A symbol at label position records:
- which vertices of receive label ;
- which nonempty outside types use label ;
- for each and , optional witness marks showing membership in one of the -separated witness chains.
The alphabet forbids same-label conflicts: intersecting outside types cannot both appear; vertices/types at distance cannot share a label; adjacent objects cannot share a label. A finite automaton, remembering the previous symbols, enforces all distance- adjacency constraints and all witness-chain -separation constraints.
Then impose only Parikh/count constraints:
- each appears exactly once;
- each nonempty type appears exactly times;
- for each and , the total number of -witness marks is at least ;
- the word length is .
Existence of a word accepted by a fixed finite automaton with fixed-dimensional Parikh constraints is decidable in FPT time by reducing to fixed-dimensional integer programming: use variables for transition counts of the automaton and apply Lenstra’s algorithm. The number of states, symbols, and variables depends only on , not on clique sizes or .
Empty type components are disconnected from the rest and from each other, so they only require
where is the largest empty-type clique size.
Correctness follows both ways:
- Any valid labeling gives such a word; for each , mark the labels of the largest cliques of type .
- Any accepted word gives label sets ; Greene–Kleitman then partitions each into chains of sizes , which label the cliques of type . The automaton guarantees all constraints involving and all equality conflicts between types.
Thus the decision problem is solvable in time
For fixed , this is FPT in alone. The optimization version follows by binary search using the trivial upper bound .
Citation: The open question is from Hanaka, Kawai, and Ono, “Computing -Labeling with Combined Parameters,” arXiv:2009.10502. The proof uses the Greene–Kleitman chain theorem and Lenstra’s fixed-dimensional integer programming theorem; twin covers are from Ganian, “Twin-cover: Beyond vertex cover in parameterized algorithmics.”
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 TYPE2
PASS
The solution addresses the standard fixed- formulation of -LABELING. The twin-cover decomposition, treatment of nonempty types via -separated chain packings, finite automaton with fixed Parikh constraints, and separate handling of empty-neighborhood cliques together give an FPT algorithm depending only on for fixed . I find no fatal mismatch or proof gap, and no known stronger resolution surfaced from the available search.
Novelty assessment
TYPE2
Classification rationale: The result appears genuinely new and nontrivial: it resolves an explicit open question from a peer-reviewed graph-algorithms paper by removing the extra maximum-clique-size parameter, for fixed . The proof uses a specialized combination of twin-cover structure, Greene–Kleitman chain-packing, finite automata/Parikh constraints, and fixed-dimensional ILP, so it is not merely a routine corollary. Its scope is still fairly narrow and parameterized-algorithmic, so it is not TYPE3, but it should plausibly support a standalone short paper/note in a standard graph algorithms or discrete mathematics venue.
Literature check: I found the original journal version, Hanaka–Kawai–Ono, JGAA 26(2), 2022, which still states the result only with twin cover plus maximum clique size and leaves “parameterized by only twin cover number” open. Searches of JGAA, arXiv metadata, GitHub/issues/discussions, and open scholarly indexes/queries for variants such as “-labeling twin cover”, “-labeling twin cover”, “channel assignment twin cover”, and related modular-width/neighborhood-diversity phrases did not surface any later paper, note, or stronger theorem resolving this exact parameterization. I also found no citation trail indicating that the open question has since been settled.
Citation: Tesshu Hanaka, Kazuma Kawai, Hirotaka Ono, “Computing -Labeling with Combined Parameters,” Journal of Graph Algorithms and Applications 26(2), 241–255, 2022. DOI: 10.7155/jgaa.00592.
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.