-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomputation.tex
26 lines (26 loc) · 968 Bytes
/
computation.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
% ----------------------------------------------------------------------
\lecture{Computational aspects}{computation}
% ----------------------------------------------------------------------
\part{Computational aspects}
% ----------------------------------------------------------------------
\section{Consequence operator}
% ------------------------------
\input{computation/tp}
% ------------------------------
\section{Solving from first principles}
% ------------------------------
\input{computation/smodels}
% ----------------------------------------------------------------------
\section{Complexity}
% ------------------------------
\input{computation/complexity}
% ----------------------------------------------------------------------
\section{Summary}
% ------------------------------
\input{computation/summary}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End: