-
Notifications
You must be signed in to change notification settings - Fork 13
/
multi.tex
36 lines (27 loc) · 1.15 KB
/
multi.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
\section{Multi-shot Solving}\label{sec:multi}
This section is not yet ready for publishing
and will be included in one of the forthcoming editions of this guide.
Information on multi-shot solving with \clingo\ can be obtained at the following references.
\begin{itemize}
\item Literature: \cite{kascwa17a,gekakasc17a}
\item Examples: \code{/examples/clingo/} in \gringo/\clingo\ distribution
\item API reference: \url{http://potassco.org/clingo}
\end{itemize}
% \subsection{Incremental Solving}
% \label{sec:isolving}
% \begin{itemize}
% \item \lstinline{#step}
% \item \lstinline{#check}
% \begin{itemize}
% \item starts at 0
% (For example, this is usful in planning to capture situationss where the goal is already satisfied in te initial situation)
% \item has external \lstinline{query/1}
% \end{itemize}
% \end{itemize}
% \lstinputlisting[caption={\lstinline{gringo/examples/clingo/iclingo/incmode-py.lp}}]{examples/incmode-py.lp}
% \lstinputlisting[caption={\lstinline{gringo/examples/clingo/iclingo/incmode-lua.lp}}]{examples/incmode-lua.lp}
% \lstinline{#include <incmode>.}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "guide"
%%% End: