Skip to content

Commit

Permalink
Merge pull request #20 from potassco-asp-course/t/ms
Browse files Browse the repository at this point in the history
t/ms
  • Loading branch information
tortinator authored May 23, 2022
2 parents 730fb63 + 4525521 commit 2427e8e
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@
[submodule "include/heuristic-driven-solving"]
path = include/heuristic-driven-solving
url = ../heuristic-driven-solving
[submodule "include/controlling"]
path = include/controlling
url = ../controlling
31 changes: 31 additions & 0 deletions controlling.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
% ----------------------------------------------------------------------
\lecture{Controlling}{controlling}
% ----------------------------------------------------------------------
\part{Controlling}
% ----------------------------------------------------------------------
\section{Motivation}
% ------------------------------
\input{controlling/motivation}
\input{controlling/example}
% ----------------------------------------------------------------------
\section{Embedded script}
% ------------------------------
\input{controlling/script}
% ----------------------------------------------------------------------
\section{Module import}
% ------------------------------
\input{controlling/module}
% ----------------------------------------------------------------------
\section{Application class}
% ------------------------------
\input{controlling/application}
% ----------------------------------------------------------------------
\section{Vademecum}
% ------------------------------
\input{controlling/vademecum}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End:
1 change: 1 addition & 0 deletions include/controlling
Submodule controlling added at 295a54
2 changes: 1 addition & 1 deletion include/macros
Submodule macros updated 3 files
+6 −6 dtel.tex
+10 −0 logics.tex
+14 −1 systems.tex
2 changes: 1 addition & 1 deletion include/multi-shot-solving
2 changes: 2 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
%
%encoding%
%meta%
%controlling%
%msolving%
%tsolving%
%hsolving%
Expand Down Expand Up @@ -97,6 +98,7 @@
% ------------------------------
\input{./encoding}
\input{./meta}
\input{./controlling}
\input{./msolving}
\input{./tsolving}
\input{./hsolving}
Expand Down
4 changes: 2 additions & 2 deletions msolving.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ \subsection{Optimization}
% ------------------------------
\input{multi-shot-solving/optimization}
% ----------------------------------------------------------------------
\subsection{Planning}
% \subsection{Planning}
% ------------------------------
\input{multi-shot-solving/towers-of-hanoi}
% \input{multi-shot-solving/towers-of-hanoi} % TO BE MERGED
% ----------------------------------------------------------------------
\subsection{Board gaming}
% ------------------------------
Expand Down
Binary file added slides/controlling.pdf
Binary file not shown.
Binary file added slides/main.pdf
Binary file not shown.
Binary file modified slides/msolving.pdf
Binary file not shown.

0 comments on commit 2427e8e

Please sign in to comment.