Lighting a unit square · n = 26
Place n unit-brightness lights in the unit square; the intensity at a point is the sum of 1/distance² to each light. Make the darkest point as bright as possible.
Formal definition
- ContainerThe unit square: the origin (0, 0) at its lower-left corner, (1, 1) at its upper right
- SubmissionThe n light positions, plus the minimum intensity you claim — the verifier accepts only a bound it can prove
- ConstraintsAll lights lie inside the square; several lights may share a position, in which case their intensities add
- ObjectiveMake the intensity at the darkest point of the square as large as possible