The Simultaneous Interval Number: A New Width Parameter that Measures the Similarity to Interval Graphs

Jesse Beisegel,Nina Chiarelli,Ekkehard Köhler,Martin Milanič,Peter Muršič,Robert Scheffler
2024-04-16
Abstract:We propose a novel way of generalizing the class of interval graphs, via a graph width parameter called the simultaneous interval number. This parameter is related to the simultaneous representation problem for interval graphs and defined as the smallest number $d$ of labels such that the graph admits a $d$-simultaneous interval representation, that is, an assignment of intervals and label sets to the vertices such that two vertices are adjacent if and only if the corresponding intervals, as well as their label sets, intersect. We show that this parameter is $\mathsf{NP}$-hard to compute and give several bounds for the parameter, showing in particular that it is sandwiched between pathwidth and linear mim-width. For classes of graphs with bounded parameter values, assuming that the graph is equipped with a simultaneous interval representation with a constant number of labels, we give $\mathsf{FPT}$ algorithms for the clique, independent set, and dominating set problems, and hardness results for the independent dominating set and coloring problems. The $\mathsf{FPT}$ results for independent set and dominating set are for the simultaneous interval number plus solution size. In contrast, both problems are known to be $\mathsf{W}[1]$-hard for linear mim-width plus solution size.
Discrete Mathematics,Computational Complexity,Data Structures and Algorithms,Combinatorics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to provide a new way of generalizing interval graphs and introduce a new graph - width parameter - the simultaneous interval number. Specifically, the paper measures the similarity between a graph and an interval graph by defining and studying the simultaneous interval number. The simultaneous interval number is defined as the minimum integer \(d\) such that the graph has a \(d\)-simultaneous interval representation, that is, each vertex is assigned an interval and a label set, and two vertices are adjacent if and only if the corresponding intervals and their label sets intersect. ### Main Problems and Background 1. **Generalization of Interval Graphs**: - Interval graphs are a very well - known and widely studied class of graphs, attracting attention because of their intuitive interval - intersection model, rich structure, and many algorithmic advantages. - However, many problems that are NP - hard on general graphs can be solved in polynomial time on interval graphs, such as the coloring problem, the dominating set problem, etc. - To further generalize the concept of interval graphs, researchers have proposed various methods, including \(d\)-interval graphs and \(d\)-track interval graphs, etc. 2. **Simultaneous Representation Problem**: - The simultaneous representation problem is another method of generalizing interval graphs. Given \(d\) interval graphs \(G_1,\ldots,G_d\), it is required to find an interval representation such that each vertex corresponds to a unique interval, and for any \(i\in\{1,\ldots,d\}\), if two vertices are adjacent in \(G_i\), then their intervals intersect. - The author of this paper proposes a new width parameter - the simultaneous interval number - and explores its properties and applications. ### Main Contributions of the Paper 1. **Introduction of a New Parameter**: - Defines the simultaneous interval number \(si(G)\), which is the minimum integer \(d\) such that graph \(G\) can be represented as a \(d\)-simultaneous interval graph. - Proves that the calculation of the simultaneous interval number is NP - hard and gives several upper and lower bounds on this parameter. 2. **Complexity Analysis**: - Studies the parameterized complexity based on the simultaneous interval number, especially the complexity of classic graph problems such as the maximum clique problem, the independent set problem, and the dominating set problem. - Finds that some problems that are \(W[1]\)-hard under other width parameters are fixed - parameter tractable (FPT) under the simultaneous interval number. 3. **Relationship with Other Width Parameters**: - Compares the relationship between the simultaneous interval number and other common width parameters (such as tree - width, clique - width, mim - width, etc.) and shows the bounds between them. 4. **Application Scenarios**: - Proposes an intuitive application of the simultaneous interval number in scheduling problems, where each label represents a machine, an interval represents a task and its processing window, and the label set represents the set of machines required to complete the task. In summary, this paper aims to fill the gap in graph classes that describe structures similar to interval graphs. By introducing and studying the simultaneous interval number, it provides new perspectives and tools for understanding and solving some classic graph - theory problems.