forked from potassco-asp-course/systems
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathngo.tex
More file actions
21 lines (20 loc) · 711 Bytes
/
ngo.tex
File metadata and controls
21 lines (20 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% ----------------------------------------------------------------------
\begin{frame}{ngo}
The \textbf{N}on \textbf{G}round \textbf{O}ptimizer takes your encoding as input
and produces a more performant encoding as output.
\begin{itemize}
\item instance independent
\item detects symmetries
\item improves aggregate translation
\item improves optimization statements
\item improves mathematical computations
\item removes unnecessary variables/predicates
\end{itemize}
Write more clean ASP code without worrying about performance.
\end{frame}
% ----------------------------------------------------------------------
%
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../../main"
%%% End: