English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Thesis

Constrained Shortest Paths and Related Problems

MPS-Authors
/persons/resource/persons45802

Ziegelmann,  Mark
Algorithms and Complexity, MPI for Informatics, Max Planck Society;
International Max Planck Research School, MPI for Informatics, Max Planck Society;

Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)
There are no public fulltexts stored in PuRe
Supplementary Material (public)
There is no public supplementary material available
Citation

Ziegelmann, M. (2001). Constrained Shortest Paths and Related Problems. PhD Thesis, Universität des Saarlandes, Saarbrücken. doi:10.22028/D291-23753.


Cite as: https://hdl.handle.net/11858/00-001M-0000-000F-3110-6
Abstract
The classical shortest path problem, to find a path
of minimal cost between two nodes in a graph, is efficiently solvable
in polynomial time. However, in many applications we also have additional
budget or resource constraints on a path. This problem is known as
constrained shortest path problem and unfortunately belongs to the
class of ``hard''
problems for which no polynomial time algorithm is known.
In this thesis, we propose a 2-step method for the constrained shortest
path problem. We first solve
a relaxation to get upper and lower bounds and then close the gap with
clever path ranking to
obtain the exact solution. We compare different old and new methods
both theoretically and experimentally.
The 2-step method also works for a more general class of
constrained network optimization problems. We illustrate the
generic approach using several examples. We have also developed
a software package {\sc Cnop} that provides this generic 2-step
approach as well as all state of the art algorithms for
constrained shortest paths.