Interval-Modular Cardinality
- Interval-modular cardinality is a graph parameter that measures the minimal partitioning of a vertex set into modules each inducing an interval graph.
- It bridges key graph invariants such as cluster-modular cardinality, neighborhood diversity, and modular-width, and is computable in linear time via modular decomposition.
- Applications include efficient kernelization and fixed-parameter tractable algorithms for problems like thinness and simultaneous interval number, enhancing practical graph analysis.
Interval-modular cardinality is a graph parameter that quantifies the minimal partitioning of a graph’s vertex set into modules, each inducing an interval graph. This construct serves as a unifying and intermediate measure within the landscape of structural graph parameters lying between neighborhood diversity, cluster-modular cardinality, and broader width parameters such as modular-width. Interval-modular cardinality is foundational for algorithmic meta-theorems and kernelization results for problems connected to interval graph generalizations, notably thinness and simultaneous interval number.
1. Formal Definitions and Basic Properties
For any graph , a set is a module if all vertices outside are either adjacent to every vertex in or to none. For a (hereditary) graph class containing the trivial graph , a module is a -module if the induced subgraph . A partition of is a -modular partition if each is a -module. The -modular cardinality of is the minimum for which such a partition of size exists, denoted .
Specializing to as the class of interval graphs, the interval-modular cardinality of , denoted , is the minimum size of a partition of into modules, each inducing an interval graph. The formal definition:
This parameter is always well-defined, as partitioning into singletons (each a module inducing a single vertex, i.e., a trivial interval graph) is always possible.
2. Relationship to Other Graph Parameters
Interval-modular cardinality interpolates between several established graph invariants:
- , where is the class of cluster graphs (disjoint unions of cliques).
- , the neighborhood diversity of .
- , where is the twin-cover number; the same functional bound applies for the vertex cover number, giving .
By construction, , the modular-width of . Conversely, , provided interval graphs contain all edgeless and complete graphs (Lafond et al., 2023, Bonomo-Braberman et al., 28 Dec 2025).
| Parameter | Comparative Relation with | Reference |
|---|---|---|
| Cluster-modular cardinality () | (Bonomo-Braberman et al., 28 Dec 2025) | |
| Neighborhood diversity () | (Bonomo-Braberman et al., 28 Dec 2025) | |
| Modular-width () | (Lafond et al., 2023) | |
| Vertex/twin cover () | Functional bound via | (Bonomo-Braberman et al., 28 Dec 2025) |
No inequalities below and clique-width, treewidth, pathwidth, or related width measures are established specifically for the interval case.
3. Algorithmic Computation
can be computed in linear time using modular decomposition. The computation proceeds as follows:
- Compute the modular decomposition tree of in time.
- At each parallel node, collect all child modules inducing interval graphs into a single module, and process the rest recursively.
- At a series node, combine all complete-graph children and at most one noncomplete interval-graph child into one module.
- At a prime node, test if the quotient graph is interval via a constant-size replacement and standard interval graph recognition (linear time).
This ensures that for , an optimal partition into interval modules (and thus ) is computed in overall linear time (Bonomo-Braberman et al., 28 Dec 2025).
4. Applications: Thinness and Simultaneous Interval Number
The parameter acts as an effective measure for kernelization and fixed-parameter tractable (FPT) algorithms for problems that generalize interval graph recognition, specifically thinness and simultaneous interval number:
- Thinness: is -thin if there exists a -partition and vertex order fulfilling a specific adjacency propagation property. It holds that . Furthermore, Thinness parameterized by admits a linear-vertex kernel, retaining at most $2k$ (with ) vertices after appropriate contraction and representative selection in each module. Thinness thus also admits linear (or better) kernels parameterized by cluster-modular cardinality, neighborhood diversity, twin-cover, or vertex cover.
- Simultaneous Interval Number: For , the minimal such that there is a -simultaneous interval representation; parameterization by cluster-modular cardinality allows an FPT algorithm with running time , with . The critical step is reducing each module to either one or two representatives, depending on intersection properties, followed by exhaustive enumeration.
A summary of parameterized complexity results is:
| Problem | Parameter | Result | Reference |
|---|---|---|---|
| Thinness | Linear kernel, FPT | (Bonomo-Braberman et al., 28 Dec 2025) | |
| Simult. Interval Number | FPT | (Bonomo-Braberman et al., 28 Dec 2025) |
Notably, no polynomial kernel exists for Thinness or Simultaneous Interval Number parameterized by treewidth, pathwidth, bandwidth, (linear) mim-width, clique-width, modular-width, or the parameter itself, unless (Bonomo-Braberman et al., 28 Dec 2025).
5. Structural and Kernelization Lower Bounds
Interval-modular cardinality delineates the effectiveness of kernelization and compression techniques. Specifically, for any parameter bounded above by or and subadditive under disjoint union, neither Thinness nor Simultaneous Interval Number admits a polynomial kernel parameterized by unless , as shown via AND-cross-compositions, adapted to this context (Bonomo-Braberman et al., 28 Dec 2025).
The hierarchy of structural parameters situates interval-modular cardinality strictly intermediate between cluster-modular cardinality and modular-width, with its power for kernelization subsumed for parameters that rapidly grow with vertex or edge cover, but not with the more "global" structural measures like treewidth or clique-width.
6. Context and Research Directions
Interval-modular cardinality was independently defined in the context of parameterized complexity of domination problems using restricted modular partitions (Lafond et al., 2023) and generalized to encompass algorithmic applications for thinness and simultaneous interval number (Bonomo-Braberman et al., 28 Dec 2025). The parameter is now established as both efficiently computable and algorithmically powerful for various structural and recognition problems linked to interval-like graph classes.
Current research directions include the detailed study of -modular cardinalities for additional hereditary classes beyond interval or cluster graphs, as well as further investigation into the boundary between tractability and intractability for graph invariants parameterized by interval-modular cardinality. A plausible implication is that deeper structural analogies to modular-width and split decompositions may produce new algorithmic paradigms for large-scale graph data.
7. References
- Bonomo-Braberman, M., Brandwein, P., Sau, I. "Computing parameters that generalize interval graphs using restricted modular partitions" (Bonomo-Braberman et al., 28 Dec 2025)
- Lafond, M., Luo, J. "Parameterized Complexity of Domination Problems Using Restricted Modular Partitions" (Lafond et al., 2023)