最优面积多边形化问题:混合整数线性规划模型

Optimal area polygonisation problems: Mixed integer linear programming models

European Journal of Operational Research · 2025
被引 0
ABS 4

中文导读

针对欧几里得平面上给定点集的最大和最小面积多边形问题,提出了八种新的混合整数线性规划模型,其中一种能稳定求解多达50个点的基准实例。

Abstract

This paper describes approaches to finding polygons with maximum and minimum area through a given set of points on the Euclidean plane. Both problems are NP -hard and of interest in Computational Geometry. They have been extensively studied, although only the recent literature presents mathematical formulations to consistently find optimal solutions to instances from a benchmark collection with up to 25 points. We present and compare eight new Mixed Integer Linear Programming models for the two problems. Four represent a polygon as a solution to the Asymmetric Travelling Salesman Problem, while the other four use the Symmetric Travelling Salesman Problem representation. Six of the models select triangles to compute the area of a polygon, while the other two models select subpolygons. A computational analysis on the benchmark collection shows that one of our new formulations can consistently solve most of the benchmark instances with up to 50 points. The success of our proposal is a linear system to select a triangulation of the point set, a partition of the triangulation to cover the internal and external area of a polygon, and a representation of the polygon as the solution of an Asymmetric Travelling Salesman Problem.

计算几何整数规划线性规划旅行商问题数学优化