paper-with-me

홈 › Papers

On an exact method for the constrained shortest path problem

2012-07-16 · Computers and Operations Research 2012 7 · Leonardo Lozano, Andrés L. Medaglia

The constrained shortest path (CSP) is a well known NP-Hard problem. Besides from its straightforward application as a network problem, the CSP is also used as a building block under column-generation solution methods for crew scheduling and crew rostering problems. We propose an exact solution method for the CSP capable of handling large-scale networks in a reasonable amount of time. We compared our approach with three different state-of-the-art algorithms for the CSP and found optimal solutions on networks with up to 40,000 nodes and 800,000 arcs. We extended the algorithm to effectively solve the auxiliary problems of a multi-activity shift scheduling problem and a bus rapid transit route design problem tackled with column generation. We obtained significant speedups against alternative column generation schemes that solve the auxiliary problem with state-of-the-art commercial (linear) optimizers. We also present a first parallel version of our algorithm that shows promising results.

📄 PDF Abstract BibTeX

Code (1)

lyandut/MyPulseForCSP

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Dual Formulation for Chance Constrained Stochastic Shortest Path with Application to Autonomous Vehicle Behavior Planning

2023-02-25 · Rashid Alyassi, Majid Khonji

Autonomous vehicles face the problem of optimizing the expected performance of subsequent maneuvers while bounding the risk of collision with surrounding dynamic obstacles. These obstacles, such as agent vehicles, often …

Autonomous Vehicles

Solving Constrained Stochastic Shortest Path Problems with Scalarisation

2025-08-24 · Johannes Schmalz, Felipe Trevizan arxiv

Constrained Stochastic Shortest Path Problems (CSSPs) model problems with probabilistic effects, where a primary cost is minimised subject to constraints over secondary costs, e.g., minimise time subject to monetary budg…

Grid-based angle-constrained path planning

2015-06-05 · Konstantin Yakovlev, Egor Baskin, Ivan Hramoin

Square grids are commonly used in robotics and game development as spatial models and well known in AI community heuristic search algorithms (such as A*, JPS, Theta* etc.) are widely used for path planning on grids. A lo…

Heuristic Search

Multiple Manifold Clustering Using Curvature Constrained Path

2018-12-04 · Amir Babaeian

The problem of multiple surface clustering is a challenging task, particularly when the surfaces intersect. Available methods such as Isomap fail to capture the true shape of the surface nearby the intersection and resul…

Clustering

Enhanced Methods for the Weight Constrained Shortest Path Problem

2022-07-29 · Saman Ahmadi, Guido Tack, Daniel Harabor, Philip Kilby 외

The classic problem of constrained pathfinding is a well-studied, yet challenging, topic in AI with a broad range of applications in various areas such as communication and transportation. The Weight Constrained Shortest…