Skip to main content

Showing 1–11 of 11 results for author: Mehlhorn, K

Searching in archive math. Search in all archives.
.
  1. arXiv:2111.02291  [pdf, ps, other

    cs.DS math.OC

    Physarum Inspired Dynamics to Solve Semi-Definite Programs

    Authors: Yuan Gao, Hamidreza Kamkari, Andreas Karrenbauer, Kurt Mehlhorn, Mohammadamin Sharifi

    Abstract: Physarum Polycephalum is a slime mold that can solve shortest path problems. A mathematical model based on Physarum's behavior, known as the Physarum Directed Dynamics, can solve positive linear programs. In this paper, we present a family of Physarum-based dynamics extending the previous work and introduce a new algorithm to solve positive Semi-Definite Programs (SDP). The Physarum dynamics are g… ▽ More

    Submitted 18 July, 2022; v1 submitted 3 November, 2021; originally announced November 2021.

  2. arXiv:1906.07781  [pdf, ps, other

    math.DS cs.DS math.OC

    Convergence of the Non-Uniform Directed Physarum Model

    Authors: Enrico Facca, Andreas Karrenbauer, Pavel Kolev, Kurt Mehlhorn

    Abstract: The directed Physarum dynamics is known to solve positive linear programs: minimize $c^T x$ subject to $Ax = b$ and $x \ge 0$ for a positive cost vector $c$. The directed Physarum dynamics evolves a positive vector $x$ according to the dynamics $\dot{x} = q(x) - x$. Here $q(x)$ is the solution to $Af = b$ that minimizes the "energy" $\sum_i c_i f_i^2/x_i$. In this paper, we study the non-uniform… ▽ More

    Submitted 13 February, 2020; v1 submitted 18 June, 2019; originally announced June 2019.

  3. arXiv:1707.06631  [pdf, ps, other

    cs.DS math.DS math.OC physics.bio-ph

    Two Results on Slime Mold Computations

    Authors: Ruben Becker, Vincenzo Bonifaci, Andreas Karrenbauer, Pavel Kolev, Kurt Mehlhorn

    Abstract: We present two results on slime mold computations. In wet-lab experiments (Nature'00) by Nakagaki et al. the slime mold Physarum polycephalum demonstrated its ability to solve shortest path problems. Biologists proposed a mathematical model, a system of differential equations, for the slime's adaption process (J. Theoretical Biology'07). It was shown that the process convergences to the shortest p… ▽ More

    Submitted 27 July, 2018; v1 submitted 20 July, 2017; originally announced July 2017.

    Journal ref: Theoretical Computer Science, 773:79-106, 2019

  4. arXiv:1612.04689  [pdf, ps, other

    cs.DS math.NA math.OC

    An Integer Interior Point Method for Min-Cost Flow Using Arc Contractions and Deletions

    Authors: Ruben Becker, Andreas Karrenbauer, Kurt Mehlhorn

    Abstract: We present an interior point method for the min-cost flow problem that uses arc contractions and deletions to steer clear from the boundary of the polytope when path-following methods come too close. We obtain a randomized algorithm running in expected $\tilde O( m^{3/2} )$ time that only visits integer lattice points in the vicinity of the central path of the polytope. This enables us to use inte… ▽ More

    Submitted 14 December, 2016; originally announced December 2016.

  5. A Still Simpler Way of Introducing the Interior-Point Method for Linear Programming

    Authors: Kurt Mehlhorn, Sanjeev Saxena

    Abstract: Linear programming is now included in algorithm undergraduate and postgraduate courses for computer science majors. We give a self-contained treatment of an interior-point method which is particularly tailored to the typical mathematical background of CS students. In particular, only limited knowledge of linear algebra and calculus is assumed.

    Submitted 14 June, 2016; v1 submitted 12 October, 2015; originally announced October 2015.

    Comments: Updates and replaces arXiv:1412.0652

    Journal ref: Computer Science Review, Volume 22, Pages 1-11 (November 2016)

  6. arXiv:1507.06953  [pdf, other

    cs.DS math.CO

    Pattern-avoiding access in binary search trees

    Authors: Parinya Chalermsook, Mayank Goswami, Laszlo Kozma, Kurt Mehlhorn, Thatchaphol Saranurak

    Abstract: The dynamic optimality conjecture is perhaps the most fundamental open question about binary search trees (BST). It postulates the existence of an asymptotically optimal online BST, i.e. one that is constant factor competitive with any BST on any input access sequence. The two main candidates for dynamic optimality in the literature are splay trees [Sleator and Tarjan, 1985], and Greedy [Lucas, 19… ▽ More

    Submitted 24 July, 2015; originally announced July 2015.

    Comments: To be presented at FOCS 2015

  7. arXiv:1506.08319  [pdf, other

    cs.DS math.CO

    Greedy Is an Almost Optimal Deque

    Authors: Parinya Chalermsook, Mayank Goswami, Laszlo Kozma, Kurt Mehlhorn, Thatchaphol Saranurak

    Abstract: In this paper we extend the geometric binary search tree (BST) model of Demaine, Harmon, Iacono, Kane, and Patrascu (DHIKP) to accommodate for insertions and deletions. Within this extended model, we study the online Greedy BST algorithm introduced by DHIKP. Greedy BST is known to be equivalent to a maximally greedy (but inherently offline) algorithm introduced independently by Lucas in 1988 and M… ▽ More

    Submitted 27 June, 2015; originally announced June 2015.

    Comments: to be presented at WADS 2015

  8. arXiv:1503.03105  [pdf, other

    cs.DS math.CO

    Self-Adjusting Binary Search Trees: What Makes Them Tick?

    Authors: Parinya Chalermsook, Mayank Goswami, Laszlo Kozma, Kurt Mehlhorn, Thatchaphol Saranurak

    Abstract: Splay trees (Sleator and Tarjan) satisfy the so-called access lemma. Many of the nice properties of splay trees follow from it. What makes self-adjusting binary search trees (BSTs) satisfy the access lemma? After each access, self-adjusting BSTs replace the search path by a tree on the same set of nodes (the after-tree). We identify two simple combinatorial properties of the search path and the af… ▽ More

    Submitted 30 June, 2015; v1 submitted 10 March, 2015; originally announced March 2015.

    Comments: Substantial revision, additional results. To be presented at ESA 2015

  9. arXiv:1308.4088  [pdf, other

    cs.SC math.NA

    Computing Real Roots of Real Polynomials

    Authors: Michael Sagraloff, Kurt Mehlhorn

    Abstract: Computing the roots of a univariate polynomial is a fundamental and long-studied problem of computational algebra with applications in mathematics, engineering, computer science, and the natural sciences. For isolating as well as for approximating all complex roots, the best algorithm known is based on an almost optimal method for approximate polynomial factorization, introduced by Pan in 2002. Pa… ▽ More

    Submitted 11 March, 2015; v1 submitted 19 August, 2013; originally announced August 2013.

    Comments: to appear in the Journal of Symbolic Computation

    ACM Class: G.1.5; F.2.1; G.1.0; I.1.2

  10. arXiv:1301.5290  [pdf, other

    cs.GT math.OC

    On Randomized Fictitious Play for Approximating Saddle Points Over Convex Sets

    Authors: Khaled Elbassioni, Kazuhisa Makino, Kurt Mehlhorn, Fahimeh Ramezani

    Abstract: Given two bounded convex sets $X\subseteq\RR^m$ and $Y\subseteq\RR^n,$ specified by membership oracles, and a continuous convex-concave function $F:X\times Y\to\RR$, we consider the problem of computing an $\eps$-approximate saddle point, that is, a pair $(x^*,y^*)\in X\times Y$ such that $\sup_{y\in Y} F(x^*,y)\le \inf_{x\in X}F(x,y^*)+\eps.$ Grigoriadis and Khachiyan (1995) gave a simple rando… ▽ More

    Submitted 29 April, 2014; v1 submitted 22 January, 2013; originally announced January 2013.

  11. arXiv:1106.0423  [pdf, ps, other

    cs.DS cs.CE cs.ET eess.SY math.DS math.OC physics.bio-ph

    Physarum Can Compute Shortest Paths

    Authors: Vincenzo Bonifaci, Kurt Mehlhorn, Girish Varma

    Abstract: Physarum Polycephalum is a slime mold that is apparently able to solve shortest path problems. A mathematical model has been proposed by biologists to describe the feedback mechanism used by the slime mold to adapt its tubular channels while foraging two food sources s0 and s1. We prove that, under this model, the mass of the mold will eventually converge to the shortest s0 - s1 path of the netw… ▽ More

    Submitted 12 October, 2011; v1 submitted 2 June, 2011; originally announced June 2011.

    Comments: Accepted in SODA 2012

    Journal ref: Journal of Theoretical Biology, 309:121-133, 2012