Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tortinator committed Jan 24, 2021
2 parents 06f65a7 + e8afee9 commit ba6b3b3
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
25 changes: 25 additions & 0 deletions encoding.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
% ----------------------------------------------------------------------
\lecture{Advanced Modeling}{encoding}
% ----------------------------------------------------------------------
\part{Advanced Modeling}
% ----------------------------------------------------------------------
\input{encoding/declarativity}
% ----------------------------------------------------------------------
\section{$n$-Queens reloaded}
% ------------------------------
\input{modeling/queens-problem}
\input{encoding/queens}

% \setchessboard{smallboard,labelbottomformat=\arabic{filelabel},showmover=false,marginleftwidth=1ex,marginrightwidth=1ex,margintopwidth=1ex,marginbottomwidth=1ex,pgfstyle=straightmove,arrow=}
% \lstset{numbers=none,numberblanklines=false,basicstyle=\ttfamily\small,columns=flexible,escapechar=?}
% \newcommand{\attach}[2]{#2}
% \input{encoding/methodology}
% \input{hitori}
% ------------------------------------------------------------
%\lstset{basicstyle=\ttfamily,numberblanklines=true,escapechar=\%}
% ------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End:
2 changes: 1 addition & 1 deletion include/encoding
2 changes: 1 addition & 1 deletion include/modeling
Submodule modeling updated 2 files
+33 −0 queens-problem.tex
+0 −33 queens.tex
7 changes: 4 additions & 3 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
\usepackage{beamer-patch}
\input{beamer-config}
% ----------------------------------------------------------------------
%\includeonlylecture{%
\includeonlylecture{%
%organization%
%motivation%
%introduction%
Expand All @@ -59,13 +59,13 @@
%ocharacterization%
%pcharacterization%
%solving%
encoding%
%msolving%
%tsolving%
%hsolving%
%systems%
%encoding%
%preferences%
%,goodbye,bibliography}
,goodbye,bibliography}
% ----------------------------------------------------------------------
\begin{document}
% ----------------------------------------------------------------------
Expand All @@ -88,6 +88,7 @@
\input{./ocharacterization}
\input{./pcharacterization}
\input{./solving}
\input{./encoding}
% ------------------------------
\input{./goodbye}
% ------------------------------
Expand Down
1 change: 1 addition & 0 deletions modeling.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ \subsection{Satisfiability testing}
\input{modeling/sat}
% ------------------------------
\subsection{Queens}
\input{modeling/queens-problem}
\input{modeling/queens}
% ------------------------------
\subsection{Traveling salesperson}
Expand Down

0 comments on commit ba6b3b3

Please sign in to comment.