Integer programming approaches for minimum stabbing problems
TL;DR: This is the first computational study ever reported in which these three stabbing problems are considered and where provably optimal solutions are given, and integer programming (ip) formulations for these three problems, that allowed them to solve them to optimality through ip branch-and-bound (b&b) or branch- and-cut ( b&c) algorithms.
read more
Abstract:Â The problem of finding structures with minimum stabbing number has received considerable attention from researchers. Particularly, [10] study the minimum stabbing number of perfect matchings (mspm), spanning trees (msst) and triangulations (mstr) associated to set of points in the plane. The complexity of the mstr remains open whilst the other two are known to be đđ-hard. This paper presents integer programming (ip) formulations for these three problems, that allowed us to solve them to optimality through ip branch-and-bound (b&b) or branch-and-cut (b&c) algorithms. Moreover, these models are the basis for the development of Lagrangian heuristics. Computational tests were conducted with instances taken from the literature where the performance of the Lagrangian heuristics were compared with that of the exact b&b and b&c algorithms. The results reveal that the Lagrangian heuristics yield solutions with minute, and often null, duality gaps for instances with several hundreds of points in small computation times. To our knowledge, this is the first computational study ever reported in which these three stabbing problems are considered and where provably optimal solutions are given.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
â˘Proceedings Article
Computing MaxMin edge length triangulations
SĂĄndor P. Fekete,Winfried Hellmann,Michael Hemmer,Arne Schmidt,Julian Troegel +4 more
- 05 Jan 2015
TL;DR: The main algorithm engineering twist of this paper is to demonstrate how the combination of geometric insights with refined methods of combinatorial optimization can still help to put together an exact method capable of computing optimal MELT solutions for planar point sets up to n = 200.
References
â˘Book
Computational geometry
F. Frances Yao
- 02 Jan 1991
TL;DR: This report documents the program and the outcomes of Dagstuhl Seminar 21181 âComputational Geometryâ, which was held online in a virtual manner, and 36 participants from various countries attended it.
1.6K
Blossom V: a new implementation of a minimum cost perfect matching algorithm
TL;DR: A new implementation of the Edmondsâs algorithm for computing a perfect matching of minimum cost is described, to which it is referred as Blossom V, and it is shown that for large VLSI instances it is beneficial to update duals by solving a linear program, contrary to a conjecture by Cook and Rohe.
554
Solving the Orienteering Problem Through Branch-And-Cut
TL;DR: A branch-and-cut algorithm for finding an optimal OP solution, based on several families of valid inequalities, is described and proved to be able to solve to optimality large-scale instances involving up to 500 nodes, within acceptable computing time.
342
Solving Steiner Tree Problems in Graphs to Optimality
Thorsten Koch,Alex Martin +1 more
TL;DR: The implementation of a branch-and-cut algorithm for solving Steiner tree problems in graphs based on an integer programming formulation for directed graphs and comprises preprocessing, separation algorithms, and primal heuristics is presented.
Minimum-weight triangulation is NP-hard
Wolfgang Mulzer,GĂźnter Rote +1 more
TL;DR: In this article, it was shown that the decision version of this problem is NP-hard, using a reduction from PLANAR 1-IN-3-SAT, and the correct working of the gadgets was established with computer assistance, using dynamic programming on polygonal faces, as well as the β-skeleton heuristic to certify that certain edges belong to the minimum-weight triangulation.