-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathezasp.tex
53 lines (53 loc) · 1.98 KB
/
ezasp.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
% ----------------------------------------------------------------------
\lecture{Easy Answer Set Programming}{ezasp}
% ----------------------------------------------------------------------
\part{Easy Answer Set Programming}
% ----------------------------------------------------------------------
\input{ezasp/macro}
% ----------------------------------------------------------------------
\input{modeling/diagram-modeling}
% ----------------------------------------------------------------------
\section{Motivation}
% ------------------------------
% \input{ezasp/summary}
\input{ezasp/motivation}
% ----------------------------------------------------------------------
\section{A first example}
% ------------------------------
\input{ezasp/example1}
% ----------------------------------------------------------------------
\section{A second example}
% ------------------------------
\input{ezasp/example2}
% ----------------------------------------------------------------------
\section{Variables}
% ------------------------------
\input{ezasp/example3}
\input{ezasp/example4}
% ----------------------------------------------------------------------
\section{Recursion}
% ------------------------------
\input{ezasp/example5}
% \input{ezasp/example6}
% ----------------------------------------------------------------------
\section{Traveling salesperson}
% ------------------------------
\input{ezasp/traveling}
% ----------------------------------------------------------------------
\section{Even and odd numbers}
% ------------------------------
\input{ezasp/oddeven}
% ----------------------------------------------------------------------
% \section{Beyond ezASP}
% ------------------------------
% \input{ezasp/negative}
% ----------------------------------------------------------------------
\section{Summary}
% ------------------------------
\input{ezasp/summary}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End: