Theses

You are looking for a B.Sc. or M.Sc. Thesis topic in operations research or mathematical optimization? Below you will find useful information.

124
Theses

At a Glance

You are a student of mathematics, computer science, data science, business and economics, or industrial engineering. You have a profound knowledge in operations research or mathematical optimization, e.g., from our courses or seminars. Typically, your implementation skills are good or better. You write your thesis in English or German, and of course using LaTeX. 

Topics range from theoretical/structural analysis/improvement of optimization problems/algorithms and/or their modeling/implementation and/or their experimental evaluation. Should you be working on a practically motivated problem you often deal with the entire OR/analytics process. In that case you have participated in our course "practical optimization" and maybe also in an "OR lab."

In case you are specifically interested in branch-and-price, in particular in GCG, or you like the combination of optimization and machine learning, we will always find a challenging and interesting topic for you. If you have a concrete idea about your thesis already or look for something different than you find here, please contact Marco Lübbecke.

 

Open Thesis Topics

0
A Python Interface to GCG
Graduation M.Sc.
Contact: M. Lübbecke
Details

We develop the source-open solver GCG for structured integer programs (and when you want to embark on this topic, you will probably already have worked with it). GCG is based on the SCIP framework, for which there is (among others) a C/C++ API, and a Python API, which is called PySCIPOpt. In this thesis project, you will extend this Python interface to GCG. You need a solid knowledge in integer programming, Dantzig-Wolfe reformulation, column generation, branch-and-price. Yet, foremost, this is a topic of good software development and craftpersonship. The existing C/C++ API needs some love before the most important methods can be created in the (extension of the) PySCIPOpt Python API. As a documentation of the new API you develop an example branch-and-price project.

The Python API is the most wanted GCG feature, and the scientific community will be forever in your debt.

Approaches for solving Hub Location Problems (and variants)
Graduation B.Sc. / M.Sc.
Contact: A. Helber
Details

In logistics and telecommunications, Hub Location Problems play a key role in designing the layout of the network. Even though substantial research has been devoted into solving this problem and its variants, large instances of the textbook problem and even small instances of slightly more complex variants remain challenging to solve. We currently work together with DHL Freight on a Hub Location Problem in Less-than-Truckload freight transport that is both large scale and potentially quite complex. This can serve as a specific application for the methods developed in the thesis, but solving the practice problem is not the focus.

Topics of interest for solving Hub Location Problems could be:

- Implementing and possibly improving state-of-the-art exact methods, for example in the open source solvers SCIP or GCG.
- Implementing existing and developing new heuristic method.
- Developing and implementing aggregation methods to reduce instance sizes.
- Analyse the current shipping operations to describe formally the relevant aspects that could be considered or simplified. Based on this, various models for representing the shipping operations will be implemented using off-the-shelve solvers and evaluated computationally with respect to solving times and closeness to reality.

All topics require computational studies to evaluate and compare the performance of the implemented methods. Theoretical contributions are also welcome. Proficiency in combinatorial optimization and programming (preferably in C/C++, Python or Julia) are necessary. If you are interested, please shortly describe your prior experiences as well as topics and methods that you are interested in and attach your grade transcript.

Approaches for solving transmission switching problems
Graduation B.Sc./M.Sc.
Contact: O. Gaul
Details

With rising shares of renewable energy production, the planning processes for transmission system operators have grown more difficult over the last decade. Current research focuses on using configurable components within the grid to reconfigure the topology and consequently allow for increased throughput of renewable energy. The security-constrained optimal transmission switching problem (SCOTS) comprises switching decisions and generator unit commitment, together with constraints to ensure safe network operation. To our knowledge, no recent surveys on methods to solve the SCOTS have been published.

The goals of this thesis can include
- Conducting a thorough literature review on methods to solve the power flow and transmission switching problems from an OR point-of-view,
- Summarizing and categorizing approaches from the literature,
- Designing a comprehensive way to compare different approaches, potentially implementing some of them,
- Deriving possible next steps for a state-of-the-art implementation to solve the SCOTS.

Proficiency in combinatorial optimization (e.g. OR1) and programming (preferably in Python or Julia) are necessary. Prior knowledge concerning transmission systems is beneficial. If you are interested, please shortly describe your prior experiences and attach your grade transcript.

Branch-and-Price Applications: Improving on the Literature
Graduation M.Sc.
Contact: M. Lübbecke
Details

Integer programs are used as models in many publications about optimization problems in science and applications. We often see a different modeling approach that would lead to a column generation and branch-and-price approach, that has not been followed by the authors. In your thesis you take such an approach, formulate an alternative model, how to state the master and pricing problems, decide which algorithms to apply or design or adapt new ones, think about performance enhancements, implement everything in SCIP or ideally directly in GCG and compare your approach to the one in the literature. Theoretical components like thinking about computational complexity, exploiting combinatorial structure etc. are most welcome, too.

Branching in Branch-and-Price: An experimental Study
Graduation M.Sc.
Contact: M. Lübbecke
Details

We develop the generic branch-and-price solver GCG. GCG implements several classic branching rules like branching on original variables, Ryan-Foster branching for set partitioning problems, and also Vanderbeck's generic branching. There are no general computational comparisons of branching rules in the literature concerning branch-and-price. You will do such an experimental study in this thesis. You design and implement rules from the literature like strong branching, run experiements to evaluate the performance of the rules and inverstigate e.g., the influence of the choice of row pairs in Ryan-Foster branching and how an intelligent choice can look like. You conclude with a major computational study of branching rules across several applications.

Computational comparison of formulations for the Security-Constrained Optimal Transmission Switching Problem
Graduation B.Sc./M.Sc.
Contact: T. Donkiewicz
Details

In power transmission systems, the power flow can be only be modeled accurately by AC power flow formulations. However, these formulations are usually non-convex and thus difficult to solve exactly and globally optimal. As such, a variety of approximations and relaxations exist which aim at simplifying the problem. While this is already well-studied for the optimal power flow problem, less literature exists for optimal transmission switching, and almost no computational comparisons of AC network formulations for the SCOTS problem have been published so far.

The goal of this thesis is to conduct computational experiments on publicly available instances or variations thereof. The thesis can include
- Research and description of suitable formulations as described above,
- Implementation of missing formulations and their extension to OTS or SCOTS as necessary (via the PowerModels framework in Julia),
- Procurement of testing instances (some of which are already available to us),
- Conducting reproducible computational experiments,
- Evaluation of the conducted experiments.

Proficiency in combinatorial optimization (e.g. OR1) and programming (preferably in Python or Julia) are necessary. Prior knowledge concerning transmission systems is beneficial. If you are interested, please shortly describe your prior experiences and attach your grade transcript.

Covering Integer Programs for Rectilinear Picture Compression
Graduation M.Sc.
Contact: M. Lübbecke
Details

In this thesis we look for optimization models and algorithms that can be used for rectilinear picture compression for monochrome digital images. One can cover the pixels of an image with rectangles or more complicates shapes. Doing this with a minimum number of suitable shapes turns the task into an optimization problem. We can build on a preliminiary work here. Potentially, on has to dynamically build/select the shapes in a column generation approach which makes the problem also algorithmically interesting. It goes without saying that this topic is a rich playground for implementations and (graphically appealing) experiments.

Dantzig-Wolfe reformulation of the conflict graph
Graduation M.Sc.
Contact: M. Lübbecke
Details
Detecting staircase structure in integer programming models
Graduation B.Sc. oder M.Sc.
Contact: M. Lübbecke
Details

See the German description.

End-to-End Testing in GCG
Graduation M.Sc.
Contact: M. Lübbecke
Details

We develop the source-open solver GCG for structured integer programs (and when you want to embark on this topic, you will probably already have worked with it). GCG is written in C/C++ and is based on the SCIP framework, for which a suite of example projects is available that document the use of the framework. In this thesis project, you will develop such example projects for GCG. These projects simultaneously serve as end-to-end (full stack) tests of certain components of the solver. You have a great expertise in software development (in particular in C/C++) and some understanding of end-to-end testing. If you want to apply this knowledge in a practice project (i.e., on GCG) this thesis is for you.

Erkennung von Strukturen in GAMS Modellen
Graduation M.Sc.
Contact: M. Lübbecke
Details
Machine Learning in Decomposition Methods
Graduation M.Sc.
Contact: A. Helber
Details

For many combinatorial problems better algorithms can be developed if knowledge about the structure is utilized to decompose the problem into subproblems. Recent trends at the intersection of Machine Learning and Operations Research aim at further speeding up these algorithms by learning to make better heuristic decisions. Another less researched and more experimental topic is using learned representations to replace entire subproblems.

We can determine the specific topic to explore based on your interest and skills as well as relevance to our research.

While the potential is abundant, these topics require both a very strong background in the theory and application of combinatorial optimization methods (especially decomposition methods) as well as at least intermediate experience with the implementation and engineering of Machine Learning models. Proficiency with Python or Julia is required, with C/C++ helpful as the methods might be interesting to implement in the open source solvers SCIP or GCG.  If you are interested, please shortly describe your prior experiences as well as topics and methods that you are interested in and attach your grade transcript.

Master cutting planes in branch-and-price
Graduation M.Sc.
Contact: M. Lübbecke
Details

See German description.

MIP Presolve that preserves decomposition structure
Graduation M.Sc.
Contact: M. Lübbecke
Details

Dantzig-Wofe reformulations an Benders decomposition are standard techniques to strengthen the relaxation of a MIP. We develop the source-open solver GCG for structured integer programs which automatically employs these techniques. As part of its functioning, GCG has to "detect" model structure in the MIP coefficient matrix which allow a reformulation.

MIP presolve comprises techniques that are applied to a MIP before it is actually solved, in order to simplify or strengthen the model, eliminate redundant information, strengthen inequalities, restrict the domains of variables, etc. Often, a MIP becomes solvable in acceptable time only because presolve was applied. Yet, decomposable model structure can be "destroyed" or "masked" by presolve, which hinders GCG's detection of such structure. Sometimes, GCG detects "better" model structure on the presolved model.

In this thesis project, common presolve techniques should be evaluated theoretically and experimentally with regard for their impact on model structure and its detectability.

Selection of Completed Theses

 

