mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
misc
This commit is contained in:
parent
7c4cef9698
commit
ee468b23dc
9 changed files with 225 additions and 43 deletions
|
@ -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}$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue