20 research outputs found
Contributions to exact approaches in combinatorial optimization
The focus of this thesis is to contribute to the development of new, exact solution approaches to different combinatorial optimization problems. In particular, we derive dedicated algorithms for a special class of Traveling Tournament Problems (TTPs), the Dial-A-Ride Problem (DARP), and the Vehicle Routing Problem with Time Windows and Temporal Synchronized Pickup and Delivery (VRPTWTSPD). Furthermore, we extend the concept of using dual-optimal inequalities for stabilized Column Generation (CG) and detail its application to improved CG algorithms for the cutting stock problem, the bin packing problem, the vertex coloring problem, and the bin packing problem with conflicts. In all approaches, we make use of some knowledge about the structure of the problem at hand to individualize and enhance existing algorithms. Specifically, we utilize knowledge about the input data (TTP), problem-specific constraints (DARP and VRPTWTSPD), and the dual solution space (stabilized CG). Extensive computational results proving the usefulness of the proposed methods are reported.Der Kern der vorliegenden Arbeit ist es, zur Entwicklung neuer, exakter Lösungsverfahren für verschiedene kombinatorische Optimierungsprobleme beizutragen. Insbesondere werden dabei maßgeschneiderte Algorithmen für eine spezielle Klasse von Traveling Tournament Problems (TTP), dem Dial-A-Ride Problem (DARP) und dem Vehicle Routing Problem with Time Windows and Temporal Synchronized Pickup and Delivery (VRPTWTSPD) ausgearbeitet. Darüber hinaus wird das Prinzip der Verwendung dual-optimaler Ungleichungen zum Stabilisieren von Spaltengenerierungsverfahren erweitert und der Nutzen des Verfahrens anhand verbesserter Spaltengenerierungsverfahren für das Cutting Stock Problem, das Bin Packing Problem, das Vertex Coloring Problem und das Bin Packing Problem with Conflicts aufgezeigt. Alle Lösungsansätze nutzen spezifisches Wissen über die Struktur des jeweiligen Problems um bestehende Algorithmen zu individualisieren und zu verbessern. Insbesondere werden Kenntnisse über die Eingangsdaten (TTP), problemspezifische Nebenbedingungen (DARP und VRPTWTSPD) und den dualen Lösungsraum (stabilisierte Spaltengenerierung) ausgenutzt. Die Leistungsfähigkeit der entwickelten Lösungsansätze wird durch umfangreiche Rechenstudien belegt
A note on symmetry reduction for circular traveling tournament problems
The traveling tournament problem (TTP) consists of finding a distance-minimal double round-robin tournament where the number of consecutive breaks is bounded. Easton et al. (2001) introduced the so-called circular TTP instances, where venues of teams are located on a circle. The distance between neighboring venues is one, so that the distance between any pair of teams is the distance on the circle. It is empirically proved that these instances are very hard to solve due to the inherent symmetry. This note presents new ideas to cut off essentially identical parts of the solution space. Enumerative solution approaches, e.g. relying on branch-and-bound, benefit from this reduction. We exemplify this benefit by modifying the DFS* algorithm of Uthus et al. (2009) and show that speedups can approximate factor 4n.Timetabling Sports league scheduling Traveling tournament problem Circular instances Symmetry reduction