2008
Aspects of Quickest Multicommodity Flows
Student: Jens Hillmann
Program: Mathematik |
Type: Dipl |
Year: 2008
First Reviewer: M. Lübbecke
| Second Reviewer: M. Skutella
2009
Winkelminimierung bei Überdeckungsproblemen in Graphen
Student: Olaf Maurer
Program: Mathematik |
Type: Dipl |
Year: 2009
First Reviewer: M. Lübbecke
| Second Reviewer: R. Möhring
Download:
2010
A Branch-and-Price Approach for Resource Leveling
Student: Eamonn Thorsten Coughlan
Program: Mathematik |
Type: Dipl |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: R. Möhring
A cutting plane algorithm for graph coloring
Student: Lena Maria Schwan
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Analyse einer Heuristik zur Reihenfolgeplanung paralleler Maschinen
Student: Lars Bauer
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Atomic routing games on maximum congestion
Student: Ann-Kathrin Heyse
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Aufspannende Teilgraphen mit kürzesten Umwegen
Student: Christoph Werner Acker
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Bestimmung eines aufspannenden Baumes mit annähernd minimalen Max-Stretch
Student: Frank Borchert
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Bikriterielle kürzeste Wege Probleme: Algorithmen
Student: Sorana Goetzke
Program: Mathematik |
Type: Dipl |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: R. Möhring
Bikriterielle Kürzeste-Wege-Probleme: Theorie
Student: Maria Skoutarianou
Program: Mathematik |
Type: Dipl |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: R. Möhring
Effizienter Algorithmus für das beschränkte zweidimensionale Zuschneideproblem
Student: Benedikt Kehr
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Ein Approximationsalgorithmus für das metrische unkapazitierte Facility Location Problem
Student: Florian Uhl
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Ein Approximationsalgorithmus für die zeitliche Einteilung unabhängiger parallel laufender Maschinen
Student: Stefan Schwarzkopf
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Ein Branch-and-Price-Algorithmus für den Straßenwinterdienst
Student: Sarah Kirchner
Program: Mathematik |
Type: Dipl |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Flottenplanung von Flugzeugen
Student: Sebastian Erik Vock
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Ganzzahlige Programmierung für die Bestimmung der Dimension einer partiell geordneten Menge
Student: Katja Krüger
Program: Mathematik |
Type: Dipl |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Felsner
Gemischt-ganzzahlige Optimierung am Beispiel von Losgrößenproblemen
Student: Philipp Walter
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Generic Branch-Cut-and-Price
Student: Gerald Gamrath
Program: Mathematik |
Type: Dipl |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: M. Grötschel
Download:
Modellieren und Lösen eines Gemischt-Ganzzahligen linearen Programms für die Erstellung eines kostenminimalen Luftverkehrsnetzes
Student: Tim Weisgerber
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
Train Timetabling Problem
Student: Dominique Achard
Program: Mathematik |
Type: B.Sc. |
Year: 2010
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
2011
Algorithms for Detecting Block Structures in Matrices
Student: Michael Bastubbe
Program: Techno- und Wirtschaftsmathematik |
Type: Dipl |
Year: 2011
First Reviewer: M. Lübbecke
| Second Reviewer: R. Möhring
Download:
Gesamtheitliche Prozesskettensimulation
Student: Mehmet Ali Sener
Program: Wirtschaftsingenieurwesen EET |
Type: B.Sc. |
Year: 2011
First Reviewer: M. Lübbecke
| Second Reviewer: M. Lübbecke
Primal Heuristics for Branch-and-Price Algorithms
Student: Christian Puchert
Program: Mathematik |
Type: M.Sc. |
Year: 2011
First Reviewer: M. Lübbecke
| Second Reviewer: S. Ulbrich
Download:
2012
Ein Spaltengenerierungsansatz für die Zuordnung von Güterzügen
Student: Tuğba Güçlü
Program: Mathematik |
Type: M.Sc. |
Year: 2012
First Reviewer: M. Lübbecke
| Second Reviewer: A.M.C.A. Koster
Download:
Eine Heuristik zum Erkennen von Staircase-Strukturen in Matrizen
Student: Mathias Luers
Program: N. N. |
Type: Dipl |
Year: 2012
First Reviewer: M. Lübbecke
Download:
Erzeugen von Treppenstufenformen in Matrizen
Student: Christina Schoenen
Program: Mathematik |
Type: M.Sc. |
Year: 2012
First Reviewer: M. Lübbecke
Experiments on Vanderbeck’s generic Branch-and-Price scheme
Student: Marcel Schmickerath
Program: Mathematik |
Type: M.Sc. |
Year: 2012
First Reviewer: M. Lübbecke
| Second Reviewer: A.M.C.A. Koster
Download:
Lineare Optimierung von Transportwegen und Aufbau einer Sendungsverfolgung im OBI-Logistiknetzwerk
Student: Florian Hillebrand
Program: Wirtschaftswissenschaftliches Zusatzstudium |
Type: M.Sc. |
Year: 2012
First Reviewer: M. Lübbecke
Optimierungsmodelle für das Project Scheduling mit Iterationen
Student: Christina van Megen
Program: N. N. |
Type: Dipl |
Year: 2012
First Reviewer: M. Lübbecke
Permutieren einer Matrix in Blockdiagonalform mittels Graph-Partitionierung
Student: Christian Kind
Program: Mathematik |
Type: M.Sc. |
Year: 2012
First Reviewer: M. Lübbecke
Download:
2013
Die Auswirkungen verschiedener Preprocessing-Routinen und Branch-And-Cut-Frameworks auf das Lösungsverhalten der Time Bucket Formulation des Travelling Salesman Problems mit Zeitfenstern
Student: Stephan M.F. Beckhäuser
Program: Betriebswirtschaftslehre |
Type: M.Sc. |
Year: 2013
First Reviewer: M. Lübbecke
Download:
Die richtige Distributionslogistik als Wettbewerbsvorteil in der Nutzfahrzeugindustrie am Beispiel der Schmitz Cargobull AG
Student: Thorben Deckers
Program: Betriebswirtschaftslehre |
Type: M.Sc. |
Year: 2013
First Reviewer: M. Lübbecke
| Second Reviewer: J. Schönberger
Ein Grammatik-basiertes Modell zur optimalen Planung von Universitäts-Stundenplänen
Student: Andreas Bil
Program: Mathematik |
Type: M.Sc. |
Year: 2013
First Reviewer: M. Lübbecke
Models for the Steiner Tree Packing Problem
Student: Michael Sausen
Program: Mathematik |
Type: M.Sc. |
Year: 2013
First Reviewer: M. Lübbecke
| Second Reviewer: J. Derks
Abstract

The Steiner tree packing problem is a long studied problem in combinato-
rial optimization. In contrast to many other problems, where an enormous
progress has been made in the practical problem solving, the Steiner tree
packing problem remains very difficult. Most heuristics schemes are ineffec-
tive and even finding feasible solutions is already NP -hard. What makes this
problem special, is that in order to reach an overall optimal solution non-
optimal solutions to the underlying NP -hard Steiner tree problems must be
used. Any non-global approach to the Steiner tree packing problem is likely
to fail. Integer programming is currently the best approach for computing
optimal solutions.
The goal of this master thesis is to give a survey of models relating to the
Steiner tree packing problem from the literature. In addition, a closer look
at a model for the switchbox routing problem in VLSI-Design will be given.

Download:
Preprocessing-gestütztes Lösen des Vehicle Routing Problems mit Zeitfenstern mittels verschiedener IP-Formulierungen
Student: Alena Gridchina
Program: Betriebswirtschaftslehre |
Type: M.Sc. |
Year: 2013
First Reviewer: M. Lübbecke
| Second Reviewer: H.-J. Sebastian
Download:
Robuste Terminvergabe im Krankenhaus unter unsicheren Behandlungspfaden
Student: Luisa Eickmeyer
Program: Mathematik |
Type: M.Sc. |
Year: 2013
First Reviewer: M. Lübbecke
| Second Reviewer: A.M.C.A. Koster
Download:
Separation of generic cutting planes in branch-and-price
Student: Jonas Witt
Program: Mathematik |
Type: M.Sc. |
Year: 2013
First Reviewer: M. Lübbecke
| Second Reviewer: A.M.C.A. Koster
Abstract

When reformulating a given mixed integer program by the use of classical Dantzig-Wolfe decomposition, a subset of the constraints is partially convexified, which corresponds to implicitly adding all valid inequalities for the associated integer hull. Since these inequalities are not known, a solution of the original linear programming (LP) relaxation which is obtained by transferring an optimal basic solution of the reformulated LP relaxation is in general not basic. Hence, cutting planes which are separated using a basis like Gomory mixed integer cuts are usually not directly applicable when separating such a solution.

Nevertheless, we can use some crossover method in order to obtain a basic solution which is nearby the considered non-basic solution and generate cutting planes for the basic solution using its basis information. These cutting planes might also the solution we originally wanted to separate. So far, this problem was only considered extensively by Range, who proposed the previously described approach including a particular crossover method. We present a modified crossover method and extend this procedure by considering additional valid inequalities strengthening the original LP relaxation. Furthermore, we provide the first full implementation of a separator like this and tested it on instances of several problem classes.

Download:
The vertex separation problem in bipartite graphs: A cycle-based algorithm
Student: Ina Hoffmann
Program: Mathematik |
Type: B.Sc. |
Year: 2013
First Reviewer: M. Lübbecke
| Second Reviewer: M. Lübbecke
Download:
2014
Covering Rectilinear Polygons by Rectangles
Student: Jaromil Najman
Program: Mathematik |
Type: M.Sc. |
Year: 2014
First Reviewer: M. Lübbecke
Abstract

In this Master Thesis we consider the problem of covering rectilinear polygons by the
minimum number of axis-parallel rectangles. This problem finds applications in the
fabrication of DNA chip arrays [Hannenhalli et al. 2002], in VLSI design, where the
rectilinear polygon is a chip that has to be covered by a huge number of rectangular
transistors.
Other applications are data compression and in particular image compression, where
large rectangular areas with the same color can be compressed into one pixel.

Download:
Development of the application for inventory management automation and optimization
Student: Pavlo Zhdanov
Program: Mathematik |
Type: M.Sc. |
Year: 2014
First Reviewer: M. Lübbecke
Download:
Entwicklung eines Software-Tools zur Analyse, Prognose und Bewertung der Prognosegüte von Zeitreihen im Strommarkt
Student: Nina Deeg
Program: Wirtschaftswissenschaften |
Type: M.Sc. |
Year: 2014
First Reviewer: M. Lübbecke
Download:
Ganzzahlige Optimierung für ein Zeitablaufsteuerungsproblem aus der Farbmittelindustrie
Student: Richard Spiegelberg
Program: BWL |
Type: B.Sc. |
Year: 2014
First Reviewer: M. Lübbecke
Download:
Optimierte Einteilung der Wahlkreise für die Deutsche Bundestagswahl: Problemanalyse, Modelle, Algorithmen & Ergebnisse
Student: Sebastian Goderbauer
Program: Mathematik |
Type: M.Sc. |
Year: 2014
First Reviewer: M. Lübbecke
| Second Reviewer: A.M.C.A. Koster
Download:
Optimierung von dezentralen Enegieversorgungssystemen mit Branch-and-Price
Student: Georg Schneider
Program: Wirtschaftswissenschaft |
Type: M.Sc. |
Year: 2014
First Reviewer: M. Lübbecke
| Second Reviewer: A. Bardow
Abstract

This work evaluates whether optimization problems resulting from modelling the optimal synthesis, design and operation of a decentralized energy supply system have an embedded structure which can be exploited by decomposition methods in solution algorithms. The objective is to determine if the the accuracy and/or the problem size in terms of number of periods of time and number of units considered may be increased, as these are limited if the branch-and-bound method combined with the simplex method is used to solve the problems. A model of the problem is formulated as a mixed-integer linear program as proposed by Yokoyama et al. (2002) and Voll (2013). The model is analyzed and two embedded structures suitable for decomposition are identified.

The first structure emphasizes the independent operation and design of every component. The second structure emphasizes the design and operation of all components and focuses on the independence of every period of time considered. The model is reformulated using the Dantzig-Wolfe decomposition principle for both proposed embedded structures. A numerical study is conducted where the synthesis, design and operation of a fictional energy supply system is optimized by both the branch-and-bound method combined with the simplex method and by the branch-and-price method. A set of instances is created for different degrees of complexity in terms of the number of units and the number of periods of time considered.

The results show that the dual bounds obtained by solving the rootnode LP relaxation can be improved in comparison to the conventional solution approach, if the reformulation emphasizing independent components is utilized. The results provide no evidence on improvements on the considered test set for the reformulation emphasizing design and operation. For the case of an optimal solution computing times required to solve the considered instances of a test set are found to be reduced by utilizing the branch-and-price method and the reformulation emphasizing components, if identical components are considered in the energy supply system in comparison to the non-commercial solver SCIP.

Download:
Robuste Lokale Suche für das Job Shop Scheduling Problem
Student: Friederike Menge
Program: Mathematik |
Type: M.Sc. |
Year: 2014
First Reviewer: M. Lübbecke
Download:
Schleusen trotz Verspätung. Robuste Modelle, Algorithmen und Rechenstudien
Student: Ilja Schwanke
Program: Mathematik |
Type: M.Sc. |
Year: 2014
First Reviewer: M. Lübbecke
| Second Reviewer: A.M.C.A. Koster
Download:
Structure and Characterization of Popular Matchings
Student: Oliver Scheel
Program: BWL |
Type: B.Sc. |
Year: 2014
First Reviewer: M. Lübbecke
| Second Reviewer: Britta Peis
Download:
2015
An Adaptive Large Neighborhood Search Algorithm for the Tail Assignment Problem of Airlines
Student: Andreas Hottenrott
Program: Wirtschaftsingenieurwesen |
Type: M.Sc. |
Year: 2015
First Reviewer: M. Lübbecke
| Second Reviewer: M. Lübbecke
Download:
Ansätze zur Lösung eines auf Kompaktheit fokussierten Gebietseinteilungsproblems am Beispiel der Wahlkreiseinteilung von Deutschland
Student: Heiko Samlowski
Program: Betriebswirtschaftslehre |
Type: M.Sc. |
Year: 2015
First Reviewer: M. Lübbecke
| Second Reviewer: A.M.C.A. Koster
Bewertung von Löser-Technologien für Gemischt-Ganzzahlige Lineare Optimierung eines Dezentralen Energiesystems
Student: Fritz Arnold
Program: Wirtschaftsingenieurwesen |
Type: B.Sc. |
Year: 2015
First Reviewer: M. Lübbecke
| Second Reviewer: A. Bardow
Optimal rescheduling in automotive industry
Student: Markus Kruber
Program: Informatik |
Type: M.Sc. |
Year: 2015
First Reviewer: M. Lübbecke
| Second Reviewer: W. Unger
Abstract

In automotive industry long delivery periods and the Just-In-Time production yield to an inflexible production plan for several weeks. At the same time the exact prediction of incoming customer orders is nearly impossible due to mass customization. However, mass customization is a core concept of automotive industry. In combination with time consumption requirements these conditions generate a challenging problem in practice. This thesis is about presenting an algorithm, where mixed integer programming is used to reduce the average waiting period for an ordered car. Based on an existing production schedule the algorithm is able to determine an optimal rescheduling with respect to restrictions in warehousing and customer preferences to guarantee the earliest possible delivery date.

