PROJECT EULER · #0252
Convex Holes
Given a set of points on a plane, we define a convex hole to be a convex polygon having as vertices any of the given points and not containing any of the given points in its interior (in addition to the vertices, other given points may lie on the perimeter of the polygon).
As an example, the image below shows a set of twenty points and a few such convex holes.
The convex hole shown as a red heptagon has an area equal to

For our example, we used the first
i.e.
What is the maximum area for a convex hole on the set containing the first
Specify your answer including one digit after the decimal point.
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.