Section: New Results
Approximating multidimensional subset sum and minkowski decomposition of polygons
Participants : Ioannis Emiris, Anna Karasoulou.
In [10] we consider the approximation of two NP-hard problems: Minkowski Decomposition (MinkDecomp) of lattice polygons in the plane and the closely related problem of Multidimensional Subset Sum (kD-SS) in arbitrary dimension. In kD-SS we are given an input set of k-dimensional vectors, a target vector and we ask if there exists a subset of that sums up to . We prove, through a gap-preserving reduction, that, for general dimension k, kD-SS is not in APX although the classic 1D-SS is in PTAS. On the positive side, we present an approximation grid based algorithm for 2D-SS, where is the cardinality of the set and bounds the difference of some measure of the input polygon and the sum of the output polygons. We also describe two approximation algorithms with a better experimental ratio. Applying one of these algorithms, and a transformation from MinkDecomp to 2D-SS, we can approximate Mink-Decomp. For an input polygon and parameter , we return two summands and such that with being bounded in relation to in terms of volume, perimeter, or number of internal lattice points, an additive error linear in and up to quadratic in the diameter of . A similar function bounds the Hausdorff distance between and . We offer experimental results based on our implementation.
Joint with C. Tzovas.