Download:
Room Assignment for Graduation Trip of Humboldt Gymnasium Solingen
Student: Jan Derkum
Program: Betriebswirtschaftslehre |
Type: B.Sc. |
Year: 2015
First Reviewer: M. Lübbecke
| Second Reviewer: M. Lübbecke
Abstract
This thesis is about implementing an algorithm that develops an assignement of rooms to students/teachers of the Humboldt Gymnasium Solingen. The goal is among others to rent as few rooms as possible. Additional constraints are: - Each student is assigned to one hotel and one room. - Both girls and boys as well as students and teachers are in separate rooms. - As in most years five classes are assigned to four hotels, at least one class is divided among hotels. In this case, the class shall not be divided among more than two hotels. In addition, the class which gets divided is sometimes identified beforehand. - Most rooms can be furnished with additional beds. Although the overall number of rooms is minimized, the rooms shall not be too crowded. In the end, the user shall be able to read in data, express preference (e.g. about which class to divide) and obtain the room assignment in a clear format. Programming skills in C/C++ are required.
The Consecutive Dinner Problem
Student: Britta Grimm
Program: Wirtschaftswissenschaft |
Type: M.Sc. |
Year: 2015
First Reviewer: M. Lübbecke
| Second Reviewer: Grit Walther
Abstract
The consecutive dinner problem describes the problem of finding routes and differing groupes for each participating team. A team's route must contain exactly three stops: one at the appetizer, one at the main course and one at the dessert. Furthermore, the team itself must prepare one of the three courses of its own route. Each group that is formed at a course must consist of three teams that have not already / will not again meet at another course. Each team has the possibility to name a course they would like to prepare. The objective function minimizes the distance all teams have to travel between their courses as well as maximizes the number of teams that get their favorite course.
Further extensions to this model can include a differentiation by age and/or gender to obtain a more diverse/equal group set-up. Also the number of previously participated dinners might be taken into consideration.

The student will develop an integer program that solves the consecutive dinner problem as well as implement the program. Real life instances will be provided to test the IP. Therefore, the student must know how to develop a mathematical program as well as how to implement IPs in C/C++ or Java.
2016
Clustering algorithms to find special structures in matrices
Student: Igor Pesic
Program: Informatik |
Type: B.Sc. |
Year: 2016
First Reviewer: M. Lübbecke
| Second Reviewer: B. Leibe
Download:
2017
Entwicklung eines Algorithmus zum Clustering eines Graphen zur Vereinfachung des Lösens eines Multi Commodity Flow Problems
Student: Karl Stickler
Program: Wirtschaftsignenieurwesen MB |
Type: B.Sc. |
Year: 2017
First Reviewer: M. Lübbecke
| Second Reviewer: M. Schneider
Abstract
This thesis’ target is to develop an algorithm which clusters the vertices of a graph into different clusters. Said graph is going to be derived from a logistical problem dealing with vehicle transportation. The goal is based on the idea of partitioning the database of a Multi Commodity Flow problem into several smaller problems that can be solved individually. Those smaller problem units are formed by the generated clusters and by the edges connecting two vertices that have been associated with different clusters. By applying this process to the Multi Commodity Flow problem one is hopefully able to reduce the overall runtime of the problem-solving process. Hence, this thesis is first reviewing existing clustering methods which are currently being discussed. Those methods are then being assessed in terms of their applicability to this thesis’ problem. Afterwards, suitable methods are being chosen to develop a fitting algorithm based on the chosen approaches. This algorithm is going to be tested on different instances of the mentioned problem and the resulting outputs are going to be evaluated.
Heuristics for the Energy Minimizing Vehicle Routing Problem
Student: Boris Lyubenov
Program: Informatik |
Type: B.Sc. |
Year: 2017
First Reviewer: P. Rossmanith
| Second Reviewer: M. Lübbecke
Abstract
The Energy Minimizing Vehicle Routing Problem (EMVRP) introduced by Kara and Yetis in 2007 is an extended version of the traditional Vehicle Routing Problem of transportation logistics. In this thesis we consider different algorithms, which heuristically solve the EMVRP in reasonable computation time. This thesis also includes a comparison between the proposed heuristics, which lays out the advantages and disadvantages of each one using different sets of test instances.
Machine Learning as a Decision Support for a Generic Column Generation Framework
Student: Simon Grubert
Program: Informatik |
Type: M.Sc. |
Year: 2017
First Reviewer: B. Leibe
| Second Reviewer: M. Lübbecke
Abstract

Dantzig-Wolfe (DW) reformulation is a well-known approach to produce strong dual bounds for Mixed-Integer Programs (MIPs). If a MIP has a special structure which can be exploited well by a DW reformulation the solver could be much faster on the reformulated model than on the original. Otherwise the solver may fail completely. Providing a strong DW reformulation typically requires enhanced knowledge about the underlying model structure of the MIP which makes an automatic reformulation without such knowledge difficult. Despite this problem there have been several approaches proposed which implement such an automatic DW reformulation process into a state-of the-art MIP solver, especially the Generic Column Generation (GCG) framework [1]. In such frameworks the detection of a decomposition that exploits the underlying model structure is one of the most important aspects. GCG for example uses different detectors that use heuristics and clustering algorithms to generate a set of possible decompositions. Recently supervised learning algorithms have been applied by Kruber et al. [2] to decide if a reformulation of the model should be solved (and also which if several have been detected) or if the original model should better be solved by a standard solver. These first promising results showed that machine learning could be a useful support in this decision process. Besides this single question there might be other decisions in the entire process that could also potentially benefit by the use of supervised machine learning.

MILP Optimization for the Design and Operation of a District Heating Network Energy System Based on Measured Data from a Holiday Village in Blatten-Belalp (Switzerland)
Student: Marten Fesefeldt
Program: Wirtschaftswissenschaften |
Type: M.Sc. |
Year: 2017
First Reviewer: M. Lübbecke
| Second Reviewer: G. Walther
Abstract
Solving Large Multi Constraint Multi-Commoditiy Flow Problems by Decomposition on Commodities
Student: Frederik Schulz
Program: Wirtschaftsignenieurwesen EET |
Type: B.Sc. |
Year: 2017
First Reviewer: M. Lübbecke
| Second Reviewer: M. Schneider
Abstract

The bachelor thesis deals with solving multi-commodity flow problems. These kinds of problems occur in different everyday situations. For example, the transport of goods in distribution networks or the movement of messages in communication networks. In addition to the considerable size of these flow problems, which often occurs, there can be further complicating constraints on nodes, edges, or goods. In the context of the work, an alternative solution approach for minimal-cost multi-commodity flow problems, which is based for the most part on the computation of k-shortest paths, is developed. Based on optimally solved single-sink single-source single-commodity flow sub-problems, whose accumulated solutions are usually an inadmissible solution of the multi-commodity flow, the developed solution approach tries to obtain a feasible solution by rerouting the flow of edges that are infeasible in the original problem. The developed approach will be evaluated in a feasibility study based on a real use case, which is a time-expanded distribution network of an automobile manufacturer with limitations on edges and goods.

2018
Application of Supervised Machine Learning algorithms in a Predictive Maintenance use case at BMW
Student: Andrea Scholten
Program: Betriebswirtschaftslehre |
Type: M.Sc. |
Year: 2018
First Reviewer: M. Lübbecke
| Second Reviewer: G. Walther
Design and Training of Neural Networks using Mixed-Integer Optimization - a Feasibility Study
Student: Lukas Walbröl
Program: Informatik |
Type: M.Sc. |
Year: 2018
First Reviewer: B. Leibe
| Second Reviewer: M. Lübbecke
Abstract

This thesis aims to evaluate the boundaries of neural network training using
mixed-integer optimization. Neural networks are a powerful machine learn-
ing technique that is able to classify data non-linearly. This technique is
applied to a lot of different tasks. However, traditional approaches to neural
network training can get stuck in local minima, while algorithms exist that
solve a mixed-integer optimization problem optimally. The goal of this thesis
in the context of mixed-integer programming. We start by showing which
kind of activation functions can be expressed by a mixed-integer program
(MIP). After that variants of neural network training using mixed-integer
programming are presented and it is shown which activation functions can
be incorporated into these variants. Finally, we use a blackbox-solver to ap-
ply the resulting models to the parity function and evaluate the performance
of our approaches.

Evaluierung verteilter Optimierung zum Lösen von MILPs für das Energiemanagement in Stadtquatieren
Student: Corinna Buhlrich
Program: Wirtschaftsingenieurwesen Fachrichtung Elektrische Energietechni |
Type: M.Sc. |
Year: 2018
First Reviewer: A. Monti
| Second Reviewer: M. Lübbecke
Optimal Connected Vertex Clustering
Student: Sebastian Krott
Program: Informatik |
Type: M.Sc. |
Year: 2018
First Reviewer: G. Woeginger
| Second Reviewer: M. Lübbecke
Abstract

We introduce an optimization problem on graphs called Connected Vertex Clustering Problem (CVCP). The input consists of a finite graph, arbitrary linear constraints to restrict the set of feasible clusters and a linear objective function. The expected solution is a vertex clustering that optimizes the objective under the condition that each cluster induces a connected subgraph and satisfies the custom constraints. Besides partitional clustering, i.e., node partitioning, the solution may also be restricted to packings or coverings of nodes. We show that this highly configurable problem is NP-hard and propose a branch-and-price method as a solution approach. The suggested method is implemented as a framework which is capable of solving arbitrary CVCP instances. The framework can easily be extended with new features due to its plug-in architecture. This allows to exploit the characteristics of specific variants of the CVCP in order to enhance the efficiency of the solution process. We evaluate the developed framework on a districting problem for the German federal elections and on the Odd Cycle Packing Problem.

Download:
2019
Computational Analysis of Connected Subgraph Optimization Models
Student: Christian Plewnia
Program: Wirtschaftswissenschaften |
Type: M.Sc. |
Year: 2019
First Reviewer: M. Lübbecke
| Second Reviewer: B. Peis
Persistency Property of Stable-Set-Problems and its Connection to Unconstrained Pseudo-Boolean Optimization
Student: Karl Stickler
Program: Wirtschaftsingenieurwesen FR Maschinenbau |
Type: M.Sc. |
Year: 2019
First Reviewer: M. Lübbecke
| Second Reviewer: M. Walter
2020
Ein Vergleich von Modellierungsvarianten in einem Branch-and-Price-Ansatz zur Lösung des Schichtplanungsproblems an Flughäfen
Student: Christopher Schwanen
Program: Wirtschaftswissenschaft |
Type: M.Sc. |
Year: 2020
First Reviewer:
Minimizing Airplane Boarding Time: The Assignment Problem of Seats and Carry-On Luggage Space
Student: Yannik Dietz
Program: Wirtschaftsingenieurwesen FR Maschinenbau |
Type: B.Sc. |
Year: 2020
First Reviewer:
Abstract

In this bachelor thesis the optimasation of the airplane boarding process is investigated. Given is a set of cabin layouts and a set of passengers with different movement speeds and amounts of carry-on luggage. To improve the overall boarding time each seat has to be assigned to a passanger and each carry-on luggage space to a luggage. The passanger satisfaction sets further requirements to the boarding process. The assignment problem is formulated as a mixed integer problem (MIP) and differentiates itself from previous works by the direct optimisation of the overall boarding time, in combination with different numbers of carry-on luggage per passanger such as limitaions of the carry-on luggage space. To investigate the assignment problem, the formulated mathematical model such as developed heuristics are implemented. The experiments with different calculations show a strong correlation between the overall boarding time and the amount of carry-on luggage to stow in the carry-on luggage space in the airplane cabin. The best solution is achieved using the heuristic \(H_{wtw}^{v2}), giving excellent boarding times in addition to a high amount of stowed carry-on luggage reaching close to maximum values.

Robust and on-line approaches for the balanced charging problem under uncertainty
Student: Lena Brüggemann
Program: Wirtschaftswissenschaften |
Type: M.Sc. |
Year: 2020
First Reviewer:
Abstract

Emissionsfreie Mobilität gewinnt immer mehr an Wichtigkeit. Für diese sind Elektrofahrzeuge unabdingbar, dadurch entstehen neue Fragen und Herausforderungen. Das iMove Projekt beschäftigt sich unter anderem mit dem „balancierten Ladeproblem (BCP)“. Hierbei wird eine Plattform entwickelt, die die Ladevorgänge von Elektrofahrzeugen optimal den Ladesäulen des Elektrische Netzes zuweisen soll. Optimalität ist bei diesem Problem zweigeteilt. Auf der einen Seite sollen die Wünsche der Elektrofahrzeugfahrer erfüllt werden. Auf der anderen Seite soll die Last auf das Elektrische Netz möglichst ausgeglichen bleiben. Hierfür wurde ein MIP entwickelt. Diese Masterarbeit beschäftigt sich mit dem Problem, dass die Elektrofahrzeugfahrer möglicherweise die Zuweisung zu einer Ladesäule der Plattform ignorieren und dieser nicht folgen. Während robuste Ansätze für diese Art der Unsicherheit nicht optimal geeignet scheinen, stellt es sich heraus das Online Ansätze eine gute Alternative bieten mit abweichenden Fahrern umzugehen. Die beste Güte erzielen Online Ansätze mit Unterstützung der Offline-Lösungen. Das Online-BCP ermöglicht es trotz abweichender Fahrer eine zulässige Lösung zu finden, allerdings zeigt sich, dass die Güte des Online-BCP noch ausbaufähig ist.

Robust Optimization of Industrial Production Scheduling Considering Demand Side Management
Student: Julius Mathews
Program: Wirtschaftsingenieurwesen |
Type: M.Sc. |
Year: 2020
First Reviewer:
Abstract

