forked from potassco-asp-course/systems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclingcon.tex
21 lines (21 loc) · 810 Bytes
/
clingcon.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% ----------------------------------------------------------------------
\begin{frame}{\clingcon}
\begin{itemize}
\item \structure{Idea} \ extend \clingo\ with linear constraints over integers
\item \structure{Features} \
\begin{itemize}
\item integer variables not subject to grounding
\item large integer domains
\item basic constraints: \lstinline{&sum} and \lstinline{&distinct}
\item multi-objective optimization \lstinline{&minimize}
\end{itemize}
\item \structure{References} \ \cite{ostsch12a,bakaossc16a}
\item \structure{Applications} \ incorporate quantities, like resources and/or time
\end{itemize}
\end{frame}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../main"
%%% End: