The document describes research into the maximum edge coloring problem, which involves coloring the edges of a graph such that each vertex sees at most two colors. The goal is to maximize the number of colors used. The problem is known to be NP-complete. The authors present a fixed-parameter tractable algorithm that runs in time O*(20k) by reducing the problem into smaller subproblems involving color palettes, vertex covers, and independent sets. They also discuss some open problems regarding improving the running time and determining whether the problem admits a polynomial kernel.