The currently ongoing energy transition increases the share of renewable energies in the electricity mix. In Germany, this is covered in particular by wind and solar energy, which are considered volatile. Since a stable power grid must guarantee a balance between the electricity produced and the electricity demanded at all times, this development presents new challenges for electricity suppliers and grid operators. One approach to counteract the fluctuation in the energy supply network is demand-side management (DSM). DSM refers to the management of demand for network-based services by customers in industry, trade and private households. Electricity suppliers benefit from DSM by increasing the reliability of supply, while electricity consumers can reduce their energy costs benefiting from financial incentives. This Master's thesis investigates, with regard to demand-side management, how optimized production planning can reduce the energy costs of a general energy-intensive production process. For this purpose, a mixed-integer linear model is developed and set up. In particular, two new possibilities for cost reduction will be modeled: on the one hand, the exploitation of volatile electricity prices by load redistribution, on the other hand, the provision of balancing power. In production planning, the various framework conditions of the production process and uncertainties in some model parameters, such as the demand for balancing power, must be taken into account. Therefore, methods from the field of robust optimization are applied as a solution for the optimization problem.

Route Planning for Active Space Debris Removal
Student: Jonas Scheller
Program: Informatik |
Type: M.Sc. |
Year: 2020
First Reviewer:
Abstract

With an increasing number of man-made objects in space, the area around earth is getting increasingly polluted. Due to the chance of collisions, orbiting debris puts future missions at risk. The Kessler syndrome projects a cascading amount of debris collisions that result in an exponential increase of debris pieces. In order to avoid a catastrophic scenario, space agencies such as the European Space Agency propose missions for an active removal of space debris. Depending on the removal method, one mission aims to remove multiple debris objects. Thus, during the mission design, a combinatorial problem needs to be solved deciding the selection of debris objects and the order of space rendezvous. The problem setup shares similarities with a variant of the traveling salesman problem with city selection. The goal is to maximize the profit of the visited cities with a limited traveling budget. Since the debris orbits are exposed to perturbations, it is assumed that the costs of traveling between the objects are likely to change over time. This thesis will explore various mixed integer problem formulations for both constant costs and dynamic costs over time. For the static case, we are able to find optimal routes even for bigger debris clouds of more than 2000 objects. The proposed formulations for the dynamic case are able to solve large instances, when carefully selecting the time parameters. Moreover, we have implemented a genetic algorithm to further explore the solution space.

The Seat Assignment Problem for Aeroplane Boarding
Student: Jens Doveren
Program: Informatik |
Type: M.Sc. |
Year: 2020
First Reviewer: W. Unger
| Second Reviewer: M. Lübbecke
Abstract

In this thesis, we investigate possible optimisations of the aeroplane boarding process. To accomplish this, we define and mathematically model the process, formulate it as a minimisation problem, and propose a solution procedure. We show that the problem is computationally hard in a theoretical sense and investigate the quality of heuristic approaches as well as some of its online properties.

The boarding process is of particular interest for airlines to improve profitability as well as customer satisfaction. Since boarding policy changes pose a lower implementation barrier than buying new planes or making changes to existing infrastructure, advances in aeroplane boarding research have the potential to positively impact customers and airlines relatively immediately.

Download:
2021
A Data-Driven Approach to Reduce the Size of Integer Programming Test Sets while Maintaining their Diversity
Student: Tim Donkiewicz
Program: Wirtschaftswissenschaften |
Type: M.Sc. |
Year: 2021
First Reviewer: M. Lübbecke
| Second Reviewer: M. Schneider
Abstract

The use of machine learning methods such as artificial neural networks or clustering algorithms is becoming more and more popular in the optimization community. Connecting to this trend, we propose a method that, instead of tuning mixed-integer programming solvers' behavior, facilitates testing (modified) solver behavior. Utilizing dynamic clusterings and solving mixed-integer programs, we select and visualize different diverse subsets of the test data available in the structured integer programming library strIPlib that are just as representative but exhibit a much smaller size. The generated subsets do not only comprise a strIPlib collection and a 'general-purpose' benchmark test set, but also a method to generate completely customized, diverse experiment test sets, tailored to the experiment that is to be executed with them.

A Scripting Interface for a Generic Branch-Cut-and-Price-Solver
Student: Steffan Schlein
Program: Informatik |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

Mixed-integer programming (MIP) is a common technique to model optimization problems. They can be solved with the decomposition approach of Dantzig-Wolfe reformulation (DWR) and the branch-cut-and-price (BC&P) algorithm. Many state-of-the-art software packages for solving MIPs provide scripting interfaces to interactively model and optimize these problems. We introduce PyGCGOpt, a Python interface for the generic BC&P solver GCG. The interface allows to model MIPs, to construct and visualize decompositions, and to implement solvers for pricing problems which occur from DWR. We provide example applications of our interface and show that it interacts with the solver without a significant decline in performance.

Anwendung quantitativer Methoden zur Lieferterminermittlung neu eingehender Aufträge in einer der Praxis entlehnten Job-Shop-Scheduling-Problemstellung
Student: Lukas Nadenau
Program: Wirtschaftsingenieurwesen FR Bauingenieurwesen |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

Das klassische Job-Shop-Scheduling-Problem besteht darin, eine optimale Zuordnung anfallender Aufgaben zu bestehenden Maschinen zu finden. Die Optimalität der Lösung kann unterschiedlich definiert sein, zielt in den meisten Fällen aber auf eine möglichst schnelle und/oder kostengünstige Abwicklung ab. Die vorliegende Arbeit erweitert dieses klassische Modell gemäß einer der Praxis entlehnten Problemstellung um eine dynamische Komponente. In eine schon bestehende Lösung sollen nun neu hinzukommende Aufgaben integriert werden. Die neu entstandene Situation wird separat modelliert und hinsichtlich eines eigenen Optimalitätskriteriums betrachtet.

Automatische Dantzig-Wolfe-Zerlegung in Julia
Student: David Meichel
Program: Informatik |
Type: B.Sc. |
Year: 2021
First Reviewer:
Abstract

Dantzig-Wolfe Zerlegung ist eine bekannte Methode, mit der lineare gemischt-ganzzahlige Progamme (engl. mixed integer programs), die eine gewisse Struktur haben, umformuliert und so bessere Grenzen für den optimalen Zielfunktionswert erhalten werden können. Die Dantzig-Wolfe Zerlegung wird daher in Branch-and-Bound eingesetzt, wo die Laufzeit von der Qualität der ermittelten Grenzwerte abhängt. JuMP ist eine Modellierungsprache für mathematische Optimierungsprobleme, die in der Programmiersprache Julia eingebettet ist; Coluna ist ein Framework, das JuMP erweitert und die Anwendung einer Dantzig-Wolfe Zerlegung ermöglicht. In Coluna muss jedoch der Benutzer die Problemstruktur beschreiben, welche die Anwendung einer Dantzig-Wolfe Zerlegung ermöglicht. Wir beschreiben, wie dem Benutzer diese Aufgabe abgenommen werden kann und präsentieren unsere Implementierung einer automatischen Dantzig-Wolfe Zerlegung für Coluna. Die Automatisierung der Dantzig-Wolfe Zerlegung erfolt in zwei Schritten. Zunächst erklären wir, wie eine Menge von potentiellen Strukturen für ein gegebenes lineares gemischt-ganzzahliges Programm mithilfe der Indexmengen der Bedingungen identifiziert werden kann. Im zweiten Schritt präsentieren wir verschiedene Scores aus der Literatur, welche zum Ziel haben, die für eine Dantzig-Wolfe Zerlegung potentiell beste Struktur in einer Menge von Kandidaten zu identifizieren.

Classification of MIPs for Dantzig-Wolfe reformulations A graph-based analysis of underlying problem specific structure in mixed integer programms
Student: Paul Alexander Raffelsiefen
Program: Wirtschaftsingenieurwesen |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

The selection of the optimal decomposition for Danzig-Wolfe reformulations presents a difficult task for a generic MIP solver. The determination of the structure of the program can contain valuable information for this process. Therefore detection algorithms are used to extract the characteristics of the MIP. In this thesis a new approach is introduced to classify the MIP as a whole, in contrast to commonly used constrain and variable classification. A graph is used to summarize and analyse the extracted features of the MIP. This graph is generalised, by estimating the sets of indices, that were used for the creation of the MIP. Afterwards can the compression with other graphs, which represent different types of MIPs, result in a categorization of the examined MIP. The implementation of this approach showed promising success, when tested with multiple different types of MIPs. For well structured MIPs, the algorithm was able to reliable detect the type of the MIPs and recommend decompositions accordingly. Problems exist in the handling of small irregularities in the MIPs or structure changed by the presolving process. Therefore, further improvements of the robustness of the algorithm could enhance the classification quality.

Deep Learning for Visual Speech Recognition in Medical Applications
Student: Roney Mathew
Program: Data Analytics and Decision Science |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

Visual Speech Recognition, also called lipreading, is the task of interpreting speech and predicting text by only analyzing the movements of a speaker’s mouth. Lipreading is a difficult task for both humans and computers. The field of Machine Learn and its promising sub-field Deep Learn, have proven to be successful in tackling complex problems. Recent advancements have enabled lipreading systems to use deep learn models which are trained end-to-end. This thesis describes the development of such a deep learn based lipreading system which as an end goal will aid temporarily speech impaired patients in the intensive care units of hospitals in communicating more efficiently. It approaches the problem by breaking it down into two stages which are trained separately. The first stage predicts audio features from video frames and the second stage takes the predicted audio features and predicts the spoken text. The audio data that is available can be utilized for training the system. The lipreading system that was developed using this approach was able to achieve results close to the popular baseline model LipNet. Further, the collective behavior of the two stages of the model was evaluated. The presented insights serve as valuable input for future research in the broader project to which this thesis belongs.

Effizientes Lösen von Flowbased-Strommarktmodellen
Student: Georg Wicke-Arndt
Program: Informatik |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

Aufgrund der Energiewende ist es unabdingbar, dass sich der europäische Strommarkt in den nächsten Jahren deutlich verändern wird. Um diese Veränderungen vorherzusagen und darauf zu reagieren, wird das europäische Stromnetz mittels linearer Programmierung simuliert. Diese Arbeit ist in Kooperation mit der Firma Consentec GmbH entstanden, wo entsprechende Simulationen durchgeführt werden. Der Anspruch an die Genauigkeit der Simulation ist dabei in den letzten Jahren gewachsen. Konkret sollen Stromflüsse nicht mehr alleine auf der Ebene einzelner Länder oder Zonen (NTC), sondern auf Leitungsebene (flow-based) abgebildet werden. Dabei entstehen sehr viele Nebenbedingungen, von denen jedoch die allermeisten den Lösungsraum nicht verändern. Es werden verschiedene Ideen diskutiert, wie mit diesen Nebenbedingungen umgegangen werden kann. Vor allem wird ein Ansatz präsentiert, der das Herausfiltern der relevanten Nebenbedingungen deutlich beschleunigt.

Hierarchical Strong Branching and Other Strong Branching-Based Branching Candidate Selection Heuristics in Branch-and-Price
Student: Oliver Gaul
Program: Wirtschaftswissenschaften |
Type: M.Sc. |
Year: 2021
First Reviewer: M. Lübbecke
| Second Reviewer: M. Schneider
Abstract

In the field of mixed-integer programming, selecting the right variables to branch on can have a huge impact on the size of the branch-and-bound (B&B) tree, and thus on the performance of the whole algorithm. Full strong branching, i.e. selecting variables by fully evaluating the child nodes that would be created for each variable, is good at building smaller trees, but is usually not used on its own in B&B, as the computational effort often outweighs the reduced tree size. Instead, it can be combined with other heuristics, resulting in some of the most successful heuristics for general problems, like hybrid pseudocost/strong branching or reliability branching. As evaluating individual nodes in branch-and-price (B&P) generally takes longer than in B&B due to column generation, both the cost of using strong branching and the benefits of having a small tree are emphasized. This potentially changes the relative performance of existing selection heuristics, and gives opportunity for new ones. One such heuristic is hierarchical strong branching, which combines other heuristics with strong branching with and without column generation in a hierarchical fashion. We extend hierarchical strong branching, and among other things combine it with hybrid pseudocost/strong branching and reliability branching. Then, we evaluate and compare the performance of various strong branching-based and several other candidate selection heuristics, both for original variable branching and Ryan-Foster branching.

Mathematically optimized demand side management for the production of perishable goods
Student: Lovis Heinrich
Program: Wirtschaftswissenschaften |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

Modeling production as mixed integer linear programs (MILP) allows exploiting periods of low electricity price to save variable cost. Complicating aspects such as perishable materials significantly increase solving time of such optimization problems. This in turn often leads to untapped potential in solution quality, which is why more efficient solution processes are needed. For recurring production planning, the same MILP is solved repeatedly, with only the input data changing. Yet, experience about patterns in the solution process is usually not used. In this thesis, a production planning problem with perishable intermediates is considered. It is modeled using lazy constraints, i.e. complicating inequalities are separated and added on-the-fly during the solution process. It is then shown that a deep neural network can predict violated lazy constraints with high precision leveraging experience from previously solved instances. The new model outperforms the fastest conventional model as well as the lazy method by up to 34% less solution time.

Optimal Operation of Laser Powder Bed Fusion Machines
Student: Luca van der Peet
Program: Computational Engineering Science |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

Laser Powder Bed Fusion (LPBF) is an additive manufacturing method that can create 3D objects by melting metal powder layer by layer with lasers. During this process, several aspects can be subject to optimization. First of all, it is of interest to find the optimal number and configuration of lasers for a given component. Additionally, an optimal path of the process head over the substrate area is to be determined and, lastly, the workload must be distributed to the scanners inside the process head. These problems are modelled as Mixed-Integer Programs and optimized using the Gurobi solver.

