Simultaneous Interval Number in Graph Theory
- Simultaneous interval number is a graph parameter that measures the minimal number of label sets required to encode edge structure via interval representations, generalizing standard interval graphs.
- Computing the simultaneous interval number is NP-hard for d ≥ 2, though fixed-parameter tractable algorithms exist under specific modular decompositions and bounded graph parameters.
- Structural bounds relate this parameter to measures like pathwidth and mim-width, offering insights into algorithm optimization and complexity classifications in simultaneous graph representations.
The simultaneous interval number is a structural width parameter for undirected graphs that generalizes interval graphs via interval representations augmented with labeling schemes. It measures the minimal complexity required to encode the edge structure of a graph using intervals on the real line and sets of labels, and it is intimately related to simultaneous representation problems arising in the study of intersection graphs. The parameter arises both as an explicit measure for single graphs and as an implicit threshold in simultaneous representations of families of interval graphs.
1. Definition and Fundamental Properties
A d-simultaneous interval representation of a graph is an assignment of:
- a real interval for each vertex ,
- a label set for each ,
such that and . The simultaneous interval number of , denoted or , is the smallest for which such a representation exists (Beisegel et al., 2024, Bonomo-Braberman et al., 28 Dec 2025):
$\mathsf{sim}(G) = \min\{\, d \mid G \text{ admits a $d$-simultaneous interval representation}\,\}$
Every interval graph satisfies . Non-interval graphs such as (the 4-cycle) require . If a family of interval graphs admits a simultaneous representation (every shared vertex is modeled by the same interval across all graphs), the minimal is naturally identified as the simultaneous interval number of the family (Bok et al., 2018).
2. Complexity of Recognition and Computation
Determining whether a graph or graph family has is -hard for (Beisegel et al., 2024, Bonomo-Braberman et al., 28 Dec 2025). This hardness is established by reductions from classical combinatorial problems:
- The simultaneous representation problem for interval graphs () is -complete in the non-sunflower case when is part of the input (Bok et al., 2018).
- For a given graph , the decision problem "does ?" is -hard via reductions from edge-clique-cover and total ordering (Beisegel et al., 2024). Thus, computing is -hard.
No efficient algorithms or approximation algorithms for general graphs are known; any such procedures would inherit the intractability of the base problems.
3. Modular Partitions and Parameterized Algorithms
The simultaneous interval number exhibits tractability when parameterized by strong graph decompositions. A key notion is the -modular cardinality: for a hereditary class , is the smallest cardinality of a partition of into -modules. Cluster (union of cliques) and interval graph classes are notable choices (Bonomo-Braberman et al., 28 Dec 2025).
Given a cluster-modular partition of into modules, there is a fixed-parameter tractable (FPT) algorithm deciding in time (Bonomo-Braberman et al., 28 Dec 2025). The FPT algorithm exploits contraction of clique modules and reduction of independent sets to bounded representatives; it proceeds via branching and enumeration over possible interval and label assignments on a reduced graph of vertices.
Neighborhood diversity, twin-cover, and vertex cover further bound cluster-modular cardinality, rendering FPT in these parameters plus solution size.
Polynomial kernelization is excluded for when parameterized by treewidth, pathwidth, bandwidth, mim-width, clique-width, modular-width, or even the parameter itself, unless (Bonomo-Braberman et al., 28 Dec 2025).
4. Structural Bounds and Relationships to Other Parameters
The simultaneous interval number is sandwiched between prominent graph width parameters (Beisegel et al., 2024):
- Lower bound: , where is the linear mim-width.
- Upper bound: , where is the pathwidth.
Other bounding relationships include:
- (edge-clique-cover number).
- (thinness parameter).
The simultaneous interval number thus interpolates between interval graph structure and more general notions of interval-like representations.
5. Algorithmic Consequences and Problem Complexity
Assuming access to a -simultaneous interval representation, several classic problems become tractable, but boundaries of intractability persist (Beisegel et al., 2024):
- Maximum Clique: At most maximal cliques; enumeration and optimization in time .
- Clique of Prescribed Size: Decidable in time for clique size .
- Independent Set / Dominating Set: FPT algorithms in time , parameterized by solution size and simultaneous interval number .
Hardness results:
- Graph Coloring: -complete for even with representation given (Beisegel et al., 2024).
- Independent Dominating Set: W[1]-hard parameterized by , with no -time algorithm under ETH.
Problems such as Independent Set and Dominating Set admit FPT algorithms, while others (Graph Coloring, Independent Dominating Set) remain computationally hard, sharply distinguishing the simultaneous interval number from other width measures.
6. Illustrative Examples and Sunflower Position
For the 4-cycle (not an interval graph), a $2$-simultaneous interval representation is possible by assigning complementary intervals and label sets to opposite vertex pairs (Beisegel et al., 2024, Bonomo-Braberman et al., 28 Dec 2025). For families of interval graphs, the complexity of simultaneous representation depends on their intersection structure:
- Sunflower position: All pairs of graphs have the same intersection; algorithms are tractable for (linear time), but complexity is unknown for arbitrary (Bok et al., 2018).
- Non-sunflower position: is -complete when is part of the input (Bok et al., 2018).
7. Open Problems, Parameter Significance, and Future Directions
The simultaneous interval number quantifies "how far" a graph is from being an interval graph via the minimal number of "tracks" (labels) enabling a single-interval-per-vertex intersection model (Beisegel et al., 2024, Bonomo-Braberman et al., 28 Dec 2025). Key open questions include:
- Existence of FPT or XP algorithms for recognizing and constructing such representations.
- Whether enumeration bounds for cliques can be improved.
- Identification of further hard problems becoming FPT for parameterization by plus solution size, such as Feedback Vertex Set or Odd Cycle Transversal.
The parameter is strict enough to enable efficient algorithms for various -hard problems, yet delicate enough that some classical graph problems remain hard even at low parameter values, e.g., . The study of thus advances both structural and algorithmic understanding of graph classes between interval graphs and more general intersection representations (Beisegel et al., 2024, Bonomo-Braberman et al., 28 Dec 2025, Bok et al., 2018).