CG:SHOP is an annual geometric optimization challenge and the 2022 edition
proposed the problem of coloring a certain geometric graph defined by line
segments. Surprisingly, the top three teams used the same technique, called
conflict optimization. This technique has been introduced in the 2021 edition
of the challenge, to solve a coordinated motion planning problem. In this
paper, we present the technique in the more general framework of binary
constraint satisfaction problems (binary CSP). Then, the top three teams
describe their different implementations of the same underlying strategy. We
evaluate the performance of those implementations to vertex color not only
geometric graphs, but also other types of graphs.Comment: To appear at ACM Journal of Experimental Algorithmic