Optimization of a bank portfolio regarding the net interest income in consideration of regulatory metrics by means of mathematical programming
Student: Hanna Heinemann
Program: Informatik |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

The master thesis deals with a classical optimization problem from the financial world, the interesting question of portfolio optimization for banks. It considers the tension between the fact that banks aim to maximize their interest income, but are also obliged to comply with certain regulatory requirements. On the one hand, the focus of this work was on setting up a functional conception of the optimization model as well as on the technical realization of the additional pre-processing that was developed for the optimization. On the other hand, the work includes the setting up as well as the corresponding implementation of a mathematical model based on selected regulatory metrics. A linear optimization model was set up, which includes the metrics NII (Net Interest Income), EVE (Economic Value of Equity) and NSFR (Net Stable Funding Ratio) as well as the capital ratios and the balance sheet. The work was technically supported by a provider of software products in the financial sector and the optimization was based on the result data from their standard software solution for the reporting of banks.

Orthogonal Packing Problems
Student: Johannes Plett
Program: Mathematik |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

This thesis deals with the theoretical and practical analysis of mixed integer programs for orthogonal packing problems. The goal of the work is to study the packing problem, which is known in the literature as the Multiple Bin Size Bin Packing Problem, and to give solution algorithms. In particular, the condition that items must be placed in the packing without overlapping has caused problems in several dimensions, making it difficult or impossible to extend techniques from the one-dimensional case. For this reason, different modelling techniques for satisfying this condition are first presented on the Orthogonal Packing - and Orthogonal Knapsack subproblems and compared both theoretically and practically. It is shown that compact models based on relations provide the best practical results, although other modelling techniques such as discretisation have better theoretical properties. The techniques that are successful in practice are then extended in various ways for the multiple bin size bin packing problem and the possibilities in this respect are compared again in practice. The resulting comparison shows that the most compact models have the best practical results.

Ship Traffic Optimization on the Kiel Canal: Formulations, Valid Cuts and Presentation of a Branch-&-Price Solution Method
Student: Jan M.H. Fischer
Program: Mathematik |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

Der Nord-Ostsee-Kanal oder auch Kiel Kanal genannt ist die am meisten befahrene Wasserstraße der Welt. Der Kanal ist in beide Richtungen befahrbar, an vielen Stellen aber einspurig, was die Routenplanung zu einer komplexen, bislang von Hand ausgeführten Aufgabe macht. Ich stelle in meiner Arbeit einen funktionierenden globalen Ansatz vor, der unter den bestehenden Lösungen im Schnitt mehrere Prozentpunkte an Gesamtwartezeit für die Reedereien einsparen kann. Es werden die Auswirkungen verschiedener Formulierungen diskutiert und zudem eine problemspezifische Vorverarbeitung und Stärkungen der Formulierung präsentiert. Ein neuer Ansatz versucht, gute Praxislösungen zu generieren und kann bei zusätzlicher Wartezeit von fünf Minuten pro Schiff eine Halbierung der Routenkomplexität bewirken. Schließlich stelle ich einen erweiterten Branch-&-Price Algorithmus für die Dantzig-Wolfe Reformulierung vor, der in Tests erfolgreich die MIP-Lösung einiger Instanzen übertrifft.

The prediction of sales in retail on the level of stock keeping units in the presence of promotions
Student: Maximilian Peters
Program: Informatik |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

The ability to predict future demand accurately is of essential importance in supply chain management. This includes the prediction of sales in retail during promotion periods, where the number of sales differs greatly compared to non-promotion periods. The goal of this master thesis is to increase the accuracy of stock keeping unit (SKU) sales prediction models during promotion periods in a retail setting. Different promotional factors, together with interaction effects between different articles on promotion and consequences of the COVID-19 pandemic are analysed to achieve this goal. This introduces challenges in the form of high dimensionality and sparsity, which are met with a multiple linear regression model. Besides an accurate prediction, which is achieved by the incorporation of these features, this model allows to draw conclusions about causal relations between the influencing factors and the number of sales. The model is applied to data provide by a Dutch supermarket to evaluate its performance.

The Temporal Facility Location Problem
Student: Daniel Bugdalle
Program: Informatik |
Type: M.Sc. |
Year: 2021
First Reviewer:
Abstract

Location planning over a time horizon is a common task and therefore needs efficient solving methods. Experiments with temporal extensions to related problems indicate that branch-and-price algorithms might also be suitable for solving the temporal facility location problem (TFLP). This is supported by the reproduction of the results of two papers with related temporal problems, namely the temporal bin packing problem and the temporal knapsack problem. The knowledge obtained from these results is then used to create several TFLP instances with different parameter scenarios. The reproduction as well as the solving of the TFLP instances is performed with GCG and SCIP as branch-and-price and general-purpose solver respectively. In the experiments conducted in this thesis the instance parameter that has the biggest influence on the solving times is the opening cost, but having uncapacitated or capacitated facilities is another important factor. Comparing the results of GCG and SCIP on these scenarios leads to the conclusion that in most cases the general-purpose solver SCIP is the faster alternative. The branch-and-price solver GCG is useful for large instances with expensive opening cost and useful for some instances when the facilities are uncapacitated.

Vorraussagen Gemischt-ganzzahligen Problem-Klassen mithilfe Graph Neuronalen Netzen
Student: Stefan Seiler
Program: Informatik |
Type: B.Sc. |
Year: 2021
First Reviewer:
Abstract

Machine learning methods and deep learning in particular have seen many use-cases for almost every domain in the last couple of years now. Among those is the domain of discrete optimization. In discrete optimization machine learning has been applied to heuristically improve some algorithms. Since similar models in discrete optimization can also be handled or processed similarly, we will utilize Graph Convolutional Network (GCN) to predict which problem class a Mixed Integer Programm (MIP) belongs to, such that suitable algorithm can be applied to a model. To be exact, the natural variable-constraint bipartite graph representation of MIPs is utilized to train a GCN in the task of classification. The trained GCN will additionally be able to represent any MIP by a fixed size feature vector, which can be used to calculate how similar different MIPs are to each other. The process of training the GCN will be documented and our final model will be evaluated by comparing its performance to its competition. In addition to this, some experiments will be conducted to get a better understanding of which features and which parts of the networks are important for good classification results.

2022
A Price-and-Branch Heuristic for Line-Haul Network Optimization
Student: Miléna Tyra
Program: Wirtschaftsingenieurwesen (WPT) |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

This work explores if scheduled service network design programs can effectively support the Deutsche Post DHL Group (DP-DHL) in the tactical planning of their service networks. The DP-DHL operates service networks using trucks to transport packages between regional terminals. For cost-efficient transportation, packages are consolidated at hubs, which requires close coordination of the operated services. The underlying combinatorial optimization problem is known as the scheduled service network design (SSND) problem. SSND programs can decide which services to operate and how to transport commodities based on these services to minimize the total operational costs. In the case of DP-DHL, a variety of real-world constraints and operational options need to be considered during the program development. The proposed SSND program is solved by a price-and-branch heuristic, where services and paths for commodity flows are generated based on time-space graphs in column generation schemes. The program simplifies the DP-DHL problem to apply SSND programs known from literature to the DP-DHL case. Within the simplified framework, the currently operated service network under consideration could be optimized in terms of costs. The linear programming relaxation solution values show significant optimization potential, which could be partially translated into mixed-integer solutions. It can be challenging to fully model the real-world complexity and to design large and robust service networks with SSND programs. However, the improvements achieved indicate that SSND programs could be used as part of advanced solution procedures that can overcome modeling and runtime challenges.

Algorithmische Struktur Erkennung in mixed-integer Programmen für Dantzig-Wolfe Reformulierung
Student: Julian Rehm
Program: Informatik |
Type: B.Sc. |
Year: 2022
First Reviewer:
Abstract

Die Vorteile der Danzig-Wolfe-Reformulierung (DWR) beim Lösen von gemischt-ganzzahligen Programmen (MIPs) sind gut dokumentiert. Damit DWR gute Ergebnisse erzielt, muss jedoch eine bestimmte Struktur in der Nebenbedingungsmatrix des MIPs vorhanden sein. In den meisten heutigen Solvern muss der Benutzer solche Strukturen für den Solver bereitstellen. Es gibt in der Literatur einige Vorschläge zur Automatisierung der Strukturerkennung, von denen jedoch einer eine sehr wünschenswerte Prämisse hat, da er keine Benutzereingaben erfordert, d.h. keine Kenntnisse über die Problemstruktur voraussetzt. Der in der Arbeit "Structure detection in mixed-integer programs" von Khaniyev et al. vorgeschlagene Algorithmus erkennt eine bordered block diagonal (BBD) Struktur. Er schlägt eine Metrik für die Güte solcher BBD-Strukturen vor und implementiert einen greedy, auf community detection basierenden Ansatz. Diesen Algorithmus haben wir im GCG Solver implementiert, so dass wir die wichtigsten Designentscheidungen nachvollziehen sowie die Performance testen konnten.

Algorithms to detect maximum embedded reflected network sub matrices in linear programs
Student: Jordan Rosenstein
Program: Informatik |
Type: B.Sc. |
Year: 2022
First Reviewer:
Abstract

Extracting special structures from coefficient matrices is a known practice to solve linear programs more efficiently. One of these extraction problems is the detection of maximum embedded reflected network matrices (DMERN). That is finding a maximal sub matrix in our coefficient matrix such that by multiplying a number of its rows with −1 this sub matrix contains in each column at most one -1 entry and at most one +1 entry, while all other entries are zero. The goal of this bachelors thesis is to give an introduction into the DMERN problem and provide a collection and explanation of solution approaches that can be found in the literature.

An analysis of an extended image-based approach to detect structural similarity among mixed integer programs
Student: Jurgen Lentz
Program: Informatik |
Type: B.Sc. |
Year: 2022
First Reviewer:
Abstract

This thesis implements, documents and analyzes two different image-based approaches to detect structural similarity among mixed integer programs. The first approach detects structural similarity among mixed integer programs using the constraint coefficient matrix. Therefore, the constraint coefficient matrix is permuted using decomposition techniques of the Generic Column Generation solver (short GCG) and is visualized as an image. Several instances of strIPlib are used to create these images and then passed on to train a convolutional autoencoder. The trained convolutional autoencoder can compute feature vectors that represent latent structural features of the mixed integer program. Thereafter, the feature vectors are used to measure similarity among mixed integer programs. The aforementioned approach is extended by adding the left-hand and right-hand side vectors and the objective coefficient vector to the constraint coefficient matrix and thus creating more insightful images. These images are easily created using the developed visualization tool for decompositions in PyGCGOpt. This procedure generates our second approach to detect structural similarity among mixed integer programs. Finally, the analysis of both approaches shows that both approaches are equally well suited to detect structural similarity among mixed integer programs.

Artificial Neural Networks Enhanced Distribution System State Estimation
Student: Shekhar Dure
Program: Data Analytics and Decision Science |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

State estimation is responsible for the stable and efficient operation of electric power system and plays a vital role in power system monitoring and control. The increasing shift towards use of renewable energy sources (RES) in electric power system has introduced bi-directional flow of power in the electric power system, one from the transmission system and other from the renewable energy resources which can violate the network operating constraints which can further lead to the network failure. Therefore, state estimation in distribution networks have become very critical. Distribution System State Estimation (DSSE) algorithms compute the state variables of an electrical network complex voltages (magnitude and phase angle) using input measurements of electric bus active and reactive power injections, branch power flows and bus voltages magnitudes taken from the system. The main challenge for implementation of state estimation in distribution network is the limited number of measurements. System is generally unobservable (partially observable), therefore an attempt to solve this problem of lacking real time measurements is the employment of so-called pseudo-measurements to ensure the observability of the system and a reliable estimation. Therefore, the validity of state estimation depends on the accuracy of generated pseudo-measurements. The focal point of this thesis is to device an alternative approach to generate and model pseudo-measurement in reference to distribution system state estimation. In the proposed approach, Artificial neural networks (ANNs) are used to generate pseudo-measurements where few real measurements are used in conjunction with typical load and generation profiles. The error between the load and generation profiles (target output of ANN) and ANN output is modeled through Gaussian Mixture Model (GMM). The state estimation of three different networks are computed using the pseudo-measurements generated using the proposed methodology and compared with the actual state estimation values to validate the quality of state estimation results using the predicted pseudo-measurements. We have also demonstrated our proposed approach of pseudo-measurement modeling for state estimation on network with topological changes.

Can learning-based approaches optimize optimization? A case study on energy grids
Student: Kevin Kruse
Program: Informatik |
Type: M.Sc. |
Year: 2022
First Reviewer: W. Unger
| Second Reviewer: M. Lübbecke
Abstract

Energy grids are the backbone of every developed country. Currently, the grid topology is considered to be fixed. Topological changes are mostly executed in case of overloads or violations of safety margins. Thus, primary measures to control the power grid are market-based ones, like actively steering power plants. Recent research also identified the potential of optimizing the power flow including topological measures, like transmission element switching. The mathematical complexity of this formulation prohibits its practical usage. Currently, results are either obtained too slowly or violate critical security requirements using heavily simplified models. This work presents implementations of the traditional problem formulation and their restrictions. Alternative solution methods like nearest neighbor and reinforcement learning are implemented and compared against traditional optimization methods.

