]> mj.ucw.cz Git - saga.git/blob - notation.tex
Summon phantoms.
[saga.git] / notation.tex
1 \ifx\endpart\undefined
2 \input macros.tex
3 \fi
4
5 \chapter{Notation}
6
7 {\obeylines\parskip=0pt
8 \def\n#1#2{\>\hbox to 6em{#1 \dotfill} #2}
9 \def\[#1]{[\thmref{#1}]}
10 \n{$T[x,y]$}{the path in a tree~$T$ joining $x$ and $y$ \[heavy]}
11 \n{$T[e]$}{the path in a tree~$T$ joining endpoints of an~edge~$e$ \[heavy]}
12 \n{$A\symdiff B$}{symetric difference of sets: $(A\setminus B) \cup (B\setminus A)$}
13 \n{$G-e$}{graph $G$ with edge $e$ removed}
14 \n{$G+e$}{graph $G$ with edge $e$ added}
15 \n{$w(e)$}{weight of an edge $e$}
16 \n{$V(G)$}{the set of vertices of a graph~$G$}
17 \n{$E(G)$}{the set of edges of a graph~$G$}
18 \n{MST}{minimal spanning tree \[mstdef]}
19 \n{MSF}{minimal spanning forest \[mstdef]}
20 }
21
22 \endpart