2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 22:38:04 +02:00
This commit is contained in:
Martin Thoma 2013-02-13 20:26:49 +01:00
parent 7c4cef9698
commit ee468b23dc
9 changed files with 225 additions and 43 deletions

View file

@ -59,7 +59,7 @@
\EndFunction
\\
\Function{Relabel}{Node $v$}
\If{$\Set{w|r_f(v,w) > 0} == \emptyset$}
\If{$\Set{w \in V |r_f(v,w) > 0} == \emptyset$}
\State $dist(v) \gets \infty$
\Else
\State $dist(v) \gets \min\Set{dist(w)+1|w \in V: r_f(v,w) > 0}$