\(\DeclarePairedDelimiterX{\Set}[2]{\{}{\}}{#1 \nonscript\;\delimsize\vert\nonscript\; #2}\) \( \DeclarePairedDelimiter{\set}{\{}{\}}\) \( \DeclarePairedDelimiter{\parens}{\left(}{\right)}\) \(\DeclarePairedDelimiterX{\innerproduct}[1]{\langle}{\rangle}{#1}\) \(\newcommand{\ip}[1]{\innerproduct{#1}}\) \(\newcommand{\bmat}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\barray}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\mat}[1]{\begin{matrix}#1\end{matrix}}\) \(\newcommand{\pmat}[1]{\begin{pmatrix}#1\end{pmatrix}}\) \(\newcommand{\mathword}[1]{\mathop{\textup{#1}}}\)
Needs:
Optimization Problems
Directed Paths
Weighted Graphs
Needed by:
None.
Links:
Sheet PDF
Graph PDF

Directed Shortest Path Problems

Why

1

Definition

Suppose we want to find the shortest path on a weighted graph from a given starting vertex to a given terminal vertex.

Let $((V, E), w: E \to \R )$ be a weighted directed graph. Let $v$ be a source and $w$ be a sink. Let $\mathcal{X} $ denote the set of (directed) paths from $v$ to $w$. Let $f: \mathcal{X} \to \R $ be so that if $x \in X$ is a path from $v$ to $w$, then $f(x)$ is the weight of the path. In other words, $f(x)$ is the sum of weights on the edges. Then we call the problem $(\mathcal{X} , f)$ a directed shortest path problem.

Examples

2
  1. Future editions will include. For now this is an example of a discrete optimization problem. ↩︎
  2. Future editions will include the numerous examples. ↩︎
Copyright © 2023 The Bourbaki Authors — All rights reserved — Version 13a6779cc About Show the old page view