Skip to main content

Showing 1–50 of 66 results for author: Gleixner, A

.
  1. arXiv:2405.19770  [pdf, other

    math.OC

    MIP-DD: A Delta Debugger for Mixed Integer Programming Solvers

    Authors: Alexander Hoen, Dominik Kamp, Ambros Gleixner

    Abstract: The recent performance improvements in mixed-integer programming (MIP) went along with a significantly increased complexity of the codes of MIP solvers, which poses challenges in fixing implementation errors. In this paper, we introduce MIP-DD, a solver-independent tool, which is, to the best of our knowledge, the first open-source delta debugger for MIP. Delta debugging is a hypothesis-trial-resu… ▽ More

    Submitted 6 June, 2024; v1 submitted 30 May, 2024; originally announced May 2024.

  2. arXiv:2403.19411  [pdf, other

    math.OC

    A diving heuristic for mixed-integer problems with unbounded semi-continuous variables

    Authors: Katrin Halbig, Alexander Hoen, Ambros Gleixner, Jakob Witzig, Dieter Weninger

    Abstract: Semi-continuous decision variables arise naturally in many real-world applications. They are defined to take either value zero or any value within a specified range, and occur mainly to prevent small nonzero values in the solution. One particular challenge that can come with semi-continuous variables in practical models is that their upper bound may be large or even infinite. In this article, we b… ▽ More

    Submitted 28 March, 2024; originally announced March 2024.

    MSC Class: 90C10; 90C59; 90C90

  3. arXiv:2403.13567  [pdf, other

    math.OC

    Certified Constraint Propagation and Dual Proof Analysis in a Numerically Exact MIP Solver

    Authors: Sander Borst, Leon Eifler, Ambros Gleixner

    Abstract: This paper presents the integration of constraint propagation and dual proof analysis in an exact, roundoff-error-free MIP solver. The authors employ safe rounding methods to ensure that all results remain provably correct, while sacrificing as little computational performance as possible in comparison to a pure floating-point implementation. The study also addresses the adaptation of certificatio… ▽ More

    Submitted 20 March, 2024; originally announced March 2024.

  4. arXiv:2402.17702  [pdf, other

    math.OC

    The SCIP Optimization Suite 9.0

    Authors: Suresh Bolusani, Mathieu Besançon, Ksenia Bestuzheva, Antonia Chmiela, João Dionísio, Tim Donkiewicz, Jasper van Doornmalen, Leon Eifler, Mohammed Ghannam, Ambros Gleixner, Christoph Graczyk, Katrin Halbig, Ivo Hedtke, Alexander Hoen, Christopher Hojny, Rolf van der Hulst, Dominik Kamp, Thorsten Koch, Kevin Kofler, Jurgen Lentz, Julian Manns, Gioni Mexi, Erik Mühmer, Marc E. Pfetsch, Franziska Schlösser , et al. (6 additional authors not shown)

    Abstract: The SCIP Optimization Suite provides a collection of software packages for mathematical optimization, centered around the constraint integer programming (CIP) framework SCIP. This report discusses the enhancements and extensions included in the SCIP Optimization Suite 9.0. The updates in SCIP 9.0 include improved symmetry handling, additions and improvements of nonlinear handlers and primal heuris… ▽ More

    Submitted 27 February, 2024; originally announced February 2024.

    Comments: The release report of the SCIP Optimization Suite version 9.0

    MSC Class: 90C05; 90C10; 90C11; 90C30; 90C90; 65Y05

  5. arXiv:2401.17937  [pdf, other

    math.OC cs.DM

    Branch and Price for the Length-Constrained Cycle Partition Problem

    Authors: Mohammed Ghannam, Gioni Mexi, Edward Lam, Ambros Gleixner

    Abstract: The length-constrained cycle partition problem (LCCP) is a graph optimization problem in which a set of nodes must be partitioned into a minimum number of cycles. Every node is associated with a critical time and the length of every cycle must not exceed the critical time of any node in the cycle. We formulate LCCP as a set partitioning model and solve it using an exact branch-and-price approach.… ▽ More

    Submitted 2 February, 2024; v1 submitted 31 January, 2024; originally announced January 2024.

  6. arXiv:2401.09277  [pdf, other

    math.OC

    Certifying MIP-based Presolve Reductions for 0-1 Integer Linear Programs

    Authors: Alexander Hoen, Andy Oertel, Ambros Gleixner, Jakob Nordström

    Abstract: It is well known that reformulating the original problem can be crucial for the performance of mixed-integer programming (MIP) solvers. To ensure correctness, all transformations must preserve the fea sibility status and optimal value of the problem, but there is currently no established methodology to express and verify the equivalence of two mixed-integer programs. In this work, we take a first… ▽ More

    Submitted 20 March, 2024; v1 submitted 17 January, 2024; originally announced January 2024.

  7. arXiv:2401.08412  [pdf, ps, other

    math.OC

    Branch and Cut for Partitioning a Graph into a Cycle of Clusters

    Authors: Leon Eifler, Jakob Witzig, Ambros Gleixner

    Abstract: In this paper we study formulations and algorithms for the cycle clustering problem, a partitioning problem over the vertex set of a directed graph with nonnegative arc weights that is used to identify cyclic behavior in simulation data generated from nonreversible Markov state models. Here, in addition to partitioning the vertices into a set of coherent clusters, the resulting clusters must be or… ▽ More

    Submitted 16 January, 2024; originally announced January 2024.

    MSC Class: 65K05; 90C11; 60-xx

  8. arXiv:2311.14834  [pdf, other

    math.OC

    The MIP Workshop 2023 Computational Competition on Reoptimization

    Authors: Suresh Bolusani, Mathieu Besançon, Ambros Gleixner, Timo Berthold, Claudia D'Ambrosio, Gonzalo Muñoz, Joseph Paat, Dimitri Thomopulos

    Abstract: This paper describes the computational challenge developed for a computational competition held in 2023 for the $20^{\textrm{th}}$ anniversary of the Mixed Integer Programming Workshop. The topic of this competition was reoptimization, also known as warm starting, of mixed integer linear optimization problems after slight changes to the input data for a common formulation. The challenge was to acc… ▽ More

    Submitted 29 November, 2023; v1 submitted 24 November, 2023; originally announced November 2023.

    Comments: Benchmarking datasets for reoptimization, also known as warm starting, of mixed integer linear optimization problems

    MSC Class: 90-08; 90C11; 90C57

  9. arXiv:2311.08037  [pdf, other

    math.OC

    Combining Precision Boosting with LP Iterative Refinement for Exact Linear Optimization

    Authors: Leon Eifler, Jules Nicolas-Thouvenin, Ambros Gleixner

    Abstract: This article studies a combination of the two state-of-the-art algorithms for the exact solution of linear programs (LPs) over the rational numbers, i.e., without any roundoff errors or numerical tolerances. By integrating the method of precision boosting inside an LP iterative refinement loop, the combined algorithm is able to leverage the strengths of both methods: the speed of LP iterative refi… ▽ More

    Submitted 14 November, 2023; originally announced November 2023.

    MSC Class: 65K05; 90C11; 90-08

  10. arXiv:2311.03877  [pdf, ps, other

    math.OC

    A proof system for certifying symmetry and optimality reasoning in integer programming

    Authors: Jasper van Doornmalen, Leon Eifler, Ambros Gleixner, Christopher Hojny

    Abstract: We present a proof system for establishing the correctness of results produced by optimization algorithms, with a focus on mixed-integer programming (MIP). Our system generalizes the seminal work of Bogaerts, Gocht, McCreesh, and Nordström (2022) for binary programs to handle any additional difficulties arising from unbounded and continuous variables, and covers a broad range of solving techniques… ▽ More

    Submitted 8 November, 2023; v1 submitted 7 November, 2023; originally announced November 2023.

    MSC Class: 05-XX COMBINATORICS; 90-XX OPERATIONS RESEARCH; MATHEMATICAL PROGRAMMING

  11. arXiv:2307.14166  [pdf, other

    math.OC cs.DM

    Improving Conflict Analysis in MIP Solvers by Pseudo-Boolean Reasoning

    Authors: Gioni Mexi, Timo Berthold, Ambros Gleixner, Jakob Nordström

    Abstract: Conflict analysis has been successfully generalized from Boolean satisfiability (SAT) solving to mixed integer programming (MIP) solvers, but although MIP solvers operate with general linear inequalities, the conflict analysis in MIP has been limited to reasoning with the more restricted class of clausal constraint. This is in contrast to how conflict analysis is performed in so-called pseudo-Bool… ▽ More

    Submitted 26 July, 2023; originally announced July 2023.

  12. arXiv:2307.11800  [pdf, other

    cs.NE math.OC

    Hybrid Genetic Search for Dynamic Vehicle Routing with Time Windows

    Authors: Mohammed Ghannam, Ambros Gleixner

    Abstract: The dynamic vehicle routing problem with time windows (DVRPTW) is a generalization of the classical VRPTW to an online setting, where customer data arrives in batches and real-time routing solutions are required. In this paper we adapt the Hybrid Genetic Search (HGS) algorithm, a successful heuristic for VRPTW, to the dynamic variant. We discuss the affected components of the HGS algorithm includi… ▽ More

    Submitted 26 July, 2023; v1 submitted 21 July, 2023; originally announced July 2023.

  13. arXiv:2307.03466  [pdf, ps, other

    math.OC cs.MS

    Scylla: a matrix-free fix-propagate-and-project heuristic for mixed-integer optimization

    Authors: Gioni Mexi, Mathieu Besançon, Suresh Bolusani, Antonia Chmiela, Alexander Hoen, Ambros Gleixner

    Abstract: We introduce Scylla, a primal heuristic for mixed-integer optimization problems. It exploits approximate solves of the Linear Programming relaxations through the matrix-free Primal-Dual Hybrid Gradient algorithm with specialized termination criteria, and derives integer-feasible solutions via fix-and-propagate procedures and feasibility-pump-like updates to the objective function. Computational ex… ▽ More

    Submitted 26 July, 2023; v1 submitted 7 July, 2023; originally announced July 2023.

  14. arXiv:2304.12145  [pdf, other

    math.OC

    Strengthening SONC Relaxations with Constraints Derived from Variable Bounds

    Authors: Ksenia Bestuzheva, Helena Völker, Ambros Gleixner

    Abstract: Nonnegativity certificates can be used to obtain tight dual bounds for polynomial optimization problems. Hierarchies of certificate-based relaxations ensure convergence to the global optimum, but higher levels of such hierarchies can become very computationally expensive, and the well-known sums of squares hierarchies scale poorly with the degree of the polynomials. This has motivated research int… ▽ More

    Submitted 24 April, 2023; originally announced April 2023.

    Report number: ZIB report 23-03 MSC Class: 90C23; 90C26; 90C30; 90C57; 90-08; 14-04

  15. arXiv:2304.03755  [pdf, other

    math.OC cs.AI cs.LG

    Online Learning for Scheduling MIP Heuristics

    Authors: Antonia Chmiela, Ambros Gleixner, Pawel Lichocki, Sebastian Pokutta

    Abstract: Mixed Integer Programming (MIP) is NP-hard, and yet modern solvers often solve large real-world problems within minutes. This success can partially be attributed to heuristics. Since their behavior is highly instance-dependent, relying on hard-coded rules derived from empirical testing on a large heterogeneous corpora of benchmark instances might lead to sub-optimal performance. In this work, we p… ▽ More

    Submitted 4 April, 2023; originally announced April 2023.

    Comments: Published in the Proceedings of CPAIOR 2023

  16. arXiv:2303.12365  [pdf, other

    math.OC

    Safe and Verified Gomory Mixed Integer Cuts in a Rational MIP Framework

    Authors: Leon Eifler, Ambros Gleixner

    Abstract: This paper is concerned with the exact solution of mixed-integer programs (MIPs) over the rational numbers, i.e., without any roundoff errors and error tolerances. Here, one computational bottleneck that should be avoided whenever possible is to employ large-scale symbolic computations. Instead it is often possible to use safe directed rounding methods, e.g., to generate provably correct dual boun… ▽ More

    Submitted 7 November, 2023; v1 submitted 22 March, 2023; originally announced March 2023.

    MSC Class: 65K05; 90C11; 90-08

  17. Enabling Research through the SCIP Optimization Suite 8.0

    Authors: Ksenia Bestuzheva, Mathieu Besançon, Wei-Kun Chen, Antonia Chmiela, Tim Donkiewicz, Jasper van Doornmalen, Leon Eifler, Oliver Gaul, Gerald Gamrath, Ambros Gleixner, Leona Gottwald, Christoph Graczyk, Katrin Halbig, Alexander Hoen, Christopher Hojny, Rolf van der Hulst, Thorsten Koch, Marco Lübbecke, Stephen J. Maher, Frederic Matter, Erik Mühmer, Benjamin Müller, Marc E. Pfetsch, Daniel Rehfeldt, Steffan Schlein , et al. (10 additional authors not shown)

    Abstract: The SCIP Optimization Suite provides a collection of software packages for mathematical optimization centered around the constraint integer programming framework SCIP. The focus of this paper is on the role of the SCIP Optimization Suite in supporting research. SCIP's main design principles are discussed, followed by a presentation of the latest performance improvements and developments in version… ▽ More

    Submitted 13 March, 2023; originally announced March 2023.

    Comments: arXiv admin note: substantial text overlap with arXiv:2112.08872

    MSC Class: 90C05; 90C10; 90C11; 90C30; 90C90; 65Y05

  18. arXiv:2211.13545  [pdf, ps, other

    math.OC

    Efficient Separation of RLT Cuts for Implicit and Explicit Bilinear Terms

    Authors: Ksenia Bestuzheva, Ambros Gleixner, Tobias Achterberg

    Abstract: The reformulation-linearization technique (RLT) is a prominent approach to constructing tight linear relaxations of non-convex continuous and mixed-integer optimization problems. The goal of this paper is to extend the applicability and improve the performance of RLT for bilinear product relations. First, a method for detecting bilinear product relations implicitly contained in mixed-integer linea… ▽ More

    Submitted 22 May, 2024; v1 submitted 24 November, 2022; originally announced November 2022.

    Comments: 28 pages, 0 figures. This is a revision of the extended version of the article published in: Integer Programming and Combinatorial Optimization: 24th International Conference, IPCO 2023

    Report number: ZIB Report 22-24 MSC Class: 90-08; 90C11; 90C20; 90C26; 90C57

  19. arXiv:2211.05518  [pdf, ps, other

    math.OC

    Strengthening SONC Relaxations with Constraints Derived from Variable Bounds

    Authors: Ksenia Bestuzheva, Ambros Gleixner, Helena Völker

    Abstract: Certificates of polynomial nonnegativity can be used to obtain tight dual bounds for polynomial optimization problems. We consider Sums of Nonnegative Circuit (SONC) polynomials certificates, which are well suited for sparse problems since the computational cost depends only on the number of terms in the polynomials and does not depend on the degrees of the polynomials. This work is a first step t… ▽ More

    Submitted 10 November, 2022; originally announced November 2022.

    Comments: 4 pages, 0 figures, published in proceedings of the Hungarian Global Optimization Workshop HUGO 2022

    Report number: ZIB Report 22-23 MSC Class: 90C23; 90C26; 90C30; 90C57; 90-08; 14-04

  20. arXiv:2206.10709  [pdf, ps, other

    math.OC

    PaPILO: A Parallel Presolving Library for Integer and Linear Programming with Multiprecision Support

    Authors: Ambros Gleixner, Leona Gottwald, Alexander Hoen

    Abstract: Presolving has become an essential component of modern MIP solvers both in terms of computational performance and numerical robustness. In this paper, we present PaPILO, a new C++ header-only library that provides a large set of presolving routines for MIP and LP problems from the literature. The creation of PaPILO was motivated by the current lack of (a) solver-independent implementations that (b… ▽ More

    Submitted 20 March, 2024; v1 submitted 21 June, 2022; originally announced June 2022.

  21. arXiv:2203.02433  [pdf, ps, other

    cs.LG cs.NE math.OC stat.ML

    The Machine Learning for Combinatorial Optimization Competition (ML4CO): Results and Insights

    Authors: Maxime Gasse, Quentin Cappart, Jonas Charfreitag, Laurent Charlin, Didier Chételat, Antonia Chmiela, Justin Dumouchelle, Ambros Gleixner, Aleksandr M. Kazachkov, Elias Khalil, Pawel Lichocki, Andrea Lodi, Miles Lubin, Chris J. Maddison, Christopher Morris, Dimitri J. Papageorgiou, Augustin Parjadis, Sebastian Pokutta, Antoine Prouvost, Lara Scavuzzo, Giulia Zarpellon, Linxin Yang, Sha Lai, Akang Wang, Xiaodong Luo , et al. (16 additional authors not shown)

    Abstract: Combinatorial optimization is a well-established area in operations research and computer science. Until recently, its methods have focused on solving problem instances in isolation, ignoring that they often stem from related data distributions in practice. However, recent years have seen a surge of interest in using machine learning as a new approach for solving combinatorial problems, either dir… ▽ More

    Submitted 17 March, 2022; v1 submitted 4 March, 2022; originally announced March 2022.

    Comments: Neurips 2021 competition. arXiv admin note: text overlap with arXiv:2112.12251 by other authors

  22. arXiv:2112.08872  [pdf, other

    math.OC

    The SCIP Optimization Suite 8.0

    Authors: Ksenia Bestuzheva, Mathieu Besançon, Wei-Kun Chen, Antonia Chmiela, Tim Donkiewicz, Jasper van Doornmalen, Leon Eifler, Oliver Gaul, Gerald Gamrath, Ambros Gleixner, Leona Gottwald, Christoph Graczyk, Katrin Halbig, Alexander Hoen, Christopher Hojny, Rolf van der Hulst, Thorsten Koch, Marco Lübbecke, Stephen J. Maher, Frederic Matter, Erik Mühmer, Benjamin Müller, Marc E. Pfetsch, Daniel Rehfeldt, Steffan Schlein , et al. (10 additional authors not shown)

    Abstract: The SCIP Optimization Suite provides a collection of software packages for mathematical optimization centered around the constraint integer programming framework SCIP. This paper discusses enhancements and extensions contained in version 8.0 of the SCIP Optimization Suite. Major updates in SCIP include improvements in symmetry handling and decomposition algorithms, new cutting planes, a new plugin… ▽ More

    Submitted 16 December, 2021; originally announced December 2021.

    Comments: 114 pages, 8 figures

    MSC Class: 90C05; 90C10; 90C11; 90C30; 90C90; 65Y05

  23. arXiv:2106.07573  [pdf, other

    math.OC

    An Algorithm-Independent Measure of Progress for Linear Constraint Propagation

    Authors: Boro Sofranac, Ambros Gleixner, Sebastian Pokutta

    Abstract: Propagation of linear constraints has become a crucial sub-routine in modern Mixed-Integer Programming (MIP) solvers. In practice, iterative algorithms with tolerance-based stop** criteria are used to avoid problems with slow or infinite convergence. However, these heuristic stop** criteria can pose difficulties for fairly comparing the efficiency of different implementations of iterative prop… ▽ More

    Submitted 24 August, 2021; v1 submitted 14 June, 2021; originally announced June 2021.

    MSC Class: 90C11

  24. arXiv:2103.10294  [pdf, other

    cs.LG cs.DM math.OC

    Learning to Schedule Heuristics in Branch-and-Bound

    Authors: Antonia Chmiela, Elias B. Khalil, Ambros Gleixner, Andrea Lodi, Sebastian Pokutta

    Abstract: Primal heuristics play a crucial role in exact solvers for Mixed Integer Programming (MIP). While solvers are guaranteed to find optimal solutions given sufficient time, real-world applications typically require finding good solutions early on in the search to enable fast decision-making. While much of MIP research focuses on designing effective heuristics, the question of how to manage multiple M… ▽ More

    Submitted 18 March, 2021; originally announced March 2021.

  25. arXiv:2103.09573  [pdf, other

    math.OC

    A Computational Study of Perspective Cuts

    Authors: Ksenia Bestuzheva, Ambros Gleixner, Stefan Vigerske

    Abstract: The benefits of cutting planes based on the perspective function are well known for many specific classes of mixed-integer nonlinear programs with on/off structures. However, we are not aware of any empirical studies that evaluate their applicability and computational impact over large, heterogeneous test sets in general-purpose solvers. This paper provides a detailed computational study of perspe… ▽ More

    Submitted 17 March, 2021; originally announced March 2021.

    Report number: Report-no: 21-07 MSC Class: 90-04; 90-08; 90C11; 90C26; 90C30; 90C57 ACM Class: G.4

  26. arXiv:2101.09141  [pdf, other

    math.OC math.CO

    A Computational Status Update for Exact Rational Mixed Integer Programming

    Authors: Leon Eifler, Ambros Gleixner

    Abstract: The last milestone achievement for the roundoff-error-free solution of general mixed integer programs over the rational numbers was a hybrid-precision branch-and-bound algorithm published by Cook, Koch, Steffy, and Wolter in 2013. We describe a substantial revision and extension of this framework that integrates symbolic presolving, features an exact repair step for solutions from primal heurist… ▽ More

    Submitted 22 January, 2021; originally announced January 2021.

    Comments: Accepted to appear in the program of the 22nd Conference on Integer Programming and Combinatorial Optimization (IPCO 2021)

    MSC Class: 05-xx; 90-xx ACM Class: G.2.1; G.4; F.2.1

  27. arXiv:2009.07785  [pdf, other

    cs.DC cs.DM cs.DS cs.MS math.OC

    Accelerating Domain Propagation: an Efficient GPU-Parallel Algorithm over Sparse Matrices

    Authors: Boro Sofranac, Ambros Gleixner, Sebastian Pokutta

    Abstract: Fast domain propagation of linear constraints has become a crucial component of today's best algorithms and solvers for mixed integer programming and pseudo-boolean optimization to achieve peak solving performance. Irregularities in the form of dynamic algorithmic behaviour, dependency structures, and sparsity patterns in the input data make efficient implementations of domain propagation on GPUs… ▽ More

    Submitted 25 August, 2021; v1 submitted 16 September, 2020; originally announced September 2020.

  28. arXiv:1912.12820  [pdf, other

    math.OC cs.CC cs.SC math.NA

    Linear Programming using Limited-Precision Oracles

    Authors: Ambros Gleixner, Daniel E. Steffy

    Abstract: Since the elimination algorithm of Fourier and Motzkin, many different methods have been developed for solving linear programs. When analyzing the time complexity of LP algorithms, it is typically either assumed that calculations are performed exactly and bounds are derived on the number of elementary arithmetic operations necessary, or the cost of all arithmetic operations is considered through a… ▽ More

    Submitted 30 December, 2019; originally announced December 2019.

    Report number: ZIB-Report 19-57 MSC Class: 90C05; 68Q25; 11K60; 68W30; 65G30; 65F99

    Journal ref: Mathematical Programming, 2019

  29. arXiv:1912.00356  [pdf, other

    math.OC

    On Generalized Surrogate Duality in Mixed-Integer Nonlinear Programming

    Authors: Benjamin Müller, Gonzalo Muñoz, Maxime Gasse, Ambros Gleixner, Andrea Lodi, Felipe Serrano

    Abstract: The most important ingredient for solving mixed-integer nonlinear programs (MINLPs) to global epsilon-optimality with spatial branch and bound is a tight, computationally tractable relaxation. Due to both theoretical and practical considerations, relaxations of MINLPs are usually required to be convex. Nonetheless, current optimization solver can often successfully handle a moderate presence of no… ▽ More

    Submitted 1 December, 2019; originally announced December 2019.

    Report number: ZR-19-55

  30. arXiv:1908.00796  [pdf, other

    math.OC

    First Experiments with Structure-Aware Presolving for a Parallel Interior-Point Method

    Authors: Ambros Gleixner, Nils-Christian Kempke, Thorsten Koch, Daniel Rehfeldt, Svenja Uslu

    Abstract: In linear optimization, matrix structure can often be exploited algorithmically. However, beneficial presolving reductions sometimes destroy the special structure of a given problem. In this article, we discuss structure-aware implementations of presolving as part of a parallel interior-point method to solve linear programs with block-diagonal structure, including both linking variables and linkin… ▽ More

    Submitted 2 August, 2019; originally announced August 2019.

    Comments: 6 pages, 3 figures, under review (Operations Research Proceedings)

    Report number: ZIB-Report 19-39 MSC Class: 90C05 (Primary); 90C06 (Secondary)

  31. arXiv:1905.08157  [pdf, other

    math.OC

    On the Relation between the Extended Supporting Hyperplane Algorithm and Kelley's Cutting Plane Algorithm

    Authors: Felipe Serrano, Robert Schwarz, Ambros Gleixner

    Abstract: Recently, Kronqvist et al.~\cite{KronqvistLundellWesterlund2016} rediscovered the supporting hyperplane algorithm of Veinott~\cite{Veinott1967} and demonstrated its computational benefits for solving convex mixed-integer nonlinear programs. In this paper we derive the algorithm from a geometric point of view. This enables us to show that the supporting hyperplane algorithm is equivalent to Kel… ▽ More

    Submitted 20 May, 2019; originally announced May 2019.

    Comments: 16 pages, 1 figure

    Report number: ZIB Report 19-18

  32. arXiv:1903.05521  [pdf, other

    math.OC

    Using two-dimensional Projections for Stronger Separation and Propagation of Bilinear Terms

    Authors: Benjamin Müller, Felipe Serrano, Ambros Gleixner

    Abstract: One of the most fundamental ingredients in mixed-integer nonlinear programming solvers is the well-known McCormick relaxation for a product of two variables x and y over a box-constrained domain. The starting point of this paper is the fact that the convex hull of the graph of xy can be much tighter when computed over a strict, non-rectangular subset of the box. In order to exploit this in practic… ▽ More

    Submitted 10 January, 2020; v1 submitted 13 March, 2019; originally announced March 2019.

    Comments: key words: mixed-integer quadratically constrained programs, nonconvex, global optimization, separation, propagation, projection, bilinear terms

    MSC Class: 90-XX

  33. arXiv:1902.02615  [pdf, other

    math.OC

    Conflict-Driven Heuristics for Mixed Integer Programming

    Authors: Jakob Witzig, Ambros Gleixner

    Abstract: Two essential ingredients of modern mixed-integer programming (MIP) solvers are diving heuristics that simulate a partial depth-first search in a branch-and-bound search tree and conflict analysis of infeasible subproblems to learn valid constraints. So far, these techniques have mostly been studied independently: primal heuristics under the aspect of finding high-quality feasible solutions early… ▽ More

    Submitted 7 February, 2019; originally announced February 2019.

    Report number: ZIB-Report 19-08

  34. arXiv:1809.01572  [pdf, ps, other

    math.CO math.OC

    A Safe Computational Framework for Integer Programming applied to Chvátal's Conjecture

    Authors: Leon Eifler, Ambros Gleixner, Jonad Pulaj

    Abstract: We describe a general and safe computational framework that provides integer programming results with the degree of certainty that is required for machine-assisted proofs of mathematical theorems. At its core, the framework relies on a rational branch-and-bound certificate produced by an exact integer programming solver, SCIP, in order to circumvent floating-point roundoff errors present in most s… ▽ More

    Submitted 21 September, 2020; v1 submitted 5 September, 2018; originally announced September 2018.

    MSC Class: 05-XX COMBINATORICS (For finite fields; see 11Txx); 90-XX OPERATIONS RESEARCH; MATHEMATICAL PROGRAMMING

  35. Solving Quadratic Programs to High Precision using Scaled Iterative Refinement

    Authors: Tobias Weber, Sebastian Sager, Ambros Gleixner

    Abstract: Quadratic optimization problems (QPs) are ubiquitous, and solution algorithms have matured to a reliable technology. However, the precision of solutions is usually limited due to the underlying floating-point operations. This may cause inconveniences when solutions are used for rigorous reasoning. We contribute on three levels to overcome this issue. First, we present a novel refinement algorithm… ▽ More

    Submitted 19 August, 2019; v1 submitted 19 March, 2018; originally announced March 2018.

    Report number: ZIB-Report 18-04 MSC Class: 90C20 (Primary)

    Journal ref: Mathematical Programming Computation, 11:421-455, 2019

  36. arXiv:1703.04351  [pdf, other

    astro-ph.HE

    Model-independent search for neutrino sources with the ANTARES neutrino telescope

    Authors: A. Albert, M. André, M. Anghinolfi, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Martí, S. Basa, V. Bertin, S. Biagi, R. Bormuth, S. Bourret, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, S. Celli, T. Chiarusi, M. Circella, J. A. B. Coelho , et al. (103 additional authors not shown)

    Abstract: A novel method to analyse the spatial distribution of neutrino candidates recorded with the ANTARES neutrino telescope is introduced, searching for an excess of neutrinos in a region of arbitrary size and shape from any direction in the sky. Techniques originating from the domains of machine learning, pattern recognition and image processing are used to purify the sample of neutrino candidates and… ▽ More

    Submitted 30 May, 2019; v1 submitted 13 March, 2017; originally announced March 2017.

    MSC Class: 85-04; 85-05; 85-08

  37. Exact Methods for Recursive Circle Packing

    Authors: Ambros Gleixner, Stephen Maher, Benjamin Müller, João Pedro Pedroso

    Abstract: Packing rings into a minimum number of rectangles is an optimization problem which appears naturally in the logistics operations of the tube industry. It encompasses two major difficulties, namely the positioning of rings in rectangles and the recursive packing of rings into other rings. This problem is known as the Recursive Circle Packing Problem (RCPP). We present the first dedicated method for… ▽ More

    Submitted 4 January, 2019; v1 submitted 24 February, 2017; originally announced February 2017.

    Report number: urn:nbn:de:0297-zib-62039

  38. Search for high-energy neutrinos from bright GRBs with ANTARES

    Authors: A. Albert, M. André, M. Anghinolfi, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Martí, S. Basa, V. Bertin, S. Biagi, R. Bormuth, S. Bourret, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, S. Celli, T. Chiarusi, M. Circella, J. A. B. Coelho , et al. (103 additional authors not shown)

    Abstract: Gamma-ray bursts are thought to be sites of hadronic acceleration, thus neutrinos are expected from the decay of charged particles, produced in pγ interactions. The methods and results of a search for muon neutrinos in the data of the ANTARES neutrino telescope from four bright GRBs (GRB 080916C, GRB 110918A, GRB 130427A and GRB 130505A) observed between 2008 and 2013 are presented. Two scenarios… ▽ More

    Submitted 10 April, 2017; v1 submitted 27 December, 2016; originally announced December 2016.

    Comments: 10 pages, 10 figures

    Journal ref: Monthly Notices of the Royal Astronomical Society Main Journal, 2017

  39. arXiv:1612.06792  [pdf, other

    hep-ex hep-ph

    Search for Dark Matter Annihilation in the Earth using the ANTARES Neutrino Telescope

    Authors: ANTARES Collaboration, A. Albert, M. André, M. Anghinolfi, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Martí, S. Basa, V. Bertin, S. Biagi, R. Bormuth, S. Bourret, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, S. Celli, T. Chiarusi, M. Circella , et al. (104 additional authors not shown)

    Abstract: A search for a neutrino signal from WIMP pair annihilations in the centre of the Earth has been performed with the data collected with the ANTARES neutrino telescope from 2007 to 2012. The event selection criteria have been developed and tuned to maximise the sensitivity of the experiment to such a neutrino signal. No significant excess of neutrinos over the expected background has been observed.… ▽ More

    Submitted 19 April, 2017; v1 submitted 20 December, 2016; originally announced December 2016.

    Comments: Revised version for journal submission

  40. Results from the search for dark matter in the Milky Way with 9 years of data of the ANTARES neutrino telescope

    Authors: A. Albert, M. André, M. Anghinolfi, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Martí, S. Basa, V. Bertin, S. Biagi, R. Bormuth, S. Bourret, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, S. Celli, T. Chiarusi, M. Circella, J. A. B. Coelho , et al. (103 additional authors not shown)

    Abstract: Using data recorded with the ANTARES telescope from 2007 to 2015, a new search for dark matter annihilation in the Milky Way has been performed. Three halo models and five annihilation channels, $\rm WIMP + WIMP \to b \bar b, W^+ W^-, τ^+ τ^-, μ^{+} μ^{-}$ and $ν\barν$, with WIMP masses ranging from 50 $\frac{\text{GeV}}{\text{c}^2}$ to 100 $\frac{\text{TeV}}{\text{c}^2}$, were considered. No exce… ▽ More

    Submitted 28 May, 2019; v1 submitted 14 December, 2016; originally announced December 2016.

    Comments: 6 pages, 6 figures submitted to Physics Letters B. Erratum accepted by Physics Letters B

    Journal ref: Physics Letters B, Volume 769, 10 June 2017, Page 249

  41. Verifying Integer Programming Results

    Authors: Kevin K. H. Cheung, Ambros Gleixner, Daniel E. Steffy

    Abstract: Software for mixed-integer linear programming can return incorrect results for a number of reasons, one being the use of inexact floating-point arithmetic. Even solvers that employ exact arithmetic may suffer from programming or algorithmic errors, motivating the desire for a way to produce independently verifiable certificates of claimed results. Due to the complex nature of state-of-the-art MILP… ▽ More

    Submitted 1 January, 2019; v1 submitted 27 November, 2016; originally announced November 2016.

    Comments: Zuse Institute Berlin, Takustr. 7, 14195 Berlin, November 2016, http://nbn-resolving.de/urn:nbn:de:0297-zib-61044

    Report number: ZIB-Report 16-58 MSC Class: 90C11

    Journal ref: In F. Eisenbrand and J. Koenemann, eds., Integer Programming and Combinatorial Optimization: 19th International Conference, IPCO 2017, pages 148-160, 2017

  42. Time-dependent search for neutrino emission from x-ray binaries with the ANTARES telescope

    Authors: A. Albert, M. André, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Martí, S. Basa, V. Bertin, S. Biagi, R. Bormuth, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, S. Celli, T. Chiarusi, M. Circella, A. Coleiro, R. Coniglione, H. Costantini , et al. (93 additional authors not shown)

    Abstract: ANTARES is currently the largest neutrino telescope operating in the Northern Hemisphere, aiming at the detection of high-energy neutrinos from astrophysical sources. Neutrino telescopes constantly monitor at least one complete hemisphere of the sky, and are thus well-suited to detect neutrinos produced in transient astrophysical sources. A timedependent search has been applied to a list of 33 x-r… ▽ More

    Submitted 8 March, 2017; v1 submitted 23 September, 2016; originally announced September 2016.

    Comments: 20 pages, 7 figures, article accepted by JCAP

  43. arXiv:1609.02063  [pdf, other

    cs.DS math.DS math.OC

    Mixed-Integer Programming for Cycle Detection in Non-reversible Markov Processes

    Authors: Isabel Beckenbach, Leon Eifler, Konstantin Fackeldey, Ambros Gleixner, Andreas Grever, Marcus Weber, Jakob Witzig

    Abstract: In this paper, we present a new, optimization-based method to exhibit cyclic behavior in non-reversible stochastic processes. While our method is general, it is strongly motivated by discrete simulations of ordinary differential equations representing non-reversible biological processes, in particular molecular simulations. Here, the discrete time steps of the simulation are often very small compa… ▽ More

    Submitted 6 September, 2016; originally announced September 2016.

    Report number: ZIB-Report 16-39 MSC Class: 60J05; 60J22; 82B30; 90C11; 90C27

  44. arXiv:1608.08840  [pdf, other

    astro-ph.HE

    Stacked search for time shifted high energy neutrinos from gamma ray bursts with the ANTARES neutrino telescope

    Authors: ANTARES Collaboration, S. Adrian-Martínez, A. Albert, M. André, M. Anghinolfi, G. Anton, M. Ardid, J. -J. Aubert, B. Baret, J. Barrios-Marti, S. Basa, V. Bertin, S. Biagi, R. Bormuth, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, T. Chiarusi, M. Circella, R. Coniglione, H. Costantini , et al. (97 additional authors not shown)

    Abstract: A search for high-energy neutrino emission correlated with gamma-ray bursts outside the electromagnetic prompt-emission time window is presented. Using a stacking approach of the time delays between reported gamma-ray burst alerts and spatially coincident muon-neutrino signatures, data from the Antares neutrino telescope recorded between 2007 and 2012 are analysed. One year of public data from the… ▽ More

    Submitted 20 October, 2016; v1 submitted 31 August, 2016; originally announced August 2016.

  45. Towards an accurate solution of wireless network design problems

    Authors: Fabio D'Andreagiovanni, Ambros Gleixner

    Abstract: The optimal design of wireless networks has been widely studied in the literature and many optimization models have been proposed over the years. However, most models directly include the signal-to-interference ratios representing service coverage conditions. This leads to mixed-integer linear programs with constraint matrices containing tiny coefficients that vary widely in their order of magnitu… ▽ More

    Submitted 27 April, 2017; v1 submitted 2 April, 2016; originally announced April 2016.

    Comments: This is the authors' final version of the paper published in: R. Cerulli, S. Fujishige, A.R. Mahjoub (Eds.), Combinatorial Optimization - 4th International Symposium, ISCO 2016, LNCS 9849, pp. 135-147, 2016, DOI: 10.1007/978-3-319-45587-7_12. The final publication is available at Springer via http://dx.doi.org/10.1007/978-3-319-45587-7_12

    Journal ref: Combinatorial Optimization - ISCO 2016, Springer LNCS volume 9849 (2016) 135-147

  46. Murchison Widefield Array Limits on Radio Emission from ANTARES Neutrino Events

    Authors: S. Croft, D. L. Kaplan, S. J. Tingay, T. Murphy, M. E. Bell, A. Rowlinson, S. Adrian-Martinez, M. Ageron, A. Albert, M. Andre, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Marti, S. Basa, V. Bertin, S. Biagi, R. Bormuth, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone , et al. (109 additional authors not shown)

    Abstract: We present a search, using the Murchison Widefield Array (MWA), for electromagnetic counterparts to two candidate high energy neutrino events detected by the ANTARES neutrino telescope in 2013 November and 2014 March. These events were selected by ANTARES because they are consistent, within 0.4 degrees, with the locations of galaxies within 20 Mpc of Earth. Using MWA archival data at frequencies b… ▽ More

    Submitted 7 March, 2016; originally announced March 2016.

    Comments: 7 pages, 2 figures, accepted for publication in ApJL

  47. Limits on Dark Matter Annihilation in the Sun using the ANTARES Neutrino Telescope

    Authors: ANTARES collaboration, S. Adrián-Martínez, A. Albert, M. André, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Martí, S. Basa, V. Bertin, S. Biagi, R. Bormuth, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, S. Celli, T. Chiarusi, M. Circella, A. Coleiro , et al. (95 additional authors not shown)

    Abstract: A search for muon neutrinos originating from dark matter annihilations in the Sun is performed using the data recorded by the ANTARES neutrino telescope from 2007 to 2012. In order to obtain the best possible sensitivities to dark matter signals, an optimisation of the event selection criteria is performed taking into account the background of atmospheric muons, atmospheric neutrinos and the energ… ▽ More

    Submitted 9 May, 2016; v1 submitted 7 March, 2016; originally announced March 2016.

    Comments: 6 pages, 4 figures, Submitted to Physics letters B

    Journal ref: Physics Letters B, Volume 759, 10 August 2016, Pages 69 to 74

  48. arXiv:1602.07000  [pdf, other

    hep-ex astro-ph.HE hep-ph

    A search for Secluded Dark Matter in the Sun with the ANTARES neutrino telescope

    Authors: S. Adrián-Martínez, A. Albert, M. André, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Martí, S. Basa, V. Bertin, S. Biagi, R. Bormuth, M. Bou-Cabo, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, S. Celli, T. Chiarusi, M. Circella, A. Coleiro , et al. (93 additional authors not shown)

    Abstract: A search for Secluded Dark Matter annihilation in the Sun using 2007-2012 data of the ANTARES neutrino telescope is presented. Three different cases are considered: a) detection of dimuons that result from the decay of the mediator, or neutrino detection from: b) mediator that decays into a dimuon and, in turn, into neutrinos, and c) mediator that decays directly into neutrinos. As no significant… ▽ More

    Submitted 3 May, 2016; v1 submitted 22 February, 2016; originally announced February 2016.

    Journal ref: JCAP05(2016)016

  49. High-energy Neutrino follow-up search of Gravitational Wave Event GW150914 with ANTARES and IceCube

    Authors: S. Adrián-Martínez, A. Albert, M. André, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Martí, S. Basa, V. Bertin, S. Biagi, R. Bormuth, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, S. Celli, T. Chiarusi, M. Circella, A. Coleiro, R. Coniglione , et al. (1369 additional authors not shown)

    Abstract: We present the high-energy-neutrino follow-up observations of the first gravitational wave transient GW150914 observed by the Advanced LIGO detectors on Sept. 14th, 2015. We search for coincident neutrino candidates within the data recorded by the IceCube and ANTARES neutrino detectors. A possible joint detection could be used in targeted electromagnetic follow-up observations, given the significa… ▽ More

    Submitted 22 April, 2016; v1 submitted 17 February, 2016; originally announced February 2016.

    Comments: 16 pages, 2 figures

    Journal ref: Phys. Rev. D 93, 122010 (2016)

  50. Constraints on the neutrino emission from the Galactic Ridge with the ANTARES telescope

    Authors: S. Adrián-Martínez, A. Albert, M. André, M. Anghinolfi, G. Anton, M. Ardid, J. -J. Aubert, T. Avgitas, B. Baret, J. Barrios-Martí, S. Basa, V. Bertin, S. Biagi, R. Bormuth, M. C. Bouwhuis, R. Bruijn, J. Brunner, J. Busto, A. Capone, L. Caramete, J. Carr, S. Celli, T. Chiarusi, M. Circella, A. Coleiro , et al. (94 additional authors not shown)

    Abstract: Compelling evidence for the existence of astrophysical neutrinos has been reported by the IceCube collaboration. Some features of the energy and declination distributions of IceCube events hint at a North/South asymmetry of the neutrino flux. This could be due to the presence of the bulk of our Galaxy in the Southern hemisphere. The ANTARES neutrino telescope, located in the Mediterranean Sea, has… ▽ More

    Submitted 9 February, 2016; originally announced February 2016.