MathDB
Graphs and winning strategies

Source: 2022 Switzerland IMO TST, Problem 4

August 7, 2022
combinatoricsgraph theorywinning strategy

Problem Statement

Given a (simple) graph GG with n2n \geq 2 vertices v1,v2,,vnv_1, v_2, \dots, v_n and m1m \geq 1 edges, Joël and Robert play the following game with mm coins:
[*]Joël first assigns to each vertex viv_i a non-negative integer wiw_i such that w1++wn=mw_1+\cdots+w_n=m. [*]Robert then chooses a (possibly empty) subset of edges, and for each edge chosen he places a coin on exactly one of its two endpoints, and then removes that edge from the graph. When he is done, the amount of coins on each vertex viv_i should not be greater than wiw_i. [*]Joël then does the same for all the remaining edges. [*]Joël wins if the number of coins on each vertex viv_i is equal to wiw_i.
Determine all graphs GG for which Joël has a winning strategy.