Zum Hauptinhalt springen

Showing 1–23 of 23 results for author: Eisenbrand, F

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

    cs.DS

    Sensitivity, Proximity and FPT Algorithms for Exact Matroid Problems

    Authors: Friedrich Eisenbrand, Lars Rohwedder, Karol Węgrzycki

    Abstract: We consider the problem of finding a basis of a matroid with weight exactly equal to a given target. Here weights can be discrete values from $\{-Δ,\ldots,Δ\}$ or more generally $m$-dimensional vectors of such discrete values. We resolve the parameterized complexity completely, by presenting an FPT algorithm parameterized by $Δ$ and $m$ for arbitrary matroids. Prior to our work, no such algorithms… ▽ More

    Submitted 24 August, 2024; v1 submitted 4 April, 2024; originally announced April 2024.

  2. arXiv:2312.02057  [pdf, ps, other

    cs.CG

    An improved bound on sums of square roots via the subspace theorem

    Authors: Friedrich Eisenbrand, Matthieu Haeberle, Neta Singer

    Abstract: The sum of square roots is as follows: Given $x_1,\dots,x_n \in \mathbb{Z}$ and $a_1,\dots,a_n \in \mathbb{N}$ decide whether $ E=\sum_{i=1}^n x_i \sqrt{a_i} \geq 0$. It is a prominent open problem (Problem 33 of the Open Problems Project), whether this can be decided in polynomial time. The state-of-the-art methods rely on separation bounds, which are lower bounds on the minimum nonzero absolute… ▽ More

    Submitted 4 December, 2023; originally announced December 2023.

  3. arXiv:2305.06732  [pdf, ps, other

    cs.DM

    Integer points in the degree-sequence polytope

    Authors: Eleonore Bach, Friedrich Eisenbrand, Rom Pinchasi

    Abstract: An integer vector $b \in \mathbb{Z}^d$ is a degree sequence if there exists a hypergraph with vertices $\{1,\dots,d\}$ such that each $b_i$ is the number of hyperedges containing $i$. The degree-sequence polytope $\mathscr{Z}^d$ is the convex hull of all degree sequences. We show that all but a $2^{-Ω(d)}$ fraction of integer vectors in the degree sequence polytope are degree sequences. Furthermor… ▽ More

    Submitted 11 May, 2023; originally announced May 2023.

    Comments: 14 pages

  4. arXiv:2211.03859  [pdf, other

    math.OC cs.CC cs.DM cs.DS math.CO

    From approximate to exact integer programming

    Authors: Daniel Dadush, Friedrich Eisenbrand, Thomas Rothvoss

    Abstract: Approximate integer programming is the following: For a convex body $K \subseteq \mathbb{R}^n$, either determine whether $K \cap \mathbb{Z}^n$ is empty, or find an integer point in the convex body scaled by $2$ from its center of gravity $c$. Approximate integer programming can be solved in time $2^{O(n)}$ while the fastest known methods for exact integer programming run in time… ▽ More

    Submitted 8 April, 2024; v1 submitted 7 November, 2022; originally announced November 2022.

    MSC Class: 15A; 52B; 52C; 68Q; 68R; 68W; 90B; 90C ACM Class: F.2.2; G.1.6

  5. arXiv:2107.06571  [pdf, other

    cs.CG cs.DS

    A QPTAS for stabbing rectangles

    Authors: Friedrich Eisenbrand, Martina Gallato, Ola Svensson, Moritz Venzin

    Abstract: We consider the following geometric optimization problem: Given $ n $ axis-aligned rectangles in the plane, the goal is to find a set of horizontal segments of minimum total length such that each rectangle is stabbed. A segment stabs a rectangle if it intersects both its left and right edge. As such, this stabbing problem falls into the category of weighted geometric set cover problems for which t… ▽ More

    Submitted 14 July, 2021; originally announced July 2021.

  6. arXiv:2012.11742  [pdf, other

    cs.DS cs.CC math.OC

    Efficient sequential and parallel algorithms for multistage stochastic integer programming using proximity

    Authors: Jana Cslovjecsek, Friedrich Eisenbrand, Michał Pilipczuk, Moritz Venzin, Robert Weismantel

    Abstract: We consider the problem of solving integer programs of the form $\min \{\,c^\intercal x\ \colon\ Ax=b, x\geq 0\}$, where $A$ is a multistage stochastic matrix in the following sense: the primal treedepth of $A$ is bounded by a parameter $d$, which means that the columns of $A$ can be organized into a rooted forest of depth at most $d$ so that columns not bound by the ancestor/descendant relation i… ▽ More

    Submitted 21 December, 2020; originally announced December 2020.

    Comments: 23 pages, 2 figures

  7. arXiv:2005.04957  [pdf, other

    cs.CG cs.DS

    Approximate $\mathrm{CVP}_{p}$ in time $2^{0.802 \, n}$

    Authors: Friedrich Eisenbrand, Moritz Venzin

    Abstract: We show that a constant factor approximation of the shortest and closest lattice vector problem w.r.t. any $\ell_p$-norm can be computed in time $2^{(0.802 +ε)\, n}$. This matches the currently fastest constant factor approximation algorithm for the shortest vector problem w.r.t. $\ell_2$. To obtain our result, we combine the latter algorithm w.r.t. $\ell_2$ with geometric insights related to cove… ▽ More

    Submitted 16 June, 2020; v1 submitted 11 May, 2020; originally announced May 2020.

    Comments: We improved the introduction and added the case $p \in [1,2)$

  8. arXiv:2002.07745  [pdf, other

    cs.CC math.OC

    Block-Structured Integer and Linear Programming in Strongly Polynomial and Near Linear Time

    Authors: Jana Cslovjecsek, Friedrich Eisenbrand, Christoph Hunkenschröder, Lars Rohwedder, Robert Weismantel

    Abstract: We consider integer and linear programming problems for which the linear constraints exhibit a (recursive) block-structure: The problem decomposes into independent and efficiently solvable sub-problems if a small number of constraints is deleted. A prominent example are $n$-fold integer programming problems and their generalizations which have received considerable attention in the recent literatu… ▽ More

    Submitted 3 August, 2020; v1 submitted 18 February, 2020; originally announced February 2020.

  9. arXiv:1904.01361  [pdf, other

    math.OC cs.CC cs.DM cs.DS math.CO

    An Algorithmic Theory of Integer Programming

    Authors: Friedrich Eisenbrand, Christoph Hunkenschröder, Kim-Manuel Klein, Martin Koutecký, Asaf Levin, Shmuel Onn

    Abstract: We study the general integer programming problem where the number of variables $n$ is a variable part of the input. We consider two natural parameters of the constraint matrix $A$: its numeric measure $a$ and its sparsity measure $d$. We show that integer programming can be solved in time $g(a,d)\textrm{poly}(n,L)$, where $g$ is some computable function of the parameters $a$ and $d$, and $L$ is th… ▽ More

    Submitted 29 July, 2022; v1 submitted 2 April, 2019; originally announced April 2019.

    Comments: Revision 3: - corrections to specified complexities (infinite bounds, feasibility, etc.)

    MSC Class: 15A; 52B; 52C; 68Q; 68R; 68W; 90B; 90C ACM Class: F.2.2; G.1.6

  10. arXiv:1809.09521  [pdf, other

    cs.DM

    Diversity maximization in doubling metrics

    Authors: Alfonso Cevallos, Friedrich Eisenbrand, Sarah Morell

    Abstract: Diversity maximization is an important geometric optimization problem with many applications in recommender systems, machine learning or search engines among others. A typical diversification problem is as follows: Given a finite metric space $(X,d)$ and a parameter $k \in \mathbb{N}$, find a subset of $k$ elements of $X$ that has maximum diversity. There are many functions that measure diversity.… ▽ More

    Submitted 25 September, 2018; originally announced September 2018.

    Comments: ISAAC 2018

    ACM Class: F.2.2; G.1.6

  11. arXiv:1802.06289  [pdf, ps, other

    cs.DM cs.DS

    Faster Algorithms for Integer Programs with Block Structure

    Authors: Friedrich Eisenbrand, Christoph Hunkenschröder, Kim-Manuel Klein

    Abstract: We consider integer programming problems $\max \{ c^T x : \mathcal{A} x = b, l \leq x \leq u, x \in \mathbb{Z}^{nt}\}$ where $\mathcal{A}$ has a (recursive) block-structure generalizing "$n$-fold integer programs" which recently received considerable attention in the literature. An $n$-fold IP is an integer program where $\mathcal{A}$ consists of $n$ repetitions of submatrices… ▽ More

    Submitted 17 February, 2018; originally announced February 2018.

  12. arXiv:1707.00481  [pdf, other

    cs.DM

    Proximity results and faster algorithms for Integer Programming using the Steinitz Lemma

    Authors: Friedrich Eisenbrand, Robert Weismantel

    Abstract: We consider integer programming problems in standard form $\max \{c^Tx : Ax = b, \, x\geq 0, \, x \in Z^n\}$ where $A \in Z^{m \times n}$, $b \in Z^m$ and $c \in Z^n$. We show that such an integer program can be solved in time $(m Δ)^{O(m)} \cdot \|b\|_\infty^2$, where $Δ$ is an upper bound on each absolute value of an entry in $A$. This improves upon the longstanding best bound of Papadimitriou (… ▽ More

    Submitted 7 June, 2019; v1 submitted 3 July, 2017; originally announced July 2017.

    Comments: We achieve much milder dependence of the running time on the largest entry in $b$

  13. arXiv:1607.04557  [pdf, ps, other

    cs.DS cs.CG cs.DM

    Local Search for Max-Sum Diversification

    Authors: Alfonso Cevallos, Friedrich Eisenbrand, Rico Zenklusen

    Abstract: We provide simple and fast polynomial time approximation schemes (PTASs) for several variants of the max-sum diversification problem which, in its most basic form, is as follows: Given n points p_1,...,p_n in R^d and an integer k, select k points such that the average Euclidean distance between these points is maximized. This problem commonly appears in information retrieval and web-search in orde… ▽ More

    Submitted 15 July, 2016; originally announced July 2016.

    ACM Class: F.2.2; G.1.6

  14. arXiv:1511.07077  [pdf, other

    cs.DS cs.CG cs.DM

    Max-sum diversity via convex programming

    Authors: Alfonso Cevallos, Friedrich Eisenbrand, Rico Zenklusen

    Abstract: Diversity maximization is an important concept in information retrieval, computational geometry and operations research. Usually, it is a variant of the following problem: Given a ground set, constraints, and a function $f(\cdot)$ that measures diversity of a subset, the task is to select a feasible subset $S$ such that $f(S)$ is maximized. The \emph{sum-dispersion} function… ▽ More

    Submitted 22 November, 2015; originally announced November 2015.

  15. arXiv:1504.06919  [pdf, ps, other

    cs.DM

    Node-balancing by edge-increments

    Authors: Friedrich Eisenbrand, Shay Moran, Rom Pinchasi, Martin Skutella

    Abstract: Suppose you are given a graph $G=(V,E)$ with a weight assignment $w:V\rightarrow\mathbb{Z}$ and that your objective is to modify $w$ using legal steps such that all vertices will have the same weight, where in each legal step you are allowed to choose an edge and increment the weights of its end points by $1$. In this paper we study several variants of this problem for graphs and hypergraphs. On… ▽ More

    Submitted 2 July, 2015; v1 submitted 26 April, 2015; originally announced April 2015.

    Comments: 10 pages

  16. arXiv:1406.3512  [pdf, other

    cs.CG

    On largest volume simplices and sub-determinants

    Authors: Marco Di Summa, Friedrich Eisenbrand, Yuri Faenza, Carsten Moldenhauer

    Abstract: We show that the problem of finding the simplex of largest volume in the convex hull of $n$ points in $\mathbb{Q}^d$ can be approximated with a factor of $O(\log d)^{d/2}$ in polynomial time. This improves upon the previously best known approximation guarantee of $d^{(d-1)/2}$ by Khachiyan. On the other hand, we show that there exists a constant $c>1$ such that this problem cannot be approximated… ▽ More

    Submitted 13 June, 2014; originally announced June 2014.

  17. arXiv:1404.1568  [pdf, ps, other

    cs.DS cs.CG

    Geometric Random Edge

    Authors: Friedrich Eisenbrand, Santosh Vempala

    Abstract: We show that a variant of the random-edge pivoting rule results in a strongly polynomial time simplex algorithm for linear programs $\max\{c^Tx \colon Ax\leq b\}$, whose constraint matrix $A$ satisfies a geometric property introduced by Brunsch and Röglin: The sine of the angle of a row of $A$ to a hyperplane spanned by $n-1$ other rows of $A$ is at least $δ$. This property is a geometric generali… ▽ More

    Submitted 21 March, 2016; v1 submitted 6 April, 2014; originally announced April 2014.

  18. arXiv:1207.0979  [pdf, ps, other

    cs.CC math.NT

    Minimizing the number of lattice points in a translated polygon

    Authors: Friedrich Eisenbrand, Nicolai Hähnle

    Abstract: The parametric lattice-point counting problem is as follows: Given an integer matrix $A \in Z^{m \times n}$, compute an explicit formula parameterized by $b \in R^m$ that determines the number of integer points in the polyhedron $\{x \in R^n : Ax \leq b\}$. In the last decade, this counting problem has received considerable attention in the literature. Several variants of Barvinok's algorithm have… ▽ More

    Submitted 4 July, 2012; originally announced July 2012.

    MSC Class: 11H06; 68Q25

  19. arXiv:1108.4272  [pdf, ps, other

    math.CO cs.CG

    On sub-determinants and the diameter of polyhedra

    Authors: Nicolas Bonifas, Marco Di Summa, Friedrich Eisenbrand, Nicolai Hähnle, Martin Niemeier

    Abstract: We derive a new upper bound on the diameter of a polyhedron P = {x \in R^n : Ax <= b}, where A \in Z^{m\timesn}. The bound is polynomial in n and the largest absolute value of a sub-determinant of A, denoted by Δ. More precisely, we show that the diameter of P is bounded by O(Δ^2 n^4 log nΔ). If P is bounded, then we show that the diameter of P is at most O(Δ^2 n^3.5 log nΔ). For the special cas… ▽ More

    Submitted 29 April, 2014; v1 submitted 22 August, 2011; originally announced August 2011.

  20. arXiv:1012.3295  [pdf, ps, other

    cs.DM

    Set Covering with Ordered Replacement -- Additive and Multiplicative Gaps

    Authors: Friedrich Eisenbrand, Naonori Kakimura, Thomas Rothvoß, Laura Sanità

    Abstract: We consider set covering problems where the underlying set system satisfies a particular replacement property w.r.t. a given partial order on the elements: Whenever a set is in the set system then a set stemming from it via the replacement of an element by a smaller element is also in the set system. Many variants of BIN PACKING that have appeared in the literature are such set covering problems w… ▽ More

    Submitted 15 December, 2010; originally announced December 2010.

  21. arXiv:1012.2289  [pdf, ps, other

    cs.DS cs.CG

    Covering Cubes and the Closest Vector Problem

    Authors: Friedrich Eisenbrand, Nicolai Hähnle, Martin Niemeier

    Abstract: We provide the currently fastest randomized (1+epsilon)-approximation algorithm for the closest vector problem in the infinity norm. The running time of our method depends on the dimension n and the approximation guarantee epsilon by 2^O(n) (log 1/epsilon)^O(n)$ which improves upon the (2+1/epsilon)^O(n) running time of the previously best algorithm by Blömer and Naewe. Our algorithm is based on… ▽ More

    Submitted 10 December, 2010; originally announced December 2010.

  22. arXiv:1007.2170  [pdf, ps, other

    cs.DM math.CO math.OC

    Bin Packing via Discrepancy of Permutations

    Authors: Friedrich Eisenbrand, Dömötör Pálvölgyi, Thomas Rothvoß

    Abstract: A well studied special case of bin packing is the 3-partition problem, where n items of size > 1/4 have to be packed in a minimum number of bins of capacity one. The famous Karmarkar-Karp algorithm transforms a fractional solution of a suitable LP relaxation for this problem into an integral solution that requires at most O(log n) additional bins. The three-permutations-problem of Beck is the fo… ▽ More

    Submitted 2 February, 2012; v1 submitted 13 July, 2010; originally announced July 2010.

    Comments: Journal version of SODA'11 paper

  23. Flow Faster: Efficient Decision Algorithms for Probabilistic Simulations

    Authors: Lijun Zhang, Holger Hermanns, Friedrich Eisenbrand, David N. Jansen

    Abstract: Strong and weak simulation relations have been proposed for Markov chains, while strong simulation and strong probabilistic simulation relations have been proposed for probabilistic automata. However, decision algorithms for strong and weak simulation over Markov chains, and for strong simulation over probabilistic automata are not efficient, which makes it as yet unclear whether they can be use… ▽ More

    Submitted 18 November, 2008; v1 submitted 27 August, 2008; originally announced August 2008.

    Comments: LMCS

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

    Journal ref: Logical Methods in Computer Science, Volume 4, Issue 4 (November 11, 2008) lmcs:989