Combinatorial Attacks on Binarized Neural Networks
Student: Jérôme Lenßen
Program: Mathematik |
Type: B.Sc. |
Year: 2022
First Reviewer:
Abstract

In this work, we explore combinatorial attacks on (binarized) neural networks. The "attacks" are small changes to the input data, such that the network misclassifies the input. To construct such combinatorial attacks, mixed-integer programs are used, instead of the gradient of the network, which is usually used. In the first part of the thesis, we reproduce the Iprop attack proposed by Gupta et al. in "Combinatorial Attacks on Binarized Neural Networks". Binarized neural networks are hereby aritficial neural networks with weights restricted to 0 and 1. We compare our results with those reported in the paper and analyze challenges in the implementation of the proposed method. In the second part, we extend the attacks to continuous neural networks and compare LP-based attacks with gradient-based attacks. We answer the question in which scenarios the LP-based approaches offer better performance and evaluate the strength of our formulation. Furthermore, we analyze whether successful "attacks" can be transferred to other network architectures and if LP-based attacks generalize better than gradient-based attacks.

Creating Train Timetables with Associated Scheduled Passenger Routings Based on Integer Linear Programming
Student: Johannes Salentin
Program: Informatik |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

In the course of planning railway transportation systems multiple problems have to be solved. Typically, those problems are solved sequentially in different stages, but since the planning stages are highly dependent on each other, it is beneficial to follow a more integrated approach. Inspired by the problem statement of the informatiCup 2022 "Abfahrt!", the integrated problem of creating a feasible train timetable with an associated scheduled passenger routing that minimizes the overall delay of all passengers will be investigated. This means, we direct trains and passengers individually through a public transportation network (PTN), while respecting all capacity constraints at all times. This problem turns out to be strongly NP-hard.  We propose different solution approaches based on integer linear programming and implement them to analyze their performance on examples. As a result, the approach based on a space-time graph representing actions on the original PTN outperforms the other presented concepts.

Impact of LP-Constraints Classification on the Strength of Dantzig-Wolfe Reformulation Dual Bounds
Student: Dawid Jażewicz
Program: Informatik |
Type: B.Sc. |
Year: 2022
First Reviewer:
Abstract

This thesis investigates the behavior of Dantzig-Wolfe decompositions with regard to constraint classification. Instead of considering all possible constraint subsets as potential decompositions, classification allows considering significantly fewer decompositions. Thus, analyses on larger instances are possible. This thesis examines, whether one can derive a rule for the strength of the dual bounds based on constraint classification.

Improving the Cash Flow of the Company by Prescribing the Collections Manager's Actions through an Artificial Intelligence Based Predictive Worklist
Student: Premnath Eswaran
Program: Data Analytics and Decision Science |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

Collection and Dispute Management, a part of the broader Order to Cash process, is responsible for collecting the credit back from the customer and improving the cash flow. Bayer's collections process suffers a severe overdue problem, owing to delayed payment by the customers. The current reactive nature of the collection process poses a significant challenge for reducing the average delinquent days. Hence a proactive collection strategy with a specific collection action for each customer is the need of the hour. This thesis focuses on understanding the business problem and providing an analytical solution for the collection team of one of the country. The solution employs Machine Learning via two modules: Invoice prediction and Days to Pay prediction. Finally, the Predictive Worklist module is the decision model that ensembles the results from the other two modules and the behavioral characteristics of the customer to create a recommended action for each customer. A detailed analysis of the problem and performance of those modules are evaluated. The proposed model serves as base for further extension of the project for other countries.

Intelligent selection of the hyperparameters & topology of neural networks for the determination of a measurement model
Student: Muqi Liu
Program: Wirtschaftsingenieurwesen (EET) |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

The accurate determination of the measurement uncertainty is important in the production environment to avoid economic losses due to erroneous decisions caused by measurement errors. Prerequisite for determining the measurement uncertainty is the description of the measurement process with the help of a model. Artificial neural networks (ANN) have the potential to create a model that validly describes the measurement process. However, there are no guidelines for the selection of the hyperparameters and topology of the ANN that are used in this context. In this master’s thesis, a method for optimized hyperparameter and topology selection for model building in measurement uncertainty determination using ANN was developed. The optimization of the hyperparameters and topology of ANN was first formally described as a mathematical optimization problem. To solve the problem, different algorithms (including classical algorithms, genetic algorithms) were identified and adapted for the problem of modeling in the determination of measurement uncertainty. Finally, the methods were evaluated using several measurement data sets.

Mixed integer Program for Covering Rectilinear Polygons
Student: Daniel Sous
Program: Informatik |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

In this Master Thesis, we investigate Mixed Integer Programs (MIPs) for optimally solving the problem of covering rectilinear polygons with a minimum number of axis parallel rectangles. Since larger instances involve millions of possible rectangles inducing long solving times, it might be necessary to choose a MIP formulation that can be solved with column generation. This allows us to start with a basic feasible solution and dynamically add new rectangles improving the current solution. In general, solutions to this NP-hard problem find applications in the fabrication of DNA chip arrays, in VLSI design, and image compression. In particular, aiming at image compression, other shapes like ellipses will be tested to improve the compression rate. Additionally, we investigate an approach that allows the model to select the shapes on its own to achieve even higher compression rates. Furthermore, the MIPs can be extended to allow for a lossy image compression. This thesis will elaborate and implement the introduced approaches to test them for their computational feasibility.

Practical Approaches to Nesting Different Classes of Shapes
Student: Janos Pidubnij
Program: Data Science |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

The nesting problem belongs to the class of cutting and packing problems. A two-dimensional cutting problem is called a nesting problem when the two-dimensional objects that need to be cut are non-rectangular. The objective is usually to minimize waste by utilizing the available material in the most efficient manner. Nesting problems are often encountered in manufacturing industries such as wood, steel, and textile industry. The geometric properties of irregularly shaped objects make solving nesting problems in practice very challenging. In this thesis, we cover the existing approaches to solving nesting problems as well as the geometric tools utilized by these approaches. Additionally, we explore a methodology combining two different strategies, namely, a heuristic algorithm and a mixed-integer programming model.

Reduced Cost Variable Fixing in Branch-Price-and-Cut Algorithms
Student: Alexander Helber
Program: Wirtschaftsingenieurwesen (EET) |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

Reduced cost variable fixing is a classic technique for reducing the problem size when solving mixed-integer program. It allows fixing variables whose reduced costs are higher than the absolute gap. Reformulating problems with Dantzig-Wolfe decomposition and solving them with branch-price-and-cut algorithms often leads to tight dual bounds and smaller absolute gaps, but application of RCVF is not straightforward in these algorithms. Fixing the variables in the reformulation is not very promising but fixing variables of the original problem is not immediately possible, as no reduced costs are known for them. This thesis explores various ways to compute reduced costs of original variables and therefore apply RCVF in BP&C both from a theoretical and computational perspective.

Relaxationen für ganzzahlige lineare Programme
Student: Stefan Rogosinski
Program: Mathematik |
Type: M.Sc. |
Year: 2022
First Reviewer: M. Lübbecke
| Second Reviewer: A.M.C.A. Koster
Abstract

In dieser Arbeit untersuchen wir verschiedene Relaxationen für ganzzahlige lineare Programme und betrachten dabei insbesondere deren Anwendung auf das Stable Set Problem. Wir analysieren Dantzig-Wolfe- Reformulierungen, die Corner-Relaxation und deren Variationen, die Sherali-Adams-Relaxation und die Lovasz-Schrijver-Relaxation anhand folgender Gesichtspunkte: Wie genau ist die Relaxation? Kann man die konvexe Hülle bestimmen? Wie hoch ist der Zeitaufwand? Wie hängen diese Faktoren möglicherweise von der Struktur des Graphen ab? Kann man das Problem auf ein Teilproblem reduzieren? Kann man verschiedene Verfahren kombinieren? Kann man die Verfahren auch auf andere Probleme anwenden?

Sentiment Analysis using Natural Language Processing on (Text, Social Media and Application Reviews)
Student: Saurabh Potdukhe
Program: Data Analytics and Decision Science |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

Texts written in natural language are an unstructured data source that is hard for machines to understand. The amount of text in the world wide web is growing every minute. To deal with this huge number of unstructured data automated text analysis is crucial. Natural Language Processing (NLP) is part of artificial intelligence that makes natural language texts comprehensible for machines. Natural language processing (NLP) techniques can contribute to this problem by offering automated means to do preprocessing, text classification, feature extraction, and topic modelling. Social networks, like Facebook or Twitter, Application like Amazon or eBay are a phenomenon that has recently transformed numerous aspects of our lives. The impact of these platforms is no longer limited to entertainment or personal presentation of individuals. Indeed, they have formed a new sheer of business, with some emerging companies focusing primarily on this platform and others, more traditional ones, expanding their marketing efforts there. My intense research is being performed in order to efficiently categorize, filter, detect text and reviews on the customer-generated content on social networks and application reviews. One of the key segments of this effort is sentiment analysis and goal is to create different models on sentiment of the posts, comments, reviews or other forms of reactions users generate in relation to a company or a product. On the basis of that checking computational performance and results.

Über die Evaluation und Optimierung von konvergenten und divergenten Produktionsstrukturen
Student: Max Korfmacher
Program: Mathematik |
Type: B.Sc. |
Year: 2022
First Reviewer:
Abstract

Um die Frage zu beantworteten, ob sich die Investition in ein bestehendes Produktionssystem lohnt, muss man beide Konfigurationen anhand von Kenngrößen miteinander vergleichen. Dazu wird die Produktionsstruktur als Maschinen, welche über Puffer miteinander verkettetet sind, abstrahiert. Dabei fangen die Puffer Maschinenausfälle ab, damit nicht weitere Arbeitsschritte auf Grund von Materialmangel oder mangelnder Kapazität im Output stillstehen. Ein Puffer kann zum Beispiel ein Förderband sein, auf dem sich Zwischenprodukte aufstauen können. Desweitern soll das Modell auch konvergente und divergente Produktionsströme abbilden, das heißt Maschinen können mit mehr als zwei Maschinen verbunden sein und somit zum Beispiel eine Endmontage beschreiben. Zur Bewertung verschiedener Konfigurationen kann man die Ausbringung als Kenngröße verwenden, welche die Produktionsmenge bezüglich einer Zeiteinheit beschreibt. Zudem ist der Wirkungsgrad, also die Ausbringung im Vergleich zur kleinsten Produktionsrate einer Maschine, interessant. Zur Messung dieser Werte in der Realität, müsste allerdings die Produktionsstruktur umgebaut werden, was mit erheblichen Kosten verbunden. Somit muss auf eine Simulation oder ein numerisches Verfahren zurückgriffen werden. In dieser Arbeit werden Algorithmen, zur Bewertung von konvergenten und divergenten Produktionsstrukturen aus der Literatur erläutert. Der Input ist ein Netzwerk aus Maschinen, wobei diese durch Kennzahlen zur Produktionsrate, Ausfallzeiten und Reparaturdauer beschrieben werden und die Puffer über ihre Kapazität definiert sind. Des Weiteren wird der Fokus auf der Anwendung dieser Algorithmen in der Praxis liegen, insbesondere im Vergleich zur Simulation. Dazu wird ein Algorithmus prototypisch umgesetzt. Zu Beginn der Arbeit werden die Ansätze der verschiedenen Algorithmen aus der Literatur erläutert. Im Anschluss wird die Vorgehensweise der Algorithmen erklärt, dabei wird der mathematische Hintergrund beleuchtet. Der letzte Abschnitt beschäftigt sich mit der Güte der Bewertung des implementierten Algorithmus und mit seiner Laufzeit.

Unterstützung der Suche: Wie Maschinelles-Lernen-Methoden helfen, traditionelle kombinatorische Optimierungsprobleme zu lösen, eine Überprüfung und Implementierung
Student: Jonathan Alegria
Program: Data Analytics and Decision Science |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

Recent times have seen the rise of a research current which aims to solve classical Combinatorial Optimization (CO) problems through the help of Machine Learning (ML), and specifically in this work Deep Reinforcement Learning (RL) methods. One of the problems where these two exciting fields meet one another tackles the question of how to guide the branching process within a Branch and Bound algorithm, where sequential decisions must be done in order to reach an optimal solution. To this extent, the goal  of the current work is to gain insight of the state of the art methodologies dealing with such a problem, and through an implementation and an experimental study, to provide an comprehensive view of the impact of employing RL to aid the solving of CO problems.

Varianten des Temporal Facility Location Problems: Komplexität, Modellierung und Anwendung auf die Standortwahl von Ladestationen für Elektrofahrzeuge
Student: Anne Schönhofen
Program: Mathematik |
Type: M.Sc. |
Year: 2022
First Reviewer:
Abstract

