Skip to main content

Showing 1–17 of 17 results for author: Großmann, E

.
  1. arXiv:2407.06912  [pdf, other

    cs.DS

    Optimal Neighborhood Exploration for Dynamic Independent Sets

    Authors: Jannick Borowitz, Ernestine Großmann, Christian Schulz

    Abstract: A dynamic graph algorithm is a data structure that supports edge insertions, deletions, and specific problem queries. While extensive research exists on dynamic algorithms for graph problems solvable in polynomial time, most of these algorithms have not been implemented or empirically evaluated. This work addresses the NP-complete maximum weight and cardinality independent set problems in a dyna… ▽ More

    Submitted 9 July, 2024; originally announced July 2024.

    Comments: arXiv admin note: text overlap with arXiv:2208.13645

  2. arXiv:2405.05358  [pdf, other

    math.OC

    Logic-Based Discrete-Steepest Descent: A Solution Method for Process Synthesis Generalized Disjunctive Programs

    Authors: Daniel Ovalle, David A. Liñán, Albert Lee, Jorge M. Gómez, Luis Ricardez-Sandoval, Ignacio E. Grossmann, David E. Bernal Neira

    Abstract: The optimization of chemical processes is challenging due to the nonlinearities arising from process physics and discrete design decisions. In particular, optimal synthesis and design of chemical processes can be posed as a Generalized Disjunctive Programming (GDP) superstructure problem. Various solution methods are available to address these problems, such as reformulating them as Mixed-Integer… ▽ More

    Submitted 8 May, 2024; originally announced May 2024.

    Comments: 34 pages, 14 figures

  3. arXiv:2402.07753  [pdf, other

    cs.DS

    Engineering Weighted Connectivity Augmentation Algorithms

    Authors: Marcelo Fonseca Faraj, Ernestine Großmann, Felix Joos, Thomas Möller, Christian Schulz

    Abstract: Increasing the connectivity of a graph is a pivotal challenge in robust network design. The weighted connectivity augmentation problem is a common version of the problem that takes link costs into consideration. The problem is then to find a minimum cost subset of a given set of weighted links that increases the connectivity of a graph by one when the links are added to the edge set of the input i… ▽ More

    Submitted 12 February, 2024; originally announced February 2024.

  4. arXiv:2312.13146  [pdf, other

    cs.DS

    FLASH-TB: Integrating Arc-Flags and Trip-Based Public Transit Routing

    Authors: Ernestine Großmann, Jonas Sauer, Christian Schulz, Patrick Steil, Sascha Witt

    Abstract: We present FLASH-TB, a journey planning algorithm for public transit networks that combines Trip-Based Public Transit Routing (TB) with the Arc-Flags speedup technique. The basic idea is simple: The network is partitioned into a configurable number of cells. For each cell and each possible transfer between two vehicles, the algorithm precomputes a flag that indicates whether the transfer is requir… ▽ More

    Submitted 20 December, 2023; originally announced December 2023.

    Comments: arXiv admin note: text overlap with arXiv:2302.07168

  5. arXiv:2308.15515  [pdf, other

    cs.DS

    Scalable Algorithms for 2-Packing Sets on Arbitrary Graphs

    Authors: Jannick Borowitz, Ernestine Großmann, Christian Schulz, Dominik Schweisgut

    Abstract: A 2-packing set for an undirected graph $G=(V,E)$ is a subset $\mathcal{S} \subset V$ such that any two vertices $v_1,v_2 \in \mathcal{S}$ have no common neighbors. Finding a 2-packing set of maximum cardinality is a NP-hard problem. We develop a new approach to solve this problem on arbitrary graphs using its close relation to the independent set problem. Thereby, our algorithm red2pack uses new… ▽ More

    Submitted 12 February, 2024; v1 submitted 29 August, 2023; originally announced August 2023.

  6. arXiv:2306.10961  [pdf

    math.OC

    Extensions to the Guaranteed Service Model for Industrial Applications of Multi-Echelon Inventory Optimization

    Authors: Victoria G. Achkar, Braulio B. Brunaud, Hector D. Perez, Rami Musa, Carlos A. Mendez, Ignacio E. Grossmann

    Abstract: Multi-echelon inventory optimization (MEIO) plays a key role in a supply chain seeking to achieve specified customer service levels with a minimum capital in inventory. In this work, we propose a generalized MEIO model based on the Guaranteed Service approach to allocate safety stock levels across the network at the lowest holding cost. This model integrates several existing and some novel feature… ▽ More

    Submitted 19 June, 2023; originally announced June 2023.

  7. arXiv:2304.10492  [pdf, other

    cs.LO cs.MS

    DisjunctiveProgramming.jl: Generalized Disjunctive Programming Models and Algorithms for JuMP

    Authors: Hector D. Perez, Shivank Joshi, Ignacio E. Grossmann

    Abstract: We present a Julia package, DisjunctiveProgramming.jl, that extends the functionality in JuMP.jl to allow modeling problems via logical propositions and disjunctive constraints. Such models can then be reformulated into Mixed-Integer Programs (MIPs) that can be solved with the various MIP solvers supported by JuMP. To do so, logical propositions are converted to Conjunctive Normal Form (CNF) and r… ▽ More

    Submitted 8 March, 2023; originally announced April 2023.

    Comments: 6 pages

  8. arXiv:2303.09927  [pdf, other

    math.OC

    Integrated investment, retrofit and abandonment planning of energy systems with short-term and long-term uncertainty using enhanced Benders decomposition

    Authors: Hongyu Zhang, Ignacio E. Grossmann, Brage Rugstad Knudsen, Ken McKinnon, Rodrigo Garcia Nava, Asgeir Tomasgard

    Abstract: We propose the REORIENT (REnewable resOuRce Investment for the ENergy Transition) model for energy systems planning with the following novelties: (1) integrating capacity expansion, retrofit and abandonment planning, and (2) using multi-horizon stochastic mixed-integer linear programming with short-term and long-term uncertainty. We apply the model to the European energy system considering: (a) in… ▽ More

    Submitted 17 March, 2023; originally announced March 2023.

  9. arXiv:2303.04375  [pdf

    math.OC

    Extensions to Generalized Disjunctive Programming: Hierarchical Structures and First-order Logic

    Authors: Hector D. Perez, Ignacio E. Grossmann

    Abstract: Optimization problems with discrete-continuous decisions are traditionally modeled in algebraic form via (non)linear mixed-integer programming. A more systematic approach to modeling such systems is to use Generalized Disjunctive Programming (GDP), which extends the Disjunctive Programming paradigm proposed by Egon Balas to allow modeling systems from a logic-based level of abstraction that captur… ▽ More

    Submitted 7 March, 2023; originally announced March 2023.

    Comments: 35 pages

  10. arXiv:2302.07168  [pdf, other

    cs.DS

    Arc-Flags Meet Trip-Based Public Transit Routing

    Authors: Ernestine Großmann, Jonas Sauer, Christian Schulz, Patrick Steil

    Abstract: We present Arc-Flag TB, a journey planning algorithm for public transit networks which combines Trip-Based Public Transit Routing (TB) with the Arc-Flags speedup technique. Compared to previous attempts to apply Arc-Flags to public transit networks, which saw limited success, our approach uses stronger pruning rules to reduce the search space. Our experiments show that Arc-Flag TB achieves a speed… ▽ More

    Submitted 14 February, 2023; originally announced February 2023.

  11. arXiv:2301.06968  [pdf, other

    cs.DS

    Engineering Fully Dynamic $Δ$-Orientation Algorithms

    Authors: Jannick Borowitz, Ernestine Großmann, Christian Schulz

    Abstract: A (fully) dynamic graph algorithm is a data structure that supports edge insertions, edge deletions, and answers certain queries that are specific to the problem under consideration. There has been a lot of research on dynamic algorithms for graph problems that are solvable in polynomial time by a static algorithm. However, while there is a large body of theoretical work on efficient dynamic graph… ▽ More

    Submitted 18 January, 2023; v1 submitted 17 January, 2023; originally announced January 2023.

  12. arXiv:2208.13645  [pdf, ps, other

    cs.DS

    Finding Near-Optimal Weight Independent Sets at Scale

    Authors: Ernestine Großmann, Sebastian Lamm, Christian Schulz, Darren Strash

    Abstract: Computing maximum weight independent sets in graphs is an important NP-hard optimization problem. The problem is particularly difficult to solve in large graphs for which data reduction techniques do not work well. To be more precise, state-of-the-art branch-and-reduce algorithms can solve many large-scale graphs if reductions are applicable. Otherwise, their performance quickly degrades due to br… ▽ More

    Submitted 21 April, 2023; v1 submitted 29 August, 2022; originally announced August 2022.

  13. Modelling and analysis of offshore energy hubs

    Authors: Hongyu Zhang, Asgeir Tomasgard, Brage Rugstad Knudsen, Harald G. Svendsen, Steffen J. Bakker, Ignacio E. Grossmann

    Abstract: Clean, multi-carrier Offshore Energy Hubs (OEHs) may become pivotal for efficient offshore wind power generation and distribution. In addition, OEHs may provide decarbonised energy supply for maritime transport, oil and gas recovery, and offshore farming while also enabling conversion and temporary storage of liquefied decarbonised energy carriers for export. Here, we investigate the role of OEHs… ▽ More

    Submitted 12 October, 2021; originally announced October 2021.

  14. arXiv:2109.09657  [pdf, other

    math.OC

    Convex Mixed-Integer Nonlinear Programs Derived from Generalized Disjunctive Programming using Cones

    Authors: David E. Bernal Neira, Ignacio E. Grossmann

    Abstract: We propose the formulation of convex Generalized Disjunctive Programming (GDP) problems using conic inequalities leading to conic GDP problems. We then show the reformulation of conic GDPs into Mixed-Integer Conic Programming (MICP) problems through both the big-M and hull reformulations. These reformulations have the advantage that they are representable using the same cones as the original conic… ▽ More

    Submitted 18 February, 2024; v1 submitted 20 September, 2021; originally announced September 2021.

    Comments: Main document: 28 pages, 3 figures, 1 table. Appendices: 9 pages, 3 tables

    MSC Class: 90C11; 90C25; 90C26 ACM Class: G.1.6; F.2.2

  15. Zero- and Low-Field Sensing with Nitrogen Vacancy Centers

    Authors: Philipp J. Vetter, Alastair Marshall, Genko T. Genov, Tim F. Weiss, Nico Striegler, Eva F. Großmann, Santiago Oviedo Casado, Javier Cerrillo, Javier Prior, Philipp Neumann, Fedor Jelezko

    Abstract: Over the years, an enormous effort has been made to establish nitrogen vacancy (NV) centers in diamond as easily accessible and precise magnetic field sensors. However, most of their sensing protocols rely on the application of bias magnetic fields, preventing their usage in zero- or low-field experiments. We overcome this limitation by exploiting the full spin $S=1$ nature of the NV center, allow… ▽ More

    Submitted 2 February, 2022; v1 submitted 22 July, 2021; originally announced July 2021.

    Journal ref: Physical Review Applied 17.4 (2022): 044028

  16. arXiv:2008.06319  [pdf, other

    cs.AI cs.LG

    OR-Gym: A Reinforcement Learning Library for Operations Research Problems

    Authors: Christian D. Hubbs, Hector D. Perez, Owais Sarwar, Nikolaos V. Sahinidis, Ignacio E. Grossmann, John M. Wassick

    Abstract: Reinforcement learning (RL) has been widely applied to game-playing and surpassed the best human-level performance in many domains, yet there are few use-cases in industrial or commercial settings. We introduce OR-Gym, an open-source library for develo** reinforcement learning algorithms to address operations research problems. In this paper, we apply reinforcement learning to the knapsack, mult… ▽ More

    Submitted 17 October, 2020; v1 submitted 14 August, 2020; originally announced August 2020.

    Comments: 29 pages, 10 figures

    MSC Class: 90-10 ACM Class: I.2.8

  17. arXiv:cs/0607110  [pdf, ps, other

    cs.LG

    A Theory of Probabilistic Boosting, Decision Trees and Matryoshki

    Authors: Etienne Grossmann

    Abstract: We present a theory of boosting probabilistic classifiers. We place ourselves in the situation of a user who only provides a stop** parameter and a probabilistic weak learner/classifier and compare three types of boosting algorithms: probabilistic Adaboost, decision tree, and tree of trees of ... of trees, which we call matryoshka. "Nested tree," "embedded tree" and "recursive tree" are also a… ▽ More

    Submitted 25 July, 2006; originally announced July 2006.

    ACM Class: I.5.1; I.2.6; G.3