Skip to main content

Showing 1–27 of 27 results for author: Manthey, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:2501.10810  [pdf, other

    cs.DS cs.NE

    Convergence and Running Time of Time-dependent Ant Colony Algorithms

    Authors: Bodo Manthey, Jesse van Rhijn, Ashkan Safari, Tjark Vredeveld

    Abstract: Ant Colony Optimization (ACO) is a well-known method inspired by the foraging behavior of ants and is extensively used to solve combinatorial optimization problems. In this paper, we first consider a general framework based on the concept of a construction graph - a graph associated with an instance of the optimization problem under study, where feasible solutions are represented by walks. We anal… ▽ More

    Submitted 18 January, 2025; originally announced January 2025.

  2. arXiv:2410.18650  [pdf, other

    cs.DS cs.CC cs.DM

    Counting Locally Optimal Tours in the TSP

    Authors: Bodo Manthey, Jesse van Rhijn

    Abstract: We show that the problem of counting the number of 2-optimal tours in instances of the Travelling Salesperson Problem (TSP) on complete graphs is #P-complete. In addition, we show that the expected number of 2-optimal tours in random instances of the TSP on complete graphs is $O(1.2098^n \sqrt{n!})$. Based on numerical experiments, we conjecture that the true bound is at most $O(\sqrt{n!})$, which… ▽ More

    Submitted 24 October, 2024; originally announced October 2024.

  3. arXiv:2312.14916  [pdf, ps, other

    cs.CC cs.DS

    Complexity of Local Search for Euclidean Clustering Problems

    Authors: Bodo Manthey, Nils Morawietz, Jesse van Rhijn, Frank Sommer

    Abstract: We show that the simplest local search heuristics for two natural Euclidean clustering problems are PLS-complete. First, we show that the Hartigan--Wong method for $k$-Means clustering is PLS-complete, even when $k = 2$. Second, we show the same result for the Flip heuristic for Max Cut, even when the edge weights are given by the (squared) Euclidean distances between the points in some set… ▽ More

    Submitted 9 May, 2025; v1 submitted 22 December, 2023; originally announced December 2023.

    Comments: 29 pages, 4 figures

  4. arXiv:2309.10368  [pdf, other

    cs.DS cs.CG math.PR

    Worst-Case and Smoothed Analysis of the Hartigan-Wong Method for k-Means Clustering

    Authors: Bodo Manthey, Jesse van Rhijn

    Abstract: We analyze the running time of the Hartigan-Wong method, an old algorithm for the $k$-means clustering problem. First, we construct an instance on the line on which the method can take $2^{Ω(n)}$ steps to converge, demonstrating that the Hartigan-Wong method has exponential worst-case running time even when $k$-means is easy to solve. As this is in contrast to the empirical performance of the algo… ▽ More

    Submitted 17 January, 2024; v1 submitted 19 September, 2023; originally announced September 2023.

    Comments: Accepted to STACS'24. 19 pages, 2 figures

  5. arXiv:2308.00306  [pdf, other

    cs.DS

    Smoothed Analysis of the 2-Opt Heuristic for the TSP under Gaussian Noise

    Authors: Marvin Künnemann, Bodo Manthey, Rianne Veenstra

    Abstract: The 2-opt heuristic is a very simple local search heuristic for the traveling salesperson problem. In practice it usually converges quickly to solutions within a few percentages of optimality. In contrast to this, its running-time is exponential and its approximation performance is poor in the worst case. Englert, Röglin, and Vöcking (Algorithmica, 2014) provided a smoothed analysis in the so-ca… ▽ More

    Submitted 1 August, 2023; originally announced August 2023.

    Comments: Combination of an ISAAC 2013 paper by Bodo Manthey and Rianne Veenstra and an ICALP 2015 paper by Marvin Künnemann and Bodo Manthey. The results of the ISAAC 2013 paper have been improved

    MSC Class: 68Q25 ACM Class: F.2.2

  6. arXiv:2302.11264  [pdf, other

    cs.DS cs.DM math.PR

    Approximation Ineffectiveness of a Tour-Untangling Heuristic

    Authors: Bodo Manthey, Jesse van Rhijn

    Abstract: We analyze a tour-uncrossing heuristic for the Travelling Salesperson Problem, showing that its worst-case approximation ratio is $Ω(n)$ and its average-case approximation ratio is $Ω(\sqrt{n})$ in expectation. We furthermore evaluate the approximation performance of this heuristic numerically on average-case instances, and find that it performs far better than the average-case lower bound suggest… ▽ More

    Submitted 22 August, 2023; v1 submitted 22 February, 2023; originally announced February 2023.

    Comments: Accepted for presentation at WAOA 2023

  7. arXiv:2211.16908  [pdf, ps, other

    cs.DS cs.CC math.CO math.PR

    Improved Smoothed Analysis of 2-Opt for the Euclidean TSP

    Authors: Bodo Manthey, Jesse van Rhijn

    Abstract: The 2-opt heuristic is a simple local search heuristic for the Travelling Salesperson Problem (TSP). Although it usually performs well in practice, its worst-case running time is poor. Attempts to reconcile this difference have used smoothed analysis, in which adversarial instances are perturbed probabilistically. We are interested in the classical model of smoothed analysis for the Euclidean TSP,… ▽ More

    Submitted 13 October, 2023; v1 submitted 30 November, 2022; originally announced November 2022.

    Comments: 31 pages, 3 figures. Accepted for presentation at ISAAC 2023

  8. arXiv:2208.11444  [pdf, other

    cs.DS

    Towards a Lower Bound for the Average Case Runtime of Simulated Annealing on TSP

    Authors: Bodo Manthey, Jesse van Rhijn

    Abstract: We analyze simulated annealing (SA) for simple randomized instances of the Traveling Salesperson Problem. Our analysis shows that the theoretically optimal cooling schedule of Hajek explores members of the solution set which are in expectation far from the global optimum. We obtain a lower bound on the expected length of the final tour obtained by SA on these random instances. In addition, we also… ▽ More

    Submitted 24 August, 2022; originally announced August 2022.

  9. arXiv:1903.11980  [pdf, ps, other

    cs.DS math.PR

    Probabilistic Analysis of Facility Location on Random Shortest Path Metrics

    Authors: Stefan Klootwijk, Bodo Manthey

    Abstract: The facility location problem is an NP-hard optimization problem. Therefore, approximation algorithms are often used to solve large instances. Such algorithms often perform much better than worst-case analysis suggests. Therefore, probabilistic analysis is a widely used tool to analyze such algorithms. Most research on probabilistic analysis of NP-hard optimization problems involving metric spaces… ▽ More

    Submitted 28 March, 2019; originally announced March 2019.

    Comments: A preliminary version accepted to CiE 2019

  10. arXiv:1810.11232  [pdf, ps, other

    cs.DS math.PR

    Probabilistic Analysis of Optimization Problems on Generalized Random Shortest Path Metrics

    Authors: Stefan Klootwijk, Bodo Manthey, Sander K. Visser

    Abstract: Simple heuristics often show a remarkable performance in practice for optimization problems. Worst-case analysis often falls short of explaining this performance. Because of this, "beyond worst-case analysis" of algorithms has recently gained a lot of attention, including probabilistic analysis of algorithms. The instances of many optimization problems are essentially a discrete metric space. Pr… ▽ More

    Submitted 27 February, 2020; v1 submitted 26 October, 2018; originally announced October 2018.

    Comments: An extended abstract appeared in the proceedings of WALCOM 2019

  11. arXiv:1604.04157  [pdf, other

    cs.GT

    Note on VCG vs. Price Raising for Matching Markets

    Authors: Walter Kern, Bodo Manthey, Marc Uetz

    Abstract: In \cite{EK10} the use of VCG in matching markets is motivated by saying that in order to compute market clearing prices in a matching market, the auctioneer needs to know the true valuations of the bidders. Hence VCG and corresponding personalized prices are proposed as an incentive compatible mechanism. The same line of argument pops up in several lecture sheets and other documents related to co… ▽ More

    Submitted 14 April, 2016; originally announced April 2016.

  12. arXiv:1504.08251  [pdf, other

    cs.DS

    Smoothed Analysis of the Minimum-Mean Cycle Canceling Algorithm and the Network Simplex Algorithm

    Authors: Kamiel Cornelissen, Bodo Manthey

    Abstract: The minimum-cost flow (MCF) problem is a fundamental optimization problem with many applications and seems to be well understood. Over the last half century many algorithms have been developed to solve the MCF problem and these algorithms have varying worst-case bounds on their running time. However, these worst-case bounds are not always a good indication of the algorithms' performance in practic… ▽ More

    Submitted 30 April, 2015; originally announced April 2015.

    Comments: Extended abstract to appear in the proceedings of COCOON 2015

  13. arXiv:1501.05493  [pdf, other

    cs.DS

    Smoothed Analysis of the Successive Shortest Path Algorithm

    Authors: Tobias Brunsch, Kamiel Cornelissen, Bodo Manthey, Heiko Röglin, Clemens Rösner

    Abstract: The minimum-cost flow problem is a classic problem in combinatorial optimization with various applications. Several pseudo-polynomial, polynomial, and strongly polynomial algorithms have been developed in the past decades, and it seems that both the problem and the algorithms are well understood. However, some of the algorithms' running times observed in empirical studies contrast the running time… ▽ More

    Submitted 15 September, 2015; v1 submitted 22 January, 2015; originally announced January 2015.

    Comments: A preliminary version has been presented at SODA 2013

  14. arXiv:1403.5882  [pdf, ps, other

    cs.DS

    Probabilistic Analysis of Power Assignments

    Authors: Maurits de Graaf, Bodo Manthey

    Abstract: A fundamental problem for wireless ad hoc networks is the assignment of suitable transmission powers to the wireless devices such that the resulting communication graph is connected. The goal is to minimize the total transmit power in order to maximize the life-time of the network. Our aim is a probabilistic analysis of this power assignment problem. We prove complete convergence for arbitrary com… ▽ More

    Submitted 24 March, 2014; originally announced March 2014.

  15. arXiv:1310.2387  [pdf, ps, other

    cs.DS

    Approximability of Connected Factors

    Authors: Kamiel Cornelissen, Ruben Hoeksma, Bodo Manthey, N. S. Narayanaswamy, C. S. Rahul

    Abstract: Finding a d-regular spanning subgraph (or d-factor) of a graph is easy by Tutte's reduction to the matching problem. By the same reduction, it is easy to find a minimal or maximal d-factor of a graph. However, if we require that the d-factor is connected, these problems become NP-hard - finding a minimal connected 2-factor is just the traveling salesman problem (TSP). Given a complete graph with… ▽ More

    Submitted 9 October, 2013; originally announced October 2013.

    Comments: To appear in the proceedings of WAOA 2013

  16. arXiv:1306.3030  [pdf, ps, other

    cs.DS

    Random Shortest Paths: Non-Euclidean Instances for Metric Optimization Problems

    Authors: Karl Bringmann, Christian Engels, Bodo Manthey, B. V. Raghavendra Rao

    Abstract: Probabilistic analysis for metric optimization problems has mostly been conducted on random Euclidean instances, but little is known about metric instances drawn from distributions other than the Euclidean. This motivates our study of random metric instances for optimization problems obtained as follows: Every edge of a complete graph gets a weight drawn independently at random. The distance betwe… ▽ More

    Submitted 23 May, 2014; v1 submitted 13 June, 2013; originally announced June 2013.

    Comments: To appear in Algorithmica

  17. arXiv:1211.3299  [pdf, ps, other

    cs.DS

    Smoothed Analysis of Belief Propagation for Minimum-Cost Flow and Matching

    Authors: Tobias Brunsch, Kamiel Cornelissen, Bodo Manthey, Heiko Röglin

    Abstract: Belief propagation (BP) is a message-passing heuristic for statistical inference in graphical models such as Bayesian networks and Markov random fields. BP is used to compute marginal distributions or maximum likelihood assignments and has applications in many areas, including machine learning, image processing, and computer vision. However, the theoretical understanding of the performance of BP i… ▽ More

    Submitted 14 November, 2012; originally announced November 2012.

    Comments: To be presented at WALCOM 2013

  18. arXiv:1202.1936  [pdf, ps, other

    cs.CC

    Smoothed Complexity Theory

    Authors: Markus Bläser, Bodo Manthey

    Abstract: Smoothed analysis is a new way of analyzing algorithms introduced by Spielman and Teng (J. ACM, 2004). Classical methods like worst-case or average-case analysis have accompanying complexity classes, like P and AvgP, respectively. While worst-case or average-case analysis give us a means to talk about the running time of a particular algorithm, complexity classes allows us to talk about the inhere… ▽ More

    Submitted 29 June, 2012; v1 submitted 9 February, 2012; originally announced February 2012.

    Comments: to be presented at MFCS 2012

  19. arXiv:0904.3898  [pdf, ps, other

    cs.DS

    On Smoothed Analysis of Quicksort and Hoare's Find

    Authors: Mahmoud Fouz, Manfred Kufleitner, Bodo Manthey, Nima Zeini Jahromi

    Abstract: We provide a smoothed analysis of Hoare's find algorithm and we revisit the smoothed analysis of quicksort. Hoare's find algorithm - often called quickselect - is an easy-to-implement algorithm for finding the k-th smallest element of a sequence. While the worst-case number of comparisons that Hoare's find needs is quadratic, the average-case number is linear. We analyze what happens between t… ▽ More

    Submitted 25 April, 2009; v1 submitted 24 April, 2009; originally announced April 2009.

    Comments: To be presented at the 15th Int. Computing and Combinatorics Conference (COCOON 2009)

    ACM Class: F.2.2

  20. arXiv:0904.1113  [pdf, ps, other

    cs.DS cs.CC cs.CG

    k-Means has Polynomial Smoothed Complexity

    Authors: David Arthur, Bodo Manthey, Heiko Röglin

    Abstract: The k-means method is one of the most widely used clustering algorithms, drawing its popularity from its speed in practice. Recently, however, it was shown to have exponential worst-case running time. In order to close the gap between practical performance and theoretical analysis, the k-means method has been studied in the model of smoothed analysis. But even the smoothed analyses so far are un… ▽ More

    Submitted 7 August, 2009; v1 submitted 7 April, 2009; originally announced April 2009.

    Comments: Full version of FOCS 2009 paper. The argument has been improved and the restriction to at least three dimensions could be dropped

    ACM Class: F.2.2; I.5.3; H.3.3

  21. arXiv:0809.1715  [pdf, ps, other

    cs.DS

    Improved Smoothed Analysis of the k-Means Method

    Authors: Bodo Manthey, Heiko Röglin

    Abstract: The k-means method is a widely used clustering algorithm. One of its distinguished features is its speed in practice. Its worst-case running-time, however, is exponential, leaving a gap between practical and theoretical performance. Arthur and Vassilvitskii (FOCS 2006) aimed at closing this gap, and they proved a bound of $\poly(n^k, σ^{-1})$ on the smoothed running-time of the k-means method, w… ▽ More

    Submitted 10 September, 2008; originally announced September 2008.

    Comments: To be presented at the 20th ACM-SIAM Symposium on Discrete Algorithms (SODA 2009)

    ACM Class: F.2.2

  22. arXiv:0806.3668  [pdf, ps, other

    cs.DS

    Approximating Multi-Criteria Max-TSP

    Authors: Markus Bläser, Bodo Manthey, Oliver Putz

    Abstract: We present randomized approximation algorithms for multi-criteria Max-TSP. For Max-STSP with k > 1 objective functions, we obtain an approximation ratio of $1/k - \eps$ for arbitrarily small $\eps > 0$. For Max-ATSP with k objective functions, we obtain an approximation ratio of $1/(k+1) - \eps$.

    Submitted 23 June, 2008; originally announced June 2008.

    Comments: An extended abstract of this worl will appear in Proc. of the 16th Ann. European Symposium on Algorithms (ESA 2008)

    ACM Class: F.2.2; G.2.1; G.2.1

  23. arXiv:0711.2157  [pdf, ps, other

    cs.DS

    On Approximating Multi-Criteria TSP

    Authors: Bodo Manthey

    Abstract: We present approximation algorithms for almost all variants of the multi-criteria traveling salesman problem (TSP). First, we devise randomized approximation algorithms for multi-criteria maximum traveling salesman problems (Max-TSP). For multi-criteria Max-STSP, where the edge weights have to be symmetric, we devise an algorithm with an approximation ratio of 2/3 - eps. For multi-criteria Max-A… ▽ More

    Submitted 13 July, 2011; v1 submitted 14 November, 2007; originally announced November 2007.

    Comments: Preliminary version at STACS 2009. This paper is a revised full version, where some proofs are simplified

    ACM Class: F.2.2

  24. arXiv:cs/0609103  [pdf, ps, other

    cs.DS cs.CC cs.DM

    Minimum-weight Cycle Covers and Their Approximability

    Authors: Bodo Manthey

    Abstract: A cycle cover of a graph is a set of cycles such that every vertex is part of exactly one cycle. An L-cycle cover is a cycle cover in which the length of every cycle is in the set L. We investigate how well L-cycle covers of minimum weight can be approximated. For undirected graphs, we devise a polynomial-time approximation algorithm that achieves a constant approximation ratio for all sets L.… ▽ More

    Submitted 2 May, 2007; v1 submitted 18 September, 2006; originally announced September 2006.

    Comments: To appear in the Proceedings of the 33rd Workshop on Graph-Theoretic Concepts in Computer Science (WG 2007). Minor changes

    ACM Class: F.2.2; G.2.1; G.2.2

  25. arXiv:cs/0606040  [pdf, ps, other

    cs.DS cs.CC

    Approximation Algorithms for Multi-Criteria Traveling Salesman Problems

    Authors: Bodo Manthey, L. Shankar Ram

    Abstract: In multi-criteria optimization problems, several objective functions have to be optimized. Since the different objective functions are usually in conflict with each other, one cannot consider only one particular solution as the optimal solution. Instead, the aim is to compute a so-called Pareto curve of solutions. Since Pareto curves cannot be computed efficiently in general, we have to be conte… ▽ More

    Submitted 9 August, 2007; v1 submitted 9 June, 2006; originally announced June 2006.

    Comments: To appear in Algorithmica. A preliminary version has been presented at the 4th Workshop on Approximation and Online Algorithms (WAOA 2006)

    ACM Class: F.2.2; G.2.1; G.2.2

  26. arXiv:cs/0604020   

    cs.DS cs.CC cs.DM

    Approximation Algorithms for Restricted Cycle Covers Based on Cycle Decompositions

    Authors: Bodo Manthey

    Abstract: A cycle cover of a graph is a set of cycles such that every vertex is part of exactly one cycle. An L-cycle cover is a cycle cover in which the length of every cycle is in the set L. The weight of a cycle cover of an edge-weighted graph is the sum of the weights of its edges. We come close to settling the complexity and approximability of computing L-cycle covers. On the one hand, we show that… ▽ More

    Submitted 15 December, 2006; v1 submitted 6 April, 2006; originally announced April 2006.

    Comments: This paper has been joint with "On Approximating Restricted Cycle Covers" (cs.CC/0504038). Please refer to that paper. The paper "Approximation Algorithms for Restricted Cycle Covers Based on Cycle Decompositions" is now obsolete

    ACM Class: F.2.2; G.2.1; G.2.2

  27. arXiv:cs/0504038  [pdf, ps, other

    cs.CC cs.DM

    On Approximating Restricted Cycle Covers

    Authors: Bodo Manthey

    Abstract: A cycle cover of a graph is a set of cycles such that every vertex is part of exactly one cycle. An L-cycle cover is a cycle cover in which the length of every cycle is in the set L. The weight of a cycle cover of an edge-weighted graph is the sum of the weights of its edges. We come close to settling the complexity and approximability of computing L-cycle covers. On the one hand, we show that… ▽ More

    Submitted 8 October, 2007; v1 submitted 11 April, 2005; originally announced April 2005.

    Comments: To appear in SIAM Journal on Computing. Minor changes

    ACM Class: F.2.2; G.2.2