-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhminimality.tex
27 lines (27 loc) · 959 Bytes
/
hminimality.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
% ----------------------------------------------------------------------
\begin{frame}{Inclusion-minimal stable models}
\bigskip
\begin{itemize}
\item<1-> Consider a logic program containing a mimimize statement of form
\begin{itemize}\normalsize
\item \( \#\mathtt{minimize}\{ a_1,\dots,a_n\} \)
\end{itemize}
\medskip
\item<2-> Computing one inclusion-minimal stable model can be done either via
\begin{itemize}\normalsize
\item \texttt{\#heuristic $a_i$ [1,false].} \qquad for $i=1,\dots,n$, \ or
\item \texttt{--dom-mod=5,16}
\end{itemize}
\medskip
\item<3-> Computing all inclusion-minimal stable model can be done
\begin{itemize}\normalsize
\item by adding \texttt{--enum-mod=domRec} to the two options
\end{itemize}
\end{itemize}
\end{frame}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../main"
%%% End: