# Heilbronn triangle n=3 # value (exact area implied by these coordinate literals): 1 # domain: triangle (0,0),(1,0),(0,1); value = min 2*area (normalized to unit-area domain) # credit: trivial configuration # coordinates: data/sources/exact/constructions.py (the container's vertices) # via: https://math.tejstead.com/heilbronn/triangle/3/ 0 0 1 0 0 1