France Roadshow
Plan a route from Paris and reach as much of the French population as possible.
Start in Paris and visit any sequence of distinct eligible cities. The route may finish anywhere, but its total length must not exceed 2100 km. An event reaches every population point within 35 km of a visited city. Each population point is counted at most once, even when several events reach it.
Show mathematical formulationHide mathematical formulation
Instance: 1200 eligible cities and 21722 weighted population points in continental metropolitan France. Coordinates and distances use the fixed planar kilometre system in the instance.
Show data formatHide data format
RULES maxRouteLengthKm coverageRadiusKm startCityIdentifier CITIES count index identifier xKm yKm POPULATION_POINTS count index xKm yKm population Indices are zero-based. Distances are Euclidean in kilometres. Lines beginning with # are comments.
Solution format: One distinct city identifier per line, in travel order. The first identifier must be Paris_75056.
Scoring: \(\text{Score}(S)=\sum_{p\in P} w_p\,\mathbf{1}\!\left[\min_{v\in S}\|p-v\|\le R\right]\) Higher is better. The score is the total population of points within the coverage radius of at least one visited city.
Solution example: Download example