Skip to content

Commit ac49da8

Browse files
committed
Added Section on MAX SAT Example
1 parent 2a91713 commit ac49da8

File tree

77 files changed

+769
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+769
-17
lines changed

bibliography/bibliography.bib

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ @article{A1992ASOEIFCT
8484

8585
@book{A1992EPFFS,
8686
title = {Encapsulated PostScript File Format Specification},
87+
author = {{Adobe Developer Support}},
8788
edition = {Version 3.0},
88-
institution = {San Jos{\'{e}}, CA, USA: Adobe Systems Incorporated, Adobe Developer Support},
89-
number = {Tech Note {\#}5002},
89+
publisher = {San Jos{\'{e}}, CA, USA: Adobe Systems Incorporated, Adobe Developer Support},
90+
number = {{\#}5002},
91+
series = {Tech Note},
9092
year = {1992},
9193
month = may # {~1, },
9294
url = {http://partners.adobe.com/public/developer/en/ps/5002.EPSF\_Spec.pdf},
@@ -20989,7 +20991,7 @@ @book{ISO26324:2012
2098920991
year = {2012},
2099020992
},
2099120993

20992-
@book{ISO320002008,
20994+
@misc{ISO320002008,
2099320995
title = {Document Management {--} Portable Document Format {--} Part 1: PDF 1.7},
2099420996
institution = {Geneva, Switzerland: International Organization for Standardization (ISO)},
2099520997
number = {ISO 32000-1:2008},
@@ -30271,10 +30273,10 @@ @inproceedings{MIKN1997ATCEBMOTMBTGA
3027130273
year = {1997},
3027230274
},
3027330275

30274-
@book{MIKTEX,
30276+
@misc{MIKTEX,
3027530277
author = {Christian Schenk},
3027630278
title = {MiKTEX {\dots}typesetting beautiful documents{\dots}},
30277-
year = {2013},
30279+
year = {2016},
3027830280
url = {http://miktex.org/},
3027930281
},
3028030282

@@ -33465,10 +33467,11 @@ @article{OPCBM2008GBMLSACFPR
3346533467
@book{OPHS2011TNSSITLOLI1M,
3346633468
author = {Tobias Oetiker and Hubert Partl and Irene Hyna and Elisabeth Schlegl},
3346733469
title = {The Not So Short Introduction to LaTeX2\ensuremath{\epsilon} {--} Or LaTeX2\ensuremath{\epsilon} in 157 minutes},
33468-
edition = {5.01},
33469-
year = {2011},
33470-
month = apr # {~6, },
33470+
edition = {5.05},
33471+
year = {2015},
33472+
month = jul # {~18, },
3347133473
url = {http://tobi.oetiker.ch/lshort/lshort.pdf},
33474+
publisher = {self-published},
3347233475
},
3347333476

3347433477
@article{OR1990SPAMDAINWTDEL,
@@ -48241,7 +48244,7 @@ @book{RFC1945
4824148244
},
4824248245

4824348246
@book{RFC2083,
48244-
author = {Thomas Boutell and {et al.} and Philadelphia, PA, USA: Boutell.Com, Inc.},
48247+
author = {{Thomas Boutell {et al.}} and P{hiladelphia, PA, USA: Boutell.Com, Inc.}},
4824548248
title = {PNG (Portable Network Graphics) Specification Version 1.0},
4824648249
publisher = {Network Working Group},
4824748250
series = {Request for Comments (RFC)},

graphics/flow/flow.cdr

951 KB
Binary file not shown.

graphics/flow/flow.pdf

143 KB
Binary file not shown.
763 KB
Binary file not shown.
18.3 KB
Binary file not shown.
764 KB
Binary file not shown.
19 KB
Binary file not shown.

graphics/flow/flow_evaluation.cdr

916 KB
Binary file not shown.

graphics/flow/flow_evaluation.pdf

117 KB
Binary file not shown.
761 KB
Binary file not shown.
12.6 KB
Binary file not shown.
763 KB
Binary file not shown.
14.1 KB
Binary file not shown.
763 KB
Binary file not shown.
15.1 KB
Binary file not shown.
765 KB
Binary file not shown.
17 KB
Binary file not shown.

graphics/flow/flow_input_5_driver.cdr

763 KB
Binary file not shown.

graphics/flow/flow_input_5_driver.pdf

17.3 KB
Binary file not shown.
917 KB
Binary file not shown.
117 KB
Binary file not shown.
917 KB
Binary file not shown.
118 KB
Binary file not shown.

graphics/flow/flow_output_3_latex.cdr

921 KB
Binary file not shown.

graphics/flow/flow_output_3_latex.pdf

120 KB
Binary file not shown.

graphics/flow/flow_output_4_pdf.cdr

948 KB
Binary file not shown.

graphics/flow/flow_output_4_pdf.pdf

132 KB
Binary file not shown.

graphics/flow/flow_output_5_xhtml.cdr

954 KB
Binary file not shown.

graphics/flow/flow_output_5_xhtml.pdf

141 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
1 9806 46
2+
3 24643 28
3+
17 106040 25
4+
19 115529 23
5+
20 120373 21
6+
25 144087 18
7+
31 172967 16
8+
290 1550118 15
9+
296 1576034 14
10+
297 1579525 13
11+
300 1592492 12
12+
323 1692189 10
13+
332 1732127 9
14+
1082 5436999 8
15+
1558 7670059 7
16+
2008 9765759 6
17+
2024 9830168 5
18+
2809 13302012 4
19+
5246 24105640 3
20+
6330 28508740 2
21+
17284 73166926 1
22+
60865 238968738 0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

intro-slides.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
\input{part_introduction.tex}%
5050
%
5151
\input{part_install.tex}%
52-
%
52+
\input{part_maxSatExample.tex}%
5353
\input{part_conclusions.tex}%
5454
%
5555
\endPresentation%%

part_conclusions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ \section{Conclusions}%
44
\begin{frame}%
55
\frametitle{Conclusions}%
66
\begin{itemize}%
7-
\item I have presented a very first version of the evaluator GUI component of the optimizationBenchmarking framework%
7+
\item I have presented a very first version of the evaluator GUI component of the \optimizationBenchmarking\ framework%
88
\item<2-> It can already load and evaluate performance data from \emph{your} optimization or Machine Learning algorithm%
99
\item<3-> It can help \emph{you} to understand what the strengths and weaknesses of \emph{your} algorithm are%
1010
\item<4-> It produces figures ready for use in \emph{your} publication%
@@ -19,7 +19,7 @@ \section{Conclusions}%
1919
\frametitle{Future Work: Short-Term}%
2020
\begin{itemize}%
2121
\item Add more evaluation modules, to reach the power of TSP~Suite, e.g., add automated algorithm ranking%
22-
\item<2-> Publicize the use optimizationBenchmarking to our colleagues (citations will come in\dots)%
22+
\item<2-> Publicize the use \optimizationBenchmarking\ to our colleagues (citations will come in\dots)%
2323
\item<3-> Position tool as a central quality control utility for optimization and Machine Learning applications%
2424
\item<4-> Improve features based on feedback%
2525
\item<5-> Write an overview paper about our system to publish it more widely%

part_introduction.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ \section{Introduction}%
88
\item<2-> When experimenting with such algorithms, we should collect information about how this improvement takes place over time.%
99
\item<3-> We should do this over several algorithm setups on several benchmark instances with different features%
1010
\item<4-> \alert<-5>{How do we evaluate such data\only<-4>{?}\uncover<5->{ and compare the algorithms/setups)?}}%
11-
\item<6-> The \emph{OptimizationBenchmarking} Framework can do it for you!%
11+
\item<6-> The \optimizationBenchmarking\ Framework can do it for you!%
1212
\item<7-> It provides a graphical user interface in a client/server application for loading, editing, and evaluating experimental results.%
1313
\item<8-> It can run as Docker container under Linux, MacOS, and Windows without needed any additional software (except Docker and a browser).%
1414
\item<9-> It produces reports, similar to articles, in \LaTeX\ with figures and building blocks ready for use in your publications%
@@ -161,7 +161,7 @@ \section{Introduction}%
161161
\item<21-> But this is all \emph{very} cumbersome, involves much work and much data\dots%
162162
\end{enumerate}%
163163
}%
164-
\item<22-> The optimizationBenchmarking framework can automatize much of this work%
164+
\item<22-> The \optimizationBenchmarking\ framework can automatize much of this work%
165165
\end{itemize}%
166166
%
167167
\locateWithCaption{6}{%

0 commit comments

Comments
 (0)