forked from potassco-asp-course/systems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclingo-lp.tex
21 lines (21 loc) · 833 Bytes
/
clingo-lp.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% ----------------------------------------------------------------------
\begin{frame}{\clingolp}
\begin{itemize}
\item \structure{Idea} \ extend \clingo\ with linear constraints over integers and/or reals
\item \structure{Features} \
\begin{itemize}
\item integer/real variables not subject to grounding
\item basic constraint \lstinline{&sum}
\item optimization \lstinline{&minimize}
\item integrates MILP solver (\lpsolve, \cplex, \dots)
\end{itemize}
\item \structure{References} \ \cite{jakaosscscwa17a,karoscwa21a}
\item \structure{Applications} \ notably, hybrid metabolic network completion~\cite{frscscsiwa18a}
\end{itemize}
\end{frame}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../main"
%%% End: