Parameterized Algorithms for Load Coloring Problem
Gregory Gutin, Mark Jones

TL;DR
This paper introduces parameterized algorithms for the Load Coloring Problem, providing kernelization and fixed-parameter tractable algorithms based on treewidth, improving solution efficiency for certain graph classes.
Contribution
It presents a kernelization result with at most 7k vertices and an FPT algorithm with runtime O*(4^k) for the k-LCP, extending previous work on trees to graphs with bounded treewidth.
Findings
Kernel with at most 7k vertices for k-LCP.
Fixed-parameter algorithm with runtime O*(4^k).
Graphs with treewidth ≤ 2k are either Yes-instances or have bounded treewidth.
Abstract
One way to state the Load Coloring Problem (LCP) is as follows. Let be graph and let be a 2-coloring. An edge is called red (blue) if both end-vertices of are red (blue). For a 2-coloring , let and be the number of red and blue edges and let . Let be the maximum of over all 2-colorings. We introduce the parameterized problem -LCP of deciding whether , where is the parameter. We prove that this problem admits a kernel with at most . Ahuja et al. (2007) proved that one can find an optimal 2-coloring on trees in polynomial time. We generalize this by showing that an optimal 2-coloring on graphs with tree decomposition of width can be found in time . We also show that either is a Yes-instance of -LCP or the…
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.
