-
Notifications
You must be signed in to change notification settings - Fork 0
/
cwr-num.tex
26 lines (26 loc) · 967 Bytes
/
cwr-num.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
% ----------------------------------------------------------------------
\begin{frame}{Open and Closed world reasoning}{on numeric domains}
\bigskip
\begin{itemize}
\item<1-> \structure{Open world reasoning}
\begin{itemize}
\item if a variable occurs in true constraints, it is assigned appropriate values
\item if a variable occurs in no constraint, it takes all possible values
\end{itemize}
\item<only@3->[] is monotonic
\item<only@1-2>[]
\item<2-> \structure{Closed world reasoning}
\begin{itemize}
\item if a variable occurs in true constraints, it is assigned appropriate values
\item if a variable occurs in no constraint, it is undefined
\end{itemize}
\item<only@3->[] is non-monotonic
\item<only@4->[] offers defaults, succinctness
\end{itemize}
\end{frame}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../main"
%%% End: