mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-22 18:44:17 +00:00
16 lines
479 B
Markdown
16 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]].
|