Aktuell sind Klimaschutzmaßnahmen in vielen Sektoren von großem gesellschaftlichem und politischem Interesse, um den anthropogenen Treibhauseffekt einzudämmen. Der Verkehrssektor nimmt dabei eine entscheidende Rolle ein, da dieser zu den weltweit größten Verursachern von Treibhausgasen zählt. Im Rahmen der Mobilitätswende wird angestrebt, in den kommenden Jahren die bisher überwiegend verbreiteten Verbrennungsmotoren durch Fahrzeuge mit hybridem oder vollelektrischem Antrieb weitestgehend zu ersetzen. Damit einher geht der Ausbau der nötigen Ladeinfrastruktur und Entscheidungen bezüglich der Standortwahl und Größe von Ladestationen. In dieser Masterarbeit wird das Problem basierend auf dem Temporal Facility Location Problem mit Methoden der diskreten Optimierung mathematisch modelliert. Dieses stellt eine zeitliche Erweiterung des klassischen Standortproblems dar, in der Kunden jeweils nur für ein gegebenes Zeitintervall an einen Standort angebunden werden. Die neue Restriktion lautet, dass zu keinem Zeitpunkt mögliche Kapazitäten der Standorte überschritten werden dürfen. In einer detaillierten theoretischen Analyse werden zunächst verschiedene Varianten des grundlegenden deterministischen Temporal Facility Location Problems untersucht. Neben einer jeweiligen Komplexitätsanalyse werden beispielsweise Untersuchungen bezüglich der Approximierbarkeit durchgeführt sowie verschiedene mathematische Formulierungen hergeleitet und verglichen. Daraufhin werden die Probleme in ihren Online-Varianten untersucht und Resultate bezüglich der Kompetitivität vorgestellt. Anschließend werden realitätsnahe Charakteristika des Anwendungsbereichs in die Problemdefinition integriert, indem verschiedene Modifizierungen vorgenommen werden, und erneut eine detaillierte theoretische Analyse durchgeführt.

2023
An Experimental Analysis of Exact MIP Formulations for Graph Spanner Problems
Student: Isabel Klöter
Program: Informatik |
Type: M.Sc. |
Year: 2023
First Reviewer:
| Second Reviewer: M. Lübbecke
Abstract

In this thesis we take a look at the variety of graph spanner problems in the current literature and some exact mixed integer programming approaches to solve these. We present five spanner types used in problem definitions, the path formulation and multicommodity flow formulation we use to solve them. We run an experiment using the Erdős-Rényi random graph model as well as the Watts-Strogatz small world model to analyze the behavior of different combinations from spanner types, formulations, and graph models. We find that pairwise and sourcewise spanners prove slower to solve, while subsetwise spanners reveal themselves to be fastest to solve of the spanner types. The random graph model turns out to provide faster running times than the small-word model and the multicommodity flow formulation provides faster model building and subsequently faster overall running times than the path formulation. As part of the experiment we generate a library of input instances for the spanner problems and graph models. Since randomness is involved in the generation of the instances, this library helps in the proper analysis and comparison of solution approaches and easily allows for further expansion on it.

Analysis of Primal Heuristics for Mixed Integer Programs in SCIP
Student: Daniel Cegielski
Program: Informatik |
Type: B.Sc. |
Year: 2023
First Reviewer: P. Rossmanith
| Second Reviewer: M. Lübbecke
Abstract

Mixed integer programming is a powerful tool to model and solve many modern optimization problems like network design, frequency assignments, or chip verification. As solving mixed integer programs, or MIPs in short, is NP-hard, many modern solvers rely on primal heuristics to assist the solving process of the branch-and-cut algorithm. These heuristics have the ability to shorten the solving process by using the given information to find high-quality feasible solutions and are therefore very important when solving MIPs of higher complexity. While modern solvers, such as the open-source solver SCIP, have already a wide range of implemented heuristics, there is a great interest in heuristics with new approaches due to increasing MIP complexity. This thesis is going to describe the new heuristic "Feasibility Jump", introduced by Luteberget et al., and integrate it into SCIP. This heuristic tries to find a high-quality feasible solution by iteratively setting one variable to a value where the most constraints are satisfied. Evaluation of the impact feasibility jump has on the solving process of SCIP yields positive results regarding solving time or primal integral while having no significant effect on the solving process of MIPs where it does not find a solution.

Comparison of Solver Performances on Structured Integer Programming Instances
Student: Maximilian Boekels
Program: Informatik |
Type: B.Sc. |
Year: 2023
First Reviewer: M. Lübbecke
| Second Reviewer: W. Unger
Abstract

Knowledge about structure in an Integer Linear Program can help to improve the solving process, such as a block-diagonal structure by enabling a Dantzig-Wolfe decomposition. While GCG, a solver based on SCIP, can automatically detect structures in Integer Linear Programs, other commercial and non-commercial solvers require the user to enter the structure information manually to utilize the benefits of a Dantzig-Wolfe-Decomposition. Even though one of the main factors for a performant decomposition is to find a good structure within a problem, we are interested in the quality of the decomposition algorithms themselves. We compare and evaluate which solver performs best on certain problem instances providing all with the same information about the problem itself and its structure.

Detection of Staircase Structures in Coefficient Matrices of Linear Programs and their Algorithmic Exploitation
Student: Christian Hoyer
Program: Informatik |
Type: M.Sc. |
Year: 2023
First Reviewer: W. Unger
| Second Reviewer: M. Lübbecke
Abstract

Dantzig-Wolfe decomposition is a popular technique for solving (mixed integer) linear programs where a large subset of constraints can be divided into independent subprograms. In such a program's coefficient matrix, the rows and columns corresponding to the subprograms can be reordered to form a block-diagonal. A similar structure is the staircase, where neighboring blocks are linked by columns or rows. Staircases can appear in coefficient matrices of linear programs modeled over a time horizon where each period is linked to its predecessor and successor. If the periods are linked by columns, Dantzig-Wolfe decomposition can still be applied by utilizing Lagrangian decomposition. To apply it, the periods' constraints and the existence of a staircase structure either must be known beforehand or a staircase must be identified in the coefficient matrix. Since the constraints are likely in the wrong order to identify the structure by just looking at the matrix, algorithms must be used for the detection. In this thesis, an algorithm is presented that was designed to detect staircases by joining rows to blocks via agglomerative hierarchical clustering. It was tested on five temporal (mixed) integer programs and its results were compared to those of two detection algorithms that have already been part of the solver Generic Column Generation. The proposed algorithm was the best staircase detector overall but still showed some flaws, the major one being its high computation time. Nevertheless, it demonstrates that block-diagonal detectors can be utilized for the detection of staircases. At the same time, one of the two existing staircase detectors demonstrated potential. For two of the temporal programs, staircase structures were used for solving instances from the literature. In one of them, they had a very negative impact on the solving times. In the other, the differences in visual quality of various staircases had no obvious impact.

Development of a Web-Based Platform for Filtering, Visualizing, and Exploring Structured Integer Programs
Student: Leon Carmincke
Program: Informatik |
Type: B.Sc. |
Year: 2023
First Reviewer: P. Rossmanith
| Second Reviewer: M. Lübbecke
Abstract

This thesis presents a new web-based platform for the structured Integer Program library, strIPlib, a collection of 21,000 mixed-integer program (MIP) instances with an exploitable problem structure. Each instance is annotated with more than 150 metadata attributes that describe its structure, characteristics, and the algorithmic behavior of the Generic Column Generation (GCG) software while solving it. The metadata is beneficial for compiling test sets to evaluate the algorithmic components of solvers in isolation or together by selecting instances that closely match the objective. However, the current website that provides access to the instances and metadata has limitations in presentation and functionality, such as a lack of in-depth categorization of instances or missing download and filter functions. These limitations hinder researchers from finding instances that match their research question and accessing the raw linear program files. The new user interface displays instances hierarchically, reflecting problem types and contributors. Each of the 150 metadata attributes has been made filterable with graphs showing their distribution and correlation. After filtering, a test set containing instance and structure files can be compiled and downloaded. The integration of GCG reduces the entry barrier and allows researchers to detect and visualize problem structures on the website with one click. Due to the maintainable design, the platform is prepared to integrate other existing projects, such as graphics for visual evaluation of GCG runtime data or a tool for reducing the number of instances after filtering while maintaining the overall diversity.

Feature Selection in Clustering - An MILP approach with Branch and Price
Student: Lasse Stocker
Program: Informatik |
Type: B.Sc. |
Year: 2023
First Reviewer: W. Unger
| Second Reviewer: M. Lübbecke
Abstract

Abstract: Cluster analysis of statistical data sets attempts to identify similarity structures in data sets in order to be able to combine individual statistical units into groups in a meaningful way. Data sets can be very large and contain features that are either redundant or irrelevant for grouping. The selection of the relevant features is a fundamental problem of cluster analysis. In the paper [Benati et al., 2018] 2 mixed integer models are presented, which calculate the problem of the selection of relevant features. Test results that have been done in the paper solving these models with CPLEX show that both formulations have promising results with well separated clusters, but have their limits for problems where clusters overlap or features are not unique. In this bachelor thesis the two mixed integer programs were solved with the original data sets using the framework GCG [Gamrath and Lübbecke, 2010], which follows a branch price and cut approach and were compared with the results from the original paper. Results show that although the underlying structure of the problem is promising, solving the instances with GCG is slower by orders of magnitude.

Implementation, Evaluation and Extension of a Model for the Optimization of Grid-Related Measures in the Operation of Electrical Transmission Grids
Student: Lukas Ochse
Program: Informatik |
Type: M.Sc. |
Year: 2023
First Reviewer: W. Unger
| Second Reviewer: M. Lübbecke
Abstract

Power transmission grids face increasing stress due to changes in power production and consumption patterns. The shift towards renewable, usually less steady energy sources or the deployment of "smart" devices have their contribution to this process. Currently, not all degrees of freedom in the power grid operation are exhausted; thus, the operation is sub-optimal concerning congestion and costs. While the power dispatch is optimized, this is not the case for topology measures, mainly due to computational burdens. This thesis analyzes the issue of using topology measure optimization integrated into an optimal power flow problem, the so-called Security Constrained DC Optimal Transmission Switching (SC-DC-OTS) problem. An integrated problem formulation of a Power Transfer Distribution Factor (PTDF) based SC-DC-OTS is provided together with its implementation. Further, an offline algorithm is proposed to find topology measure candidates efficiently, thereby reducing the solution space of the SC-DC-OTS model, the so called Power Set Poisoning Depth-First Search (PSPDFS) algorithm. In parallel, the implementation explores improvements to the ergonomics of modeling tasks. Four simulation studies are conducted to evaluate the functioning and performance of the model implementation, as well as the potential of the PSPDFS algorithm. Considering topology measures and security constraints leads to a vast amount of side conditions in the model, and thus, considering all potential topology measures is not manageable. The simulations show that in some cases, PSPDFS can considerably reduce the number of topology measures.

Learning Linear Programs - An Exploratory Study of a Machine Learning Algorithm for the Recovery of Instances from Examples
Student: Johannes Ehls
Program: Informatik |
Type: B.Sc. |
Year: 2023
First Reviewer:
| Second Reviewer: M. Lübbecke
Abstract

Today, machine learning methods based on statistical learning theory are enjoying growing interest in both research and applications. Simultaneously, operations research, in particular, linear programming, experiences a renewed surge in popularity, providing solutions that are guaranteed to be optimal for a wide range of problems. As part of the efforts made to integrate those fields for mutual benefit, recent studies have attempted to apply machine learning to solutions and non-solutions of linear programs. The goal here is to obtain a linear programming instance from such data that describes the problem as accurately as possible. In practice, data, i.e., solutions and non-solutions, can often be collected independently of and much more easily than modeling the problem. However, since modeling a problem as a linear program needs domain as well as methodological knowledge, skilled experts are hard to find and thus also expensive. As a step in the direction of automatic modeling, learning linear programs could therefore be of great interest for everyone applying linear programming. Therefore, in this thesis, an exploratory study of a learning algorithm is conducted with respect to the following questions: Can reasonably good results be obtained by the algorithm on synthetic linear programs obtained from different sampling methods? Can the results obtained be transferred to real-world known instances? Of what quality are the obtained solution instances? And what properties must therefore be met by the examples used? The core of this work is an implementation of the algorithm to verify and investigate these and other aspects through various experiments, and compare it to benchmark algorithms.

Learning to Solve Combinatorial Optimisation Problems Effectively
Student: Marawan Emara
Program: Informatik |
Type: B.Sc. |
Year: 2023
First Reviewer: B. Leibe
| Second Reviewer: M. Lübbecke
Abstract

In this thesis, we take a look at tackling the challenge of solving complex combinatorial optimisation problems using a combination of machine learning and combinatorial optimisation techniques. As modern-day problems become increasingly intricate, it is essential to develop efficient and effective solutions to address them. We focus on the task of predicting shortest paths in the context of the Warcraft Shortest Paths dataset, a scenario where traditional machine learning approaches may not be sufficient for accurate predictions. To begin with, we look at an overview of the fundamental concepts of machine learning and combinatorial optimisation and investigate various architectural approaches, including machine learning-based architectures, two-stage approaches utilising both machine learning and combinatorial optimisation separately, and combined pipelines. To evaluate the effectiveness of these approaches, I apply them to the Warcraft Shortest Paths dataset and analyse their performance using relevant metrics such as loss and gap. The main contribution to this topic includes a comprehensive comparison of these three approaches applied to the same dataset, offering insights into their advantages, disadvantages, and potential improvements. This analysis also includes a brief discussion regarding the importance of the metrics used for evaluating different architectures, seen through the lens of the optimality gap and losses.

