mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-26 03:54:17 +00:00
15 lines
479 B
Markdown
15 lines
479 B
Markdown
In un contesto di [[routing]], [[associazione]] tra [[entità]] da raggiungere e [[canale di comunicazione]] da utilizzare più [[costo]] totale per raggiungerla.
|
|
|
|
$$
|
|
\def \varSource {{\color{LimeGreen} Source}}
|
|
\def \varDestination {{\color{IndianRed} Destination}}
|
|
\Large
|
|
\varDestination \to
|
|
\begin{pmatrix}
|
|
\textrm{Channel}_{\varSource}(\varDestination)
|
|
\\
|
|
\textrm{Cost}_{\varSource}(\varDestination)
|
|
\end{pmatrix}
|
|
$$
|
|
|
|
Implementazione semplice di [[funzione di routing]].
|