Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
120 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
46 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Largest and Smallest Area Triangles on Imprecise Points (1712.08911v2)

Published 24 Dec 2017 in cs.CG

Abstract: Assume we are given a set of parallel line segments in the plane, and we wish to place a point on each line segment such that the resulting point set maximizes or minimizes the area of the largest or smallest triangle in the set. We analyze the complexity of the four resulting computational problems, and we show that three of them admit polynomial-time algorithms, while the fourth is NP-hard. Specifically, we show that maximizing the largest triangle can be done in $O(n2)$ time (or in $O(n \log n)$ time for unit segments); minimizing the largest triangle can be done in $O(n2 \log n)$ time; maximizing the smallest triangle is NP-hard; but minimizing the smallest triangle can be done in $O(n2)$ time. We also discuss to what extent our results can be generalized to polygons with $k>3$ sides.

Citations (3)

Summary

We haven't generated a summary for this paper yet.