Lighting a unit square · n = 9
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 inside the square, no two coinciding
- ObjectiveMake the intensity at the darkest point of the square as large as possible