-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
executable file
·73 lines (54 loc) · 2.13 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
% -*- mode: latex; -*-
\documentclass[submission]{beavtex}
\title{Variational Satisfiability Solving}
\author{Jeffrey M. Young}
\degree{Doctor of Philosophy}
\doctype{Dissertation}
\department{Electrical Engineering and Computer Science}
\depttype{School}
\depthead{Head}
\major{Computer Science}
\advisor{Eric Walkingshaw}
\submitdate{June 11, 2021}
\commencementyear{2022}
\abstract{\input{Chapters/Abstract}}
\acknowledgements{\input{Chapters/Acknowledgements}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{include/packages}
\begin{document}
\maketitle
\mainmatter{}
% \listoftodos{}
\begin{dedication*}
To my parents Barbara and Jonathan Young, and my Aunt Denise Schmidt.
In loving memory of Jesse M. Young and James Schmidt.
\end{dedication*}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Introduction %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setcounter{page}{1}
\chapter{Introduction}
\input{Chapters/Introduction/Introduction}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Background %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Background}
\input{Chapters/Background/Background}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Variational Logic %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Variational Propositional Logic}
\input{Chapters/Vpl/Vpl}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Variational Solving %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Variational Satisfiability Solving}
\input{Chapters/Vsat/VSat}
%%%%%%%%%%%%%%%%%%%%%%%% Extensions to Variational Solving %%%%%%%%%%%%%%%%%%%%%%
\chapter{Variational Satisfiability-Modulo Theory Solving}
\input{Chapters/Vsmt/Vsmt}
\chapter{Case Studies}
\input{Chapters/CaseStudies/CaseStudies}
%%%%%%%%%%%%%%%%%%%%%%%% Related Work %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Related Work}
\input{Chapters/RelatedWork/RelatedWork}
%%%%%%%%%%%%%%%%%%%%%%%% Conclusion %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Conclusion}
\input{Chapters/Conclusion/Conclusion}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Acronyms %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{include/acronyms}
\bibliographystyle{plainnat}
\bibliography{bib/jeff,bib/paper,bib/eric,bib/martin,bib/satsolvers,bib/thomas}
\end{document}