Graphs and winning strategies
Source: 2022 Switzerland IMO TST, Problem 4
August 7, 2022
combinatoricsgraph theorywinning strategy
Problem Statement
Given a (simple) graph with vertices and edges, Joël and Robert play the following game with coins:[*]Joël first assigns to each vertex a non-negative integer such that .
[*]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 should not be greater than .
[*]Joël then does the same for all the remaining edges.
[*]Joël wins if the number of coins on each vertex is equal to .Determine all graphs for which Joël has a winning strategy.