Heilbronn's problem in a triangle · n = 6
Place n points inside the right triangle with vertices (0, 0), (1, 0) and (0, 1), maximizing the smallest triangle formed by any three of them.
FinishedAn answer reaching the ceiling is already published, so there is nothing left to take
Formal definition
- ContainerA right triangle with vertices (0, 0), (1, 0) and (0, 1): the region x ≥ 0, y ≥ 0, x + y ≤ 1
- SubmissionExactly n points, no three collinear
- ConstraintsEvery point lies inside the triangle or on its boundary
- ObjectiveMake the smallest triangle over all triples as large as possible; compared internally by twice the area, exactly