Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–39 of 39 results for author: Gartner, B

.
  1. arXiv:2402.12371  [pdf, other

    cs.CG

    Computing Enclosing Depth

    Authors: Bernd Gärtner, Fatime Rasiti, Patrick Schnider

    Abstract: Enclosing depth is a recently introduced depth measure which gives a lower bound to many depth measures studied in the literature. So far, enclosing depth has only been studied from a combinatorial perspective. In this work, we give the first algorithms to compute the enclosing depth of a query point with respect to a data point set in any dimension. In the plane we are able to optimize the algori… ▽ More

    Submitted 19 February, 2024; originally announced February 2024.

  2. arXiv:2310.01147  [pdf, other

    cs.CG

    Optimizing Symbol Visibility through Displacement

    Authors: Bernd Gärtner, Vishwas Kalani, Meghana M. Reddy, Wouter Meulemans, Bettina Speckmann, Miloš Stojaković

    Abstract: In information visualization, the position of symbols often encodes associated data values. When visualizing data elements with both a numerical and a categorical dimension, positioning in the categorical axis admits some flexibility. This flexibility can be exploited to reduce symbol overlap, and thereby increase legibility. In this paper we initialize the algorithmic study of optimizing symbol l… ▽ More

    Submitted 7 April, 2024; v1 submitted 2 October, 2023; originally announced October 2023.

  3. arXiv:2302.14125  [pdf, ps, other

    cs.CG math.CO

    A Note on the Faces of the Dual Koch Arrangement

    Authors: Bernd Gärtner, Manuel Wettstein

    Abstract: We analyze the faces of the dual Koch arrangement, which is the arrangement of $2^s + 1$ lines obtained by projective duality from the Koch chain $K_s$. In particular, we show that this line arrangement does not contain any $k$-gons for $k > 5$, and that the number of pentagons is $3 \cdot 2^{s-1} - 3$.

    Submitted 27 February, 2023; originally announced February 2023.

  4. arXiv:2109.03666  [pdf, other

    math.CO cs.DM

    A Characterization of the Realizable Matoušek Unique Sink Orientations

    Authors: Simon Weber, Bernd Gärtner

    Abstract: The Matoušek LP-type problems were used by Matoušek to show that the Sharir-Welzl algorithm may require at least subexponential time. Later, Gärtner translated this result into the language of Unique Sink Orientations (USOs) and introduced the Matoušek USOs, the USOs equivalent to Matoušek's LP-type problems. He further showed that the Random Facet algorithm only requires quadratic time on the rea… ▽ More

    Submitted 8 September, 2021; originally announced September 2021.

    Comments: 17 pages, 5 figures

  5. arXiv:2102.06427  [pdf, other

    cs.DS

    A Subexponential Algorithm for ARRIVAL

    Authors: Bernd Gärtner, Sebastian Haslebacher, Hung P. Hoang

    Abstract: The ARRIVAL problem is to decide the fate of a train moving along the edges of a directed graph, according to a simple (deterministic) pseudorandom walk. The problem is in $NP \cap coNP$ but not known to be in $P$. The currently best algorithms have runtime $2^{Θ(n)}$ where $n$ is the number of vertices. This is not much better than just performing the pseudorandom walk. We develop a subexponentia… ▽ More

    Submitted 9 April, 2021; v1 submitted 12 February, 2021; originally announced February 2021.

    Comments: 13 pages, 1 figure Added a reference

    MSC Class: 05C57; 05C85; 68Q25; 68W05; 91A46 ACM Class: F.2.2; G.2.2

  6. arXiv:2008.08992  [pdf, other

    math.CO cs.DM math.OC

    A New Combinatorial Property of Geometric Unique Sink Orientations

    Authors: Yuan Gao, Bernd Gärtner, Jourdain Lamperski

    Abstract: A unique sink orientation (USO) is an orientation of the hypercube graph with the property that every face has a unique sink. A number of well-studied problems reduce in strongly polynomial time to finding the global sink of a USO; most notably, linear programming (LP) and the P-matrix linear complementarity problem (P-LCP). The former is not known to have a strongly polynomial-time algorithm, whi… ▽ More

    Submitted 29 March, 2022; v1 submitted 20 August, 2020; originally announced August 2020.

    MSC Class: 05A16; 68R05 ACM Class: G.2.1; F.2.2

  7. arXiv:1904.13309  [pdf, other

    cs.DS cs.DM math.DS

    Phase Transition in Democratic Opinion Dynamics

    Authors: Bernd Gärtner, Ahad N. Zehmakan

    Abstract: Consider a community where initially, each individual is positive or negative regarding a reform proposal. In each round, individuals gather randomly in fixed rooms of different sizes, and all individuals in a room agree on the majority opinion in the room (with ties broken in favor of the negative opinion). The Galam model---introduced in statistical physics, specifically sociophysics---approxima… ▽ More

    Submitted 26 April, 2019; originally announced April 2019.

  8. The Crossing Tverberg Theorem

    Authors: Radoslav Fulek, Bernd Gärtner, Andrey Kupavskii, Pavel Valtr, Uli Wagner

    Abstract: Tverberg's theorem is one of the cornerstones of discrete geometry. It states that, given a set $X$ of at least $(d+1)(r-1)+1$ points in $\mathbb R^d$, one can find a partition $X=X_1\cup \ldots \cup X_r$ of $X$, such that the convex hulls of the $X_i$, $i=1,\ldots,r$, all share a common point. In this paper, we prove a strengthening of this theorem that guarantees a partition which, in addition t… ▽ More

    Submitted 11 April, 2021; v1 submitted 12 December, 2018; originally announced December 2018.

    Comments: 13 pages, 7 figures

    MSC Class: 05A18; 68R05 ACM Class: F.2.2; G.2.1

  9. arXiv:1802.07702  [pdf, ps, other

    cs.CC

    ARRIVAL: Next Stop in CLS

    Authors: Bernd Gärtner, Thomas Dueholm Hansen, Pavel Hubáček, Karel Král, Hagar Mosaad, Veronika Slívová

    Abstract: We study the computational complexity of ARRIVAL, a zero-player game on $n$-vertex switch graphs introduced by Dohrau, Gärtner, Kohler, Matoušek, and Welzl. They showed that the problem of deciding termination of this game is contained in $\text{NP} \cap \text{coNP}$. Karthik C. S. recently introduced a search variant of ARRIVAL and showed that it is in the complexity class PLS. In this work, we s… ▽ More

    Submitted 21 February, 2018; originally announced February 2018.

    Comments: 13 pages, 6 figures

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

  10. arXiv:1711.10920  [pdf, other

    cs.FL cs.DS nlin.CG

    (Biased) Majority Rule Cellular Automata

    Authors: Bernd Gärtner, Ahad N. Zehmakan

    Abstract: Consider a graph $G=(V,E)$ and a random initial vertex-coloring, where each vertex is blue independently with probability $p_{b}$, and red with probability $p_r=1-p_b$. In each step, all vertices change their current color synchronously to the most frequent color in their neighborhood and in case of a tie, a vertex conserves its current color; this model is called majority model. If in case of a t… ▽ More

    Submitted 24 November, 2017; originally announced November 2017.

  11. arXiv:1711.07423  [pdf, ps, other

    cs.DS cs.DC cs.DM

    Majority Model on Random Regular Graphs

    Authors: Bernd Gärtner, Ahad N. Zehmakan

    Abstract: Consider a graph $G=(V,E)$ and an initial random coloring where each vertex $v \in V$ is blue with probability $P_b$ and red otherwise, independently from all other vertices. In each round, all vertices simultaneously switch their color to the most frequent color in their neighborhood and in case of a tie, a vertex keeps its current color. The main goal of the present paper is to analyze the behav… ▽ More

    Submitted 1 November, 2017; originally announced November 2017.

  12. arXiv:1704.08481  [pdf, other

    math.CO cs.DM

    Pseudo Unique Sink Orientations

    Authors: Vitor Bosshard, Bernd Gärtner

    Abstract: A unique sink orientation (USO) is an orientation of the $n$-dimensional cube graph ($n$-cube) such that every face (subcube) has a unique sink. The number of unique sink orientations is $n^{Θ(2^n)}$. If a cube orientation is not a USO, it contains a pseudo unique sink orientation (PUSO): an orientation of some subcube such that every proper face of it has a unique sink, but the subcube itself has… ▽ More

    Submitted 27 April, 2017; originally announced April 2017.

    Comments: 22 pages, 10 figures

    MSC Class: 05A16; 68R05 ACM Class: G.2.1; F.2.2

  13. arXiv:1609.07478  [pdf, other

    math.OC cs.LG stat.ML

    Screening Rules for Convex Problems

    Authors: Anant Raj, Jakob Olbrich, Bernd Gärtner, Bernhard Schölkopf, Martin Jaggi

    Abstract: We propose a new framework for deriving screening rules for convex optimization problems. Our approach covers a large class of constrained and penalized optimization formulations, and works in two steps. First, given any approximate point, the structure of the objective function and the duality gap is used to gather information on the optimal solution. In the second step, this information is used… ▽ More

    Submitted 23 September, 2016; originally announced September 2016.

  14. arXiv:1606.07709  [pdf, other

    cs.DM

    The Niceness of Unique Sink Orientations

    Authors: Bernd Gärtner, Antonis Thomas

    Abstract: Random Edge is the most natural randomized pivot rule for the simplex algorithm. Considerable progress has been made recently towards fully understanding its behavior. Back in 2001, Welzl introduced the concepts of \emph{reachmaps} and \emph{niceness} of Unique Sink Orientations (USO), in an effort to better understand the behavior of Random Edge. In this paper, we initiate the systematic study of… ▽ More

    Submitted 30 August, 2016; v1 submitted 24 June, 2016; originally announced June 2016.

    Comments: An extended abstract appears in the proceedings of Approx/Random 2016

  15. arXiv:1605.03546  [pdf, other

    cs.CC

    ARRIVAL: A zero-player graph game in NP $\cap$ coNP

    Authors: Jérôme Dohrau, Bernd Gärtner, Manuel Kohler, Jiří Matoušek, Emo Welzl

    Abstract: Suppose that a train is running along a railway network, starting from a designated origin, with the goal of reaching a designated destination. The network, however, is of a special nature: every time the train traverses a switch, the switch will change its position immediately afterwards. Hence, the next time the train traverses the same switch, the other direction will be taken, so that directio… ▽ More

    Submitted 23 June, 2017; v1 submitted 11 May, 2016; originally announced May 2016.

    Comments: 6 pages, 3 figures; final version is due to be published in the collection of papers "A Journey through Discrete Mathematics. A Tribute to Jiří Matoušek" edited by Martin Loebl, Jaroslav Nešetřil and Robin Thomas, due to be published by Springer

    MSC Class: 68Q05; 68Q25; 68Q80 ACM Class: F.1.3; F.2.2

  16. arXiv:1605.00609  [pdf, other

    cs.LG cs.IT math.NA stat.ML

    Algorithms for Learning Sparse Additive Models with Interactions in High Dimensions

    Authors: Hemant Tyagi, Anastasios Kyrillidis, Bernd Gärtner, Andreas Krause

    Abstract: A function $f: \mathbb{R}^d \rightarrow \mathbb{R}$ is a Sparse Additive Model (SPAM), if it is of the form $f(\mathbf{x}) = \sum_{l \in \mathcal{S}}φ_{l}(x_l)$ where $\mathcal{S} \subset [d]$, $|\mathcal{S}| \ll d$. Assuming $φ$'s, $\mathcal{S}$ to be unknown, there exists extensive work for estimating $f$ from its samples. In this work, we consider a generalized version of SPAMs, that also allow… ▽ More

    Submitted 8 May, 2017; v1 submitted 2 May, 2016; originally announced May 2016.

    Comments: To appear in Information and Inference: A Journal of the IMA. Made following changes after review process: (a) Corrected typos throughout the text. (b) Corrected choice of sampling distribution in Section 5, see eqs. (5.2), (5.3). (c) More detailed comparison with existing work in Section 8. (d) Added Section B in appendix on roots of cubic equation

  17. arXiv:1604.05307  [pdf, other

    cs.LG cs.IT stat.ML

    Learning Sparse Additive Models with Interactions in High Dimensions

    Authors: Hemant Tyagi, Anastasios Kyrillidis, Bernd Gärtner, Andreas Krause

    Abstract: A function $f: \mathbb{R}^d \rightarrow \mathbb{R}$ is referred to as a Sparse Additive Model (SPAM), if it is of the form $f(\mathbf{x}) = \sum_{l \in \mathcal{S}}φ_{l}(x_l)$, where $\mathcal{S} \subset [d]$, $|\mathcal{S}| \ll d$. Assuming $φ_l$'s and $\mathcal{S}$ to be unknown, the problem of estimating $f$ from its samples has been studied extensively. In this work, we consider a generalized… ▽ More

    Submitted 18 April, 2016; originally announced April 2016.

    Comments: 23 pages, to appear in Proceedings of the 19th International Conference on Artificial Intelligence and Statistics (AISTATS) 2016

  18. arXiv:1512.04226  [pdf, ps, other

    cs.CG

    Random Sampling with Removal

    Authors: Kenneth L. Clarkson, Bernd Gärtner, Johannes Lengler, May Szedlak

    Abstract: We study randomized algorithms for constrained optimization, in abstract frameworks that include, in strictly increasing generality: convex programming; LP-type problems; violator spaces; and a setting we introduce, consistent spaces. Such algorithms typically involve a step of finding the optimal solution for a random sample of the constraints. They exploit the condition that, in finite dimension… ▽ More

    Submitted 31 May, 2019; v1 submitted 14 December, 2015; originally announced December 2015.

  19. arXiv:1412.3987  [pdf, other

    cs.CG cs.SC math.OC

    Efficient edge-skeleton computation for polytopes defined by oracles

    Authors: Ioannis Z. Emiris, Vissarion Fisikopoulos, Bernd Gärtner

    Abstract: In general dimension, there is no known total polynomial algorithm for either convex hull or vertex enumeration, i.e. an algorithm whose complexity depends polynomially on the input and output sizes. It is thus important to identify problems (and polytope representations) for which total polynomial-time algorithms can be obtained. We offer the first total polynomial-time algorithm for computing th… ▽ More

    Submitted 12 December, 2014; originally announced December 2014.

    Comments: 22 pages, 2 figures

    MSC Class: 52-XX; 14Qxx

    Journal ref: Journal of Symbolic Computation 2016

  20. arXiv:1412.1241  [pdf, other

    cs.CG cs.DS math.OC

    Combinatorial Redundancy Detection

    Authors: Komei Fukuda, Bernd Gärtner, May Szedlák

    Abstract: The problem of detecting and removing redundant constraints is fundamental in optimization. We focus on the case of linear programs (LPs) in dictionary form, given by $n$ equality constraints in $n+d$ variables, where the variables are constrained to be nonnegative. A variable $x_r$ is called redundant, if after removing $x_r \geq 0$ the LP still has the same feasible region. The time needed to so… ▽ More

    Submitted 3 December, 2014; originally announced December 2014.

  21. arXiv:1312.0232  [pdf, ps, other

    stat.ML cs.LG math.OC

    Stochastic continuum armed bandit problem of few linear parameters in high dimensions

    Authors: Hemant Tyagi, Sebastian Stich, Bernd Gärtner

    Abstract: We consider a stochastic continuum armed bandit problem where the arms are indexed by the $\ell_2$ ball $B_{d}(1+ν)$ of radius $1+ν$ in $\mathbb{R}^d$. The reward functions $r :B_{d}(1+ν) \rightarrow \mathbb{R}$ are considered to intrinsically depend on $k \ll d$ unknown linear parameters so that $r(\mathbf{x}) = g(\mathbf{A} \mathbf{x})$ where $\mathbf{A}$ is a full rank $k \times d$ matrix. Assu… ▽ More

    Submitted 30 May, 2017; v1 submitted 1 December, 2013; originally announced December 2013.

    Comments: Changes from previous version: (a) Corrected typos throughout. (b) In earlier version, regret was defined as a conditional expectation (and hence bounded w.h.p); this is changed to an expectation now resulting in minor changes in statements of Lemma 1, Theorems 1,2 and Corollary 1. See Remark 1. (c) Added Remark 3, and corrected statement of Proposition 3

  22. arXiv:1308.2495  [pdf, ps, other

    math.MG cs.DM math.CO math.OC

    Large Shadows from Sparse Inequalities

    Authors: Bernd Gärtner, Christian Helbling, Yoshiki Ota, Takeru Takahashi

    Abstract: The $d$-dimensional Goldfarb cube is a polytope with the property that all its $2^d$ vertices appear on some \emph{shadow} of it (projection onto a 2-dimensional plane). The Goldfarb cube is the solution set of a system of 2d linear inequalities with at most 3 variables per inequality. We show in this paper that the $d$-dimensional Klee-Minty cube --- constructed from inequalities with at most 2 v… ▽ More

    Submitted 12 August, 2013; originally announced August 2013.

    Comments: 10 pages

    MSC Class: 05A99

  23. arXiv:1304.5793  [pdf, ps, other

    cs.LG

    Continuum armed bandit problem of few variables in high dimensions

    Authors: Hemant Tyagi, Bernd Gärtner

    Abstract: We consider the stochastic and adversarial settings of continuum armed bandits where the arms are indexed by [0,1]^d. The reward functions r:[0,1]^d -> R are assumed to intrinsically depend on at most k coordinate variables implying r(x_1,..,x_d) = g(x_{i_1},..,x_{i_k}) for distinct and unknown i_1,..,i_k from {1,..,d} and some locally Holder continuous g:[0,1]^k -> R with exponent 0 < alpha <= 1.… ▽ More

    Submitted 22 August, 2014; v1 submitted 21 April, 2013; originally announced April 2013.

    Comments: (1) Appeared in proceedings of 11th Workshop on Approximation and Online Algorithms (WAOA 2013). (2) Corrected minor typos in previous version (3) 17 pages

  24. arXiv:1210.5114  [pdf, other

    math.OC

    Variable Metric Random Pursuit

    Authors: Sebastian U. Stich, Christian L. Müller, Bernd Gärtner

    Abstract: We consider unconstrained randomized optimization of smooth convex objective functions in the gradient-free setting. We analyze Random Pursuit (RP) algorithms with fixed (F-RP) and variable metric (V-RP). The algorithms only use zeroth-order information about the objective function and compute an approximate solution by repeated optimization over randomly chosen one-dimensional subspaces. The dist… ▽ More

    Submitted 30 September, 2014; v1 submitted 18 October, 2012; originally announced October 2012.

    Comments: 42 pages, 6 figures, 15 tables, submitted to journal, Version 3: majorly revised second part, i.e. Section 5 and Appendix

  25. arXiv:1112.0217  [pdf, ps, other

    math.OC cs.CC

    A Polynomial-Time Algorithm for the Tridiagonal and Hessenberg P-Matrix Linear Complementarity Problem

    Authors: Bernd Gärtner, Markus Sprecher

    Abstract: We give a polynomial-time dynamic programming algorithm for solving the linear complementarity problem with tridiagonal or, more generally, Hessenberg P-matrices. We briefly review three known tractable matrix classes and show that none of them contains all tridiagonal P-matrices.

    Submitted 1 December, 2011; originally announced December 2011.

    Comments: 4 pages, 3 figures

    MSC Class: 65K05; 90C33

  26. arXiv:1111.0194  [pdf, other

    math.OC cs.DS math.NA

    Optimization of Convex Functions with Random Pursuit

    Authors: Sebastian U. Stich, Christian L. Müller, Bernd Gärtner

    Abstract: We consider unconstrained randomized optimization of convex objective functions. We analyze the Random Pursuit algorithm, which iteratively computes an approximate solution to the optimization problem by repeated optimization over a randomly chosen one-dimensional subspace. This randomized method only uses zeroth-order information about the objective function and does not need any problem-specific… ▽ More

    Submitted 24 May, 2012; v1 submitted 1 November, 2011; originally announced November 2011.

    Comments: 35 pages, 5 figures, 8 algorithms, 21 tables, submitted to journal The appendix contains additional supporting online material, not contained in the journal version

  27. Counting Unique-Sink Orientations

    Authors: Jan Foniok, Bernd Gärtner, Lorenz Klaus, Markus Sprecher

    Abstract: Unique-sink orientations (USOs) are an abstract class of orientations of the n-cube graph. We consider some classes of USOs that are of interest in connection with the linear complementarity problem. We summarise old and show new lower and upper bounds on the sizes of some such classes. Furthermore, we provide a characterisation of K-matrices in terms of their corresponding USOs.

    Submitted 5 July, 2013; v1 submitted 7 December, 2010; originally announced December 2010.

    Comments: 13 pages; v2: proof of main theorem expanded, plus various other corrections. Now 16 pages; v3: minor corrections

    MSC Class: 90C33; 52B12; 05A16

    Journal ref: Discrete Appl. Math., 163/2, pp. 155-164, 2014

  28. arXiv:1002.2440  [pdf, other

    cs.CC cs.DS

    Optimal Lower Bounds for Projective List Update Algorithms

    Authors: Christoph Ambuehl, Bernd Gaertner, Bernhard von Stengel

    Abstract: The list update problem is a classical online problem, with an optimal competitive ratio that is still open, known to be somewhere between 1.5 and 1.6. An algorithm with competitive ratio 1.6, the smallest known to date, is COMB, a randomized combination of BIT and the TIMESTAMP algorithm TS. This and almost all other list update algorithms, like MTF, are projective in the sense that they can be d… ▽ More

    Submitted 8 March, 2012; v1 submitted 11 February, 2010; originally announced February 2010.

    Comments: Version 3 same as version 2, but date in LaTeX \today macro replaced by March 8, 2012

    MSC Class: 68W27; 68W40; 68P05; 68P10 ACM Class: F.1.2

    Journal ref: ACM Transactions on Algorithms (TALG) Volume 9, Issue 4, September 2013, Article 31, 18 pages

  29. arXiv:0906.4706  [pdf, ps, other

    cs.CG

    Clarksons Algorithm for Violator Spaces

    Authors: Yves Brise, Bernd Gärtner

    Abstract: Clarksons algorithm is a two-staged randomized algorithm for solving linear programs. This algorithm has been simplified and adapted to fit the framework of LP-type problems. In this framework we can tackle a number of non-linear problems such as computing the smallest enclosing ball of a set of points in R^d . In 2006, it has been shown that the algorithm in its original form works for violator… ▽ More

    Submitted 30 June, 2009; v1 submitted 25 June, 2009; originally announced June 2009.

    Comments: 21 pages

    ACM Class: G.1.6

  30. arXiv:0903.4856  [pdf, other

    cs.LG cs.AI cs.CV

    A Combinatorial Algorithm to Compute Regularization Paths

    Authors: Bernd Gärtner, Joachim Giesen, Martin Jaggi, Torsten Welsch

    Abstract: For a wide variety of regularization methods, algorithms computing the entire solution path have been developed recently. Solution path algorithms do not only compute the solution for one particular value of the regularization parameter but the entire path of solutions, making the selection of an optimal parameter much easier. Most of the currently used algorithms are not robust in the sense tha… ▽ More

    Submitted 27 March, 2009; originally announced March 2009.

    Comments: 7 Pages, 1 Figure

    ACM Class: F.2.2; I.5.1

  31. arXiv:0903.4817  [pdf, other

    cs.LG cs.CG cs.CV math.OC stat.ML

    An Exponential Lower Bound on the Complexity of Regularization Paths

    Authors: Bernd Gärtner, Martin Jaggi, Clément Maria

    Abstract: For a variety of regularized optimization problems in machine learning, algorithms computing the entire solution path have been developed recently. Most of these methods are quadratic programs that are parameterized by a single parameter, as for example the Support Vector Machine (SVM). Solution path algorithms do not only compute the solution for one particular value of the regularization paramet… ▽ More

    Submitted 25 October, 2012; v1 submitted 27 March, 2009; originally announced March 2009.

    Comments: Journal version, 28 Pages, 5 Figures

    MSC Class: 90C20 ACM Class: F.2.2; I.5.1

    Journal ref: Journal of Computational Geometry (JoCG) 3(1), 168-195, 2012

  32. arXiv:0807.2178  [pdf, ps, other

    cs.CG cs.DS

    Ranking Unit Squares with Few Visibilities

    Authors: Bernd Gärtner

    Abstract: Given a set of n unit squares in the plane, the goal is to rank them in space in such a way that only few squares see each other vertically. We prove that ranking the squares according to the lexicographic order of their centers results in at most 3n-7 pairwise visibilities for n at least 4. We also show that this bound is best possible, by exhibiting a set of n squares with at least 3n-7 pairwi… ▽ More

    Submitted 14 July, 2008; originally announced July 2008.

    Comments: 4 pages, 2 EPS-figures

  33. Pivoting in Linear Complementarity: Two Polynomial-Time Cases

    Authors: Jan Foniok, Komei Fukuda, Bernd Gärtner, Hans-Jakob Lüthi

    Abstract: We study the behavior of simple principal pivoting methods for the P-matrix linear complementarity problem (P-LCP). We solve an open problem of Morris by showing that Murty's least-index pivot rule (under any fixed index order) leads to a quadratic number of iterations on Morris's highly cyclic P-LCP examples. We then show that on K-matrix LCP instances, all pivot rules require only a linear num… ▽ More

    Submitted 28 March, 2009; v1 submitted 8 July, 2008; originally announced July 2008.

    Comments: 20 pages, v2: restructured and shortened, implemented referees' suggestions

    MSC Class: 90C33; 68Q25

    Journal ref: Discrete Comput. Geom., 42(2), pp. 187-205, 2009

  34. Violator Spaces: Structure and Algorithms

    Authors: Bernd Gärtner, Jirka Matousek, Leo Rüst, Petr Skovron

    Abstract: Sharir and Welzl introduced an abstract framework for optimization problems, called LP-type problems or also generalized linear programming problems, which proved useful in algorithm design. We define a new, and as we believe, simpler and more natural framework: violator spaces, which constitute a proper generalization of LP-type problems. We show that Clarkson's randomized algorithms for low-di… ▽ More

    Submitted 22 July, 2008; v1 submitted 20 June, 2006; originally announced June 2006.

    Comments: 28 pages, 5 figures, extended abstract was presented at ESA 2006; author spelling fixed

  35. arXiv:math/0502025  [pdf, ps, other

    math.CO math.OC

    Two New Bounds on the Random-Edge Simplex Algorithm

    Authors: Bernd Gärtner, Volker Kaibel

    Abstract: We prove that the Random-Edge simplex algorithm requires an expected number of at most 13n/sqrt(d) pivot steps on any simple d-polytope with n vertices. This is the first nontrivial upper bound for general polytopes. We also describe a refined analysis that potentially yields much better bounds for specific classes of polytopes. As one application, we show that for combinatorial d-cubes, the tri… ▽ More

    Submitted 15 July, 2008; v1 submitted 1 February, 2005; originally announced February 2005.

    Comments: 10 pages

    MSC Class: 90C05; 68W20

    Journal ref: SIAM Journal on Discrete Mathematics 21, 178-190 (2007)

  36. Muon transfer from deuterium to helium

    Authors: M. Augsburger, P. Ackerbauer, W. H. Breunlich, M. Cargnelli, D. Chatellard, J. -P. Egger, B. Gartner, F. J. Hartmann, O. Huot, R. Jacot-Guillarmod, P. Kammel, R. King, P. Knowles, A. Kosak, B. Lauss, J. Marton, M. Muehlbauer, F. Mulhauser, C. Petitjean, W. Prymas, L. A. Schaller, L. Schellenberg, H. Schneuwly, S. Tresch, T. von Egidy , et al. (1 additional authors not shown)

    Abstract: We report on an experiment at the Paul Scherrer Institute, Villigen, Switzerland measuring x rays from muon transfer from deuterium to helium. Both the ground state transfer via the exotic dmu3,4He* molecules and the excited state transfer from mud* were measured. The use of CCD detectors allowed x rays from 1.5 keV to 11 keV to be detected with sufficient energy resolution to separate the trans… ▽ More

    Submitted 4 June, 2003; v1 submitted 19 February, 2003; originally announced February 2003.

    Comments: 9 pages, 11 figures

    Journal ref: Phys.Rev. A68 (2003) 022712

  37. arXiv:nucl-ex/0202011  [pdf, ps, other

    nucl-ex

    Precise Measurement of Muon Capture on the Proton

    Authors: P. Kammel, V. A. Andreev, D. V. Balin, R. M. Carey, T. Case, D. B. Chitwood, S. M. Clayton, K. M. Crowe, J. Deutsch, P. T. Debevec, P. U. Dick, A. Dijksman, J. Egger, D. Fahrni, A. A. Fetisov, S. J. Freedman, V. A. Ganzha, B. Gartner, J. Govaerts, F. E. Gray, F. J. Hartmann, W. D. Herold, D. W. Hertzog, V. I. Jatsoura, A. G. Krivshich , et al. (16 additional authors not shown)

    Abstract: The aim of the MuCap experiment is a 1% measurement of the singlet capture rate Lambda_S for the basic electro-weak reaction mu + p -> n + nu_mu. This observable is sensitive to the weak form-factors of the nucleon, in particular to the induced pseudoscalar coupling constant g_P. It will provide a rigorous test of theoretical predictions based on the Standard Model and effective theories of QCD.… ▽ More

    Submitted 12 February, 2002; originally announced February 2002.

    Comments: Int. RIKEN Conf. on Muon Catalyzed Fusion and Related Exotic Atoms, April 2001, Shimoda, Japan, to be published in Hyperfine Interactions

  38. arXiv:physics/9709029  [pdf, ps, other

    physics.atom-ph

    Excited State Muon Transfer in Hydrogen/Deuterium Mixtures

    Authors: B. Lauss, P. Ackerbauer, W. H. Breunlich, B. Gartner, M. Jeitler, P. Kammel, J. Marton, W. Prymas, J. Zmeskal, D. Chatellard, J. -P. Egger, E. Jeannet, H. Daniel, F. J. Hartmann, A. Kosak, C. Petitjean

    Abstract: We report the first direct observation of excited state muon transfer in hydrogen/deuterium mixtures by direct measurement of q_1s, the probability that a mu-p atom, which is initially formed in an excited state, reaches the 1s ground state. The dependence of q_1s on deuterium concentration c_d was measured for two different densities at cryogenic temperatures using charge coupled devices (CCDs)… ▽ More

    Submitted 19 September, 1997; originally announced September 1997.

    Comments: 4 figures

    Journal ref: Physical Review Letters 76,25 (1996) 4693-4696

  39. X-ray emission during the muonic cascade in hydrogen

    Authors: B. Lauss, P. Ackerbauer, W. H. Breunlich, B. Gartner, M. Jeitler, P. Kammel, J. Marton, W. Prymas, J. Zmeskal, D. Chatellard, J. -P. Egger, E. Jeannet, H. Daniel, F. J. Hartmann, A. Kosak, C. Petitjean

    Abstract: We report our investigations of X rays emitted during the muonic cascade in hydrogen employing charge coupled devices as X-ray detectors. The density dependence of the relative X-ray yields for the muonic hydrogen lines (K_alpha, K_beta, K_gamma) has been measured at densities between 0.00115 and 0.97 of liquid hydrogen density. In this density region collisional processes dominate the cascade d… ▽ More

    Submitted 19 September, 1997; originally announced September 1997.

    Comments: 5 pages, Tex, 4 figures, submitted to Physical Review Letters