aboutsummaryrefslogtreecommitdiff
path: root/Practical1/report/notation.tex
diff options
context:
space:
mode:
authorCamil Staps2015-10-27 18:08:50 +0100
committerCamil Staps2015-10-27 18:12:33 +0100
commit08be3e96a32d95c277905ca7fa015d88195b257e (patch)
tree5e6c7f18214e36e2b85c8c145b508fd85a1070c0 /Practical1/report/notation.tex
parentUsing a type variable for a Node's content (diff)
Start report practical 1
Diffstat (limited to 'Practical1/report/notation.tex')
-rw-r--r--Practical1/report/notation.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Practical1/report/notation.tex b/Practical1/report/notation.tex
new file mode 100644
index 0000000..3458029
--- /dev/null
+++ b/Practical1/report/notation.tex
@@ -0,0 +1,7 @@
+\section{Notation}
+I'm largely following Robson's notation \cite{robson}. For a graph $G=(V,E)$ and vertex $v\in V$, and edge $e\in E$, we write $d(v)$ for the degree of the vertex. $N(v)$ is the set of $v$'s neighbours, and $\iN(v)=N(v)\cup\{v\}$, $v$'s `inclusive neighbourhood'. Then $N^2(v)$ is the set of second order neighbours of $v$, excluding $v$: $N^2(v)=\{v_2 \in N(v_1) \mid v_1\in N(v)\} \setminus \{v\}$. If $\iN(v)\subseteq\iN(w)$, $v$ is said to dominate $w$, notation: $v>w$.
+
+We write `subgraph' for `vertex-induced subgraph', and $G\ex U$ for the subgraph induced on $G$ by $U$. For $v\in V$, we write $G\ex v$ for $G\ex\{v\}$. We use $e(v,w)$ for the predicate $(v,w)\in E$. We're strictly talking about non-directed graphs, so this is equivalent with $(w,v)\in E$.
+
+Finally, We write `m.i.s.' for `maximum independent set' and $\ms(\cdots)$ for its size, the graph's independence number. The size of a graph or an m.i.s. is defined as the number of vertices and is written as $|G|$.
+