Realization of Temporally Connected Graphs Based on Degree Sequences
Pith reviewed 2026-05-22 18:05 UTC · model grok-4.3
The pith
A degree sequence can be realized as a temporally connected graph if and only if it meets conditions that are checkable in linear time.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper gives a complete characterization of which graphical and multigraphical degree sequences admit a realization as a temporally connected temporal graph under a simple proper time-labeling. It further supplies O(n)-time and O(n+m)-time recognition algorithms for the two cases that can be made constructive at essentially no extra cost, outputting both a realizing (multi)graph and a valid time-labeling whenever the sequence is feasible.
What carries the argument
The complete characterization of feasible degree sequences that guarantees existence of a proper time-labeling rendering some realization temporally connected.
If this is right
- Graphical degree sequences satisfying the characterization can be realized as simple temporally connected temporal graphs.
- Multigraphical degree sequences satisfying the characterization can be realized as non-simple temporally connected temporal graphs.
- Both recognition tasks are solvable in linear time and the algorithms produce explicit graphs and labelings.
- The relaxation from a fixed graph to any realization of the degree sequence makes the problem tractable.
Where Pith is reading between the lines
- Network designers who control only node degrees could use the characterization to guarantee temporal connectivity without specifying the exact edges.
- The constructive algorithms could be embedded in generators that produce synthetic temporal networks for simulation studies in contact tracing or communication systems.
- Similar degree-sequence approaches might apply to directed temporal graphs or to variants with minimum or maximum time-label constraints.
Load-bearing premise
The assumption that temporal connectivity can always be achieved by some choice of realization and some proper time-labeling whenever the degree sequence satisfies the stated characterization.
What would settle it
A degree sequence that the algorithm accepts as feasible yet no realization admits any proper time-labeling that makes the graph temporally connected, or a sequence the algorithm rejects that nonetheless possesses such a realization.
read the original abstract
Given an undirected graph $G$, the problem of deciding whether $G$ admits a simple and proper time-labeling that makes it temporally connected is known to be NP-hard (G\"obel et al., 1991). In this article, we relax this problem and ask whether a given degree sequence can be realized as a temporally connected graph. Our main results are a complete characterization of the feasible cases, and a recognition algorithm that runs in $O(n)$ time for graphical degree sequences (realized as simple temporal graphs) and in $O(n+m)$ time for multigraphical degree sequences (realized as non-simple temporal graphs, where the number of time labels on an edge corresponds to the multiplicity of the edge in the multigraph). In fact, these algorithms can be made constructive at essentially no cost. Namely, we give a constructive $O(n+m)$ time algorithm that outputs, for a given (multi)graphical degree sequence $\mathbf{d}$, a temporally connected graph whose underlying (multi)graph is a realization of $\mathbf{d}$, if one exists.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper relaxes the NP-hard problem of deciding whether a fixed undirected graph admits a simple proper time-labeling making it temporally connected (Gobel et al. 1991) to the question of whether a given degree sequence admits some realization as a temporally connected graph. It claims a complete characterization of the feasible degree sequences together with recognition algorithms running in O(n) time for graphical sequences (realized as simple temporal graphs) and O(n+m) time for multigraphical sequences (realized as non-simple temporal graphs), both of which are constructive.
Significance. If the characterization and algorithms are correct, the result is significant because it supplies an efficient, constructive method for generating temporally connected graphs with prescribed degrees, bypassing the source of NP-hardness by relaxing from a fixed graph to any realization. The linear-time bounds and explicit constructiveness are practical strengths that build directly on standard definitions of temporal connectivity and proper labelings from the cited literature.
minor comments (2)
- Abstract: the citation 'Gobel et al., 1991' should be expanded to a full bibliographic entry in the references section to allow readers to locate the NP-hardness result without ambiguity.
- Introduction: the notation for the degree sequence d is used without an explicit preliminary definition; adding a short sentence recalling the standard definition of a (multi)graphical degree sequence would improve accessibility.
Simulated Author's Rebuttal
We thank the referee for their positive summary of our work, for recognizing its significance in relaxing the NP-hard fixed-graph problem to degree sequences, and for recommending minor revision. The referee accurately describes our complete characterization of feasible degree sequences and the linear-time constructive algorithms for both simple and multigraph cases.
Circularity Check
No significant circularity
full rationale
The paper provides a complete characterization of degree sequences realizable as temporally connected graphs under proper time-labelings, along with linear-time recognition and constructive algorithms. It explicitly builds on the known NP-hardness of the fixed-graph version (Göbel et al. 1991) and relaxes to existence over realizations of a given degree sequence. No self-citations are load-bearing; the argument uses standard definitions of temporal connectivity and proper labelings from prior literature without internal reduction to fitted parameters, self-definitions, or ansatzes. The O(n) and O(n+m) bounds follow from direct algorithmic construction on degree sequences, which is independent of the target result.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Standard definitions of temporal graphs, simple and proper time-labelings, and temporal connectivity as used in Göbel et al. 1991.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.