Spreading points in the unit square · n = 11
Place n points in the unit square, maximizing the smallest distance between any two of them.
Formal definition
- ContainerThe unit square: the origin (0, 0) at its lower-left corner, (1, 1) at its upper right
- SubmissionExactly n points, no two coinciding
- ConstraintsEvery point lies inside the square or on its boundary
- ObjectiveMake the smallest pairwise distance as large as possible; compared internally by its square, exactly