Mathematical optimization approaches to support the automation of the facility layout design
Student: Jannis Michaelis
Program: Wirtschaftsingenieurwesen (Maschinenbau) |
Type: M.Sc. |
Year: 2023
First Reviewer: M. Lübbecke
Abstract

Facility layout design, the efficient arrangement of functional units inside a facility, is a crucial part of factory planning. Despite extensive research on the topic, mathematical optimization approaches are still underutilized in practice, partly due to differences between the facility layout problem and facility layout design. This study addresses both aspects, beginning with the development of an efficient mixed integer programming (MIP) model. The effect of different modeling choices is examined, and a new linear area approximation via non-equidistant support points is introduced. The improved formulation allows operators to set a maximum area deviation and distributes the deviation equally. Much of the problem’s computational complexity comes from the non-overlapping constraints. Two different sets of constraints are presented and compared. Additionally, the importance of a two-stage approach is established, and two solution approaches are proposed. A collection of common test instances is introduced based on which a set of computational tests are performed. The tests show that the MIP approach can efficiently solve small to medium-sized instances with up to 14 functional units. Test instances with 20 to 60 functional units were solved more efficiently by the heuristic. In addition to theoretical test instances, this research includes a real-world planning scenario from the industry. Both solution approaches were successfully adapted to solve the industry test instance. However, the heuristic tends to generate mostly infeasible layouts. This raises the question of whether the heuristic can provide any benefit for solving the facility layout design in practice. Despite this, the overall approach made it possible to improve both the mathematical optimality of the solution and also the applicability to the real-world scenario. Nevertheless, the newly generated layouts exhibit less structural transparency than the original layout, and further fine-tuning and acceptance efforts may be required to ensure the adoption of the solution.

Mixed Integer Linear Programming Methods to Generate Attacks on Binarized Neural Networks and to Increase their Robustness
Student: Hendrik Höfert
Program: Informatik |
Type: M.Sc. |
Year: 2023
First Reviewer:
Abstract

Binarized Neural Networks (BNNs) are feed-forward neural networks with fully connected layers that purely use binary weights. The evaluation is highly efficient, which makes it attractive to use them in low-power settings since their performance is close to the performance of linear neural networks. However, robust networks are important, especially in settings that are safety-critical. So-called attacks on neural networks are small perturbation vectors that are added to the input that lead to different (pre-defined) results. Existing methods to generate attacks mostly use gradient-based methods, but the binary, non-differentiable nature of the BNNs renders gradient-based methods impossible. One more recent approach already makes use of mixed integer linear programming (MILP) models. In this body of work, we reproduce the results of existing approaches that make use of MILP models. We come up with new formulations and we show that they are stronger performance- and results-wise. Furthermore, we show that a reformulation of these models into a column generation approach does not seem to be practical and demonstrate an MILP model to alter the network to be robust against the previously generated attacks.

Primal Heuristics in a Column Generation based Mixed Integer Programming Solver
Student: Philipp Roytburg
Program: Computer Science |
Type: M.Sc. |
Year: 2023
First Reviewer: P. Rossmanith
| Second Reviewer: M. Lübbecke
Abstract

Many challenges in the industry and economy, e.g. production planning, vehicle routing, and territorial partitioning, can be modeled and solved with Mixed Integer Programming (MIP). MIP is a powerful modeling technique for mathematical optimization and feasibility problems. Solving an MIP problem is generally NP-hard. MIP solvers like Solving Constraint Integer Programs (SCIP) and Gurobi are based on the branch and bound algorithm. MIP solvers use a technique called primal heuristics to find feasible solutions, which can lead to the early pruning of the branch and bound tree. This approach can accelerate the solution process and, in some cases, even enables the discovery of an optimal solution. Examples of primal heuristics are rounding heuristics, diving heuristics, and large neighborhood search. A variant of the branch and bound algorithm is the branch and price algorithm, which exploits a reformulation of the original MIP via Dantzig-Wolfe Decomposition (DWD) to solve the optimization problem. Until recently, implementations of the branch and price algorithm used to be specific to a particular problem and its structure. Current state-of-the-art research and development enables a generic way to reformulate a given MIP and the corresponding structure into the DWD and solve the problem with branch and price automatically. An example of such a solver is Generic Column Generation (GCG), which is based on SCIP. It automatically detects, reformulates and solves a given MIP with branch and price. Primal heuristics, when applied in branch and price algorithms, may not fully exploit the reformulation’s structure in their generic form, or they might be customized for specific problems. Recent research explores the adaptation of generic heuristics to the branch and price algorithm in column generation-based MIP solvers. The thesis will investigate the effectiveness of using primal heuristics in mixed integer programming solvers based on the branch and price algorithm. This involves testing different primal heuristics to determine which ones result in the most efficient and accurate solving process, as well as analyzing the computational performance of the solvers when employing these heuristics. The goal of this research is to provide insight into the potential benefits and drawbacks of using generic primal heuristics in MIP solvers and to ultimately improve their effectiveness in solving complex optimization problems.

The Strength of Dantzig-Wolfe Reformulations
Student: Monika Bours
Program: Wirtschaftwissenschaften |
Type: M.Sc. |
Year: 2023
First Reviewer:
Abstract

Dantzig-Wolfe decomposition is an algorithm that considers an integer program and convexifies a subset of constraints. Solving the resulting master problem leads to potentially stronger dual bounds than the respective linear programming relaxation. As the subset can be chosen arbitrarily, this includes the trivial cases of convexifying no and all constraints, resulting in a weakest and strongest reformulation, respectively. The strength of such reformulations is expressed through the associated dual bound and can impact the performance of corresponding algorithms. We repeat available measures on the strength of DW reformulations from the literature. Next we discuss computational results of experiments on the strength presented among others by Bastubbe, Lübbecke and Witt (2018). They observed that some classes of constraints, as defined by MIPLIB, have less to no effect on the dual bounds of DW decomposition when they are reformulated without other classes of constraints. This situation is called ‘level 0’ and means that only one particular constraint class is convexified. These observations are proven for the set-partitioning, set-packing, set-covering, cardinality and invariant knapsack classes. We can show that they never improve the dual bound when they are chosen to be convexified without other types of constraints. Next the classical edge formulation for the stable set problem is analyzed regarding its strength. We characterize weakest and strongest possible Dantzig–Wolfe reformulations and present a detailed example that illustrates the results.

2024
An Evaluation for Contraction-Based Approaches for Hub Location Problems
Student: Sam Hermes
Program: Informatik |
Type: B.Sc. |
Year: 2024
First Reviewer: W. Unger
| Second Reviewer: M. Lübbecke
Abstract

The hub location problem is a mathematical optimization problem of determining the optimal locations for hubs with the objective of minimizing overall costs by routing traffic between customers through determined hubs. Hub location problems are in general NP-hard. A possible heuristic to receive solutions for large-scale instances is to contract the network of such an instance, drastically reducing the computation time needed for solving the resulting small-scale instance. The solution of the contracted network can then be rewritten to the original network, leading to a feasible solution of the large-scale instance. In this thesis, we explore several contraction and rewrite methods and compare the quality of their solutions.

Anwendung von Machine Learning in der Konfliktanalyse gemischter ganzzahliger Optimierungsprobleme
Student: Mohammad Essa
Program: Informatik |
Type: B.Sc. |
Year: 2024
First Reviewer: P. Rossmanith
| Second Reviewer: M. Lübbecke
Abstract

Die Lösung von NP-vollständigen Problemen – wie die Erfüllbarkeitsüberprüfung von SAT-Formeln (SAT-Probleme)– kann mithilfe von Heuristiken beschleunigt werden. Außerdem ist es beim Lösen von SAT-Problemen ein verbreiteter Ansatz, das Hauptproblem in Teilprobleme aufzuteilen (divide-and- conquer). Dabei ist Konfliktanalyse, in den Teilproblemen, die einen Konflikt enthalten, ein essenzieller Bestandteil aktueller SAT-Solver. In diesen werden Informationen in Form neuer Konfliktklauseln vom Solver abgeleitet. Diese Form der Klauseln wird verwendet, um bekannte Konflikte festzuhalten und in folgende Berechnungen miteinzubeziehen. Darüber hinaus sind SAT-Problemen ein spezielles Fall vom gemischten ganzzahligen Optimierungsproblemen (MIPs). Zudem ist der Branch-and-Bound (B&B)-Algorithmus, der auch ein divide-and-conquer Prinzip folgt, ein essenzieller Bestandteil der aktuellen MIP-Solver. Allerdings werden dabei aufgetretene Konflikte ignoriert. In der Arbeit „Conflict analysis in mixed integer programming“ wurde ein Ansatz entwickelt, bei dem auch das Teilproblem, das einen Konflikt enthält, untersucht wird. Dazu wurde eine Methode vorgestellt, die die Methoden der Konfliktanalyse von SAT-Solvern auf die Lösungsverfahren von MIP überträgt. Dieses Generalisieren der Konfliktanalyse vom SAT-Solving auf MIP-Solving hat in den zum Testen verwendeten MIP-Instanzen zum einen eine Beschleunigung des MIP-Solvings von unzulässigen Problemen gezeigt, zum anderen wurde der Suchbaum bei lösbaren Problemen zwar verkleinert, aber die Gesamtlaufzeit hat sich vergrößert. Des Weiteren existieren mehrere Strategien zum Teilen eines gegebenen Optimierungsproblems mit B&B, um einen Lösungsbaum zu erstellen. Sowohl die Rechenintensität bzw. die gesamte Laufzeit als auch die Größe des resultierenden Lösungsbaums sind entscheidend, um eine bestimmte Strategie auszuwählen. Demzufolge ist es ein Aspekt ML in B&B zu integrieren, diejenigen Teil der Strategien, die zwar rechenintensiver sind, aber einen Lösungsbaum erstellen können, der weniger Knoten enthält und somit zu schnelleren Laufzeit als anderen Strategien führen kann, durch schnelle Approximation zu ersetzen. Der Schwerpunkt dieser Arbeit ist es, an die Idee der Konfliktanalyse beim Lösen von MIP aufzusetzen und zu untersuchen, wie eine Methode zur Anwendung von Machine-Learning (ML) in B&B Perspektiven zur Anwendung von ML für die Konfliktanalyse in MIPs liefert und einen Ansatz zur Adoption dieser Method präsentiert, damit die Konfliktanalyse von MIPs mithilfe von ML durchgeführt werden kann.

Approaches to the Integrated Optimisation of Laser Powder Bed Fusion for Laser Printers
Student: Tarek Gramberg
Program: Informatik |
Type: M.Sc. |
Year: 2024
First Reviewer: W. Unger
| Second Reviewer: M. Lübbecke
Abstract

Laser Powder Bed Fusion is an additive manufacturing technique for 3D laser printers. Hereby the 3D object gets divided into multiple 2D layers. The 2D object on the layer then gets completed through Laser Powder Bed Fusion. We look at a special variant with a moveable print head and multiple lasers in the print head. Which creates a new challenge in how to find a good pathing to finish the 2D layer fast. We create an integrated model of the path planning and then try to make the whole model more efficient, through changing the objective function parameters and different methods like Dantzig-Wolfe decomposition. When it comes to optimizing the idle time of the lasers we created a model for object with up to 13.720 scan vectors

Experimental Evaluation of Heuristics in the Pricing Problem to Improve the Runtime of Large IPs Solved with Column Generation
Student: Tobias Claas
Program: Informatik |
Type: M.Sc. |
Year: 2024
First Reviewer: P. Rossmanith
| Second Reviewer: M. Lübbecke
Abstract

The thesis investigates many heuristics used to speed up to the pricing in Column Generation by applying these in GCG with different implementations and values on a representative test set. Partial pricing, multiple pricing and heuristic solving of subproblems have been extensively tested, yielding some interesting takeaways on how and when (not) to use them. A newly implemented random subproblem selection technique for partial pricing gave a considerable speedup compared to the other implemented selections in GCG. Also, acceleration techniques like the column pool have been checked for their effectiveness, revealing that it is regularly not beneficial. Furthermore, a finding regarding cutting stock instances formulated as set-covering is reported, speeding up multiple instances extraordinarily. Last but not least, it is reported which configurations worked particularly well for each problem type, and indications are given which heuristics are worth modifying.

Large Hierarchies of Dantzig-Wolfe Decompositions
Student: Adrian Gallus
Program: Informatik |
Type: M.Sc. |
Year: 2024
First Reviewer: W. Unger
| Second Reviewer: M. Lübbecke
Abstract

In computational experiments, Bastubbe, Lübbecke, and Witt observed that for a variety of MIP instances the spectra of dual bounds resulting from all their respective Dantzig-Wolfe reformulations contain only a few distinct values. In contrast, we prove that the polyhedra from reformulations are asymptotically almost surely different in the case of the stable set problem on complete graphs. Nevertheless, our experiments illustrate that even in this case there are only a few distinct dual bounds. As a byproduct, we provide a complete classification of when two reformulations of this problem differ, extending previous theorems of Lübbecke and Witt that classify the weakest and strongest reformulations of stable set problems. We also present two general results on the strength of Dantzig-Wolfe reformulation, which generalize Geoffrion's necessary condition.