small add
authorMart Lubbers <mart@martlubbers.net>
Tue, 18 Nov 2014 08:39:55 +0000 (09:39 +0100)
committerMart Lubbers <mart@martlubbers.net>
Tue, 18 Nov 2014 08:39:55 +0000 (09:39 +0100)
thesis2/1.introduction.tex
thesis2/thesis.blg [new file with mode: 0644]

index c408630..129e38d 100644 (file)
@@ -290,9 +290,25 @@ techniques of recognizing data in text can still be used to interpret the
 isolated extracted parts from this project.
 
 \section{Directed Acyclic Graphs}
-A graph is a mathematical structure described with the ordered pair: $G=(V,E)$.
-In this ordered pair $V$ is the set of nodes and $E$ is set of ordered pairs
-that we will call \textit{undirected edges}.
+A graph($G$) is a mathematical structure to describe relations between nodes
+with edges. A standard graph is defined as the ordered pair: $G=(V,E)$.  In
+this ordered pair $V$ is the set of nodes and $E$ is set of undirected edges
+where every undirected edge is a tuple of two nodes.
+Figure~\ref{fig:graphexample} is specified as: 
+       $$G=({n1, n2, n3}, {(n1, n2), (n2, n3), (n2, n3)})$$
+
+\begin{figure}[H]
+       \caption{Example Graph}
+       \label{fig:graphexample}
+       \centering
+       \digraph[]{graphexample}{
+               rankdir=LR
+               n1 -> n2 [dir="none"]
+               n2 -> n3 [dir="none"]
+               n2 -> n3 [dir="none"]
+       }
+\end{figure}
+
 
 Directed graphs are special kinds of graphs. A directed graph is described as
 the ordered pair: $G=(V,A)$. Where $A$ is a set of ordered pairs that we will
diff --git a/thesis2/thesis.blg b/thesis2/thesis.blg
new file mode 100644 (file)
index 0000000..5fd3b2d
--- /dev/null
@@ -0,0 +1,49 @@
+This is BibTeX, Version 0.99d (TeX Live 2015/dev/Debian)
+Capacity: max_strings=35307, hash_size=35307, hash_prime=30011
+The top-level auxiliary file: thesis.aux
+The style file: plain.bst
+Database file #1: thesis.bib
+Warning--empty institution in Hopcroft1971
+Warning--empty journal in Roelofs2008
+You've used 4 entries,
+            2118 wiz_defined-function locations,
+            521 strings with 4555 characters,
+and the built_in function-call counts, 1196 in all, are:
+= -- 114
+> -- 55
+< -- 1
++ -- 22
+- -- 18
+* -- 78
+:= -- 211
+add.period$ -- 12
+call.type$ -- 4
+change.case$ -- 22
+chr.to.int$ -- 0
+cite$ -- 6
+duplicate$ -- 48
+empty$ -- 92
+format.name$ -- 18
+if$ -- 242
+int.to.chr$ -- 0
+int.to.str$ -- 4
+missing$ -- 3
+newline$ -- 23
+num.names$ -- 8
+pop$ -- 24
+preamble$ -- 1
+purify$ -- 17
+quote$ -- 0
+skip$ -- 33
+stack$ -- 0
+substring$ -- 52
+swap$ -- 8
+text.length$ -- 1
+text.prefix$ -- 0
+top$ -- 0
+type$ -- 16
+warning$ -- 2
+while$ -- 13
+width$ -- 5
+write$ -- 43
+(There were 2 warnings)