Batch Coloring of Graphs
Joan Boyar, Leah Epstein, Lene M. Favrholdt, Kim S. Larsen, Asaf Levin

TL;DR
This paper studies batched graph coloring, an intermediate model between online and offline coloring, providing bounds for sum coloring and classic coloring on various graph classes, revealing new complexities especially for interval graphs.
Contribution
The paper introduces and analyzes the batched graph coloring model, deriving bounds for sum coloring and classic coloring on multiple graph classes, including a novel result for interval graphs.
Findings
Tight bounds for graph classes containing trees, such as forests and bipartite graphs.
A surprising dependence of the competitive ratio on interval graph representations.
Results bridging online and offline graph coloring models.
Abstract
In graph coloring problems, the goal is to assign a positive integer color to each vertex of an input graph such that adjacent vertices do not receive the same color assignment. For classic graph coloring, the goal is to minimize the maximum color used, and for the sum coloring problem, the goal is to minimize the sum of colors assigned to all input vertices. In the offline variant, the entire graph is presented at once, and in online problems, one vertex is presented for coloring at each time, and the only information is the identity of its neighbors among previously known vertices. In batched graph coloring, vertices are presented in k batches, for a fixed integer k > 1, such that the vertices of a batch are presented as a set, and must be colored before the vertices of the next batch are presented. This last model is an intermediate model, which bridges between the two extreme…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Advanced Graph Theory Research · Vehicle Routing Optimization Methods
