Skip to content

Commit a872f5d

Browse files
committed
moving options up
1 parent 8771e54 commit a872f5d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

heuristic.tex

+14-12
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,22 @@ \section{Heuristic-driven Solving}
2727
that modifies\comment{BK: ``the'' vsids?} \texttt{vsids} heuristics of \clasp\ allowing to program it from the ASP code.
2828
Next we present some examples to explain how does the framework work.\comment{BK: ``how the framework works''?}
2929

30+
\begin{lstlisting}[numbers=none]
31+
--heuristic=Domain : Use domain knowledge in Vsids-like heuristic
32+
\end{lstlisting}
33+
3034
\subsection{Structure-oriented heuristics}
3135
\tbf
36+
37+
38+
\clasp\ supports the following command line options:
39+
\begin{lstlisting}[numbers=none]
40+
--dom-mod=<arg> : Default modification for domain heuristic
41+
<arg>: <mod>[,<pick>]
42+
<mod> : Default modification {0=no|1=level|2=pos|3=true|4=neg|5=false}
43+
<pick> : Apply <mod> to {0=all|1=scc|2=hcc|4=disj|8=min|16=show} atoms
44+
\end{lstlisting}
45+
3246
\subsection{User-defined heuristics}
3347

3448
\paragraph{Positive sign}
@@ -361,18 +375,6 @@ \subsection{User-defined heuristics}
361375
but rather to make correct decisions (given that most of the times the value of \texttt{on} will persist by inertia).
362376
363377
364-
\paragraph{Command line heuristice option}
365-
\clasp\ supports the following command line options:
366-
{
367-
\scriptsize\begin{lstlisting}[numbers=none]
368-
--heuristic=Domain : Use domain knowledge in Vsids-like heuristic
369-
370-
--dom-mod=<arg> : Default modification for domain heuristic
371-
<arg>: <mod>[,<pick>]
372-
<mod> : Default modification {0=no|1=level|2=pos|3=true|4=neg|5=false}
373-
<pick> : Apply <mod> to {0=all|1=scc|2=hcc|4=disj|8=min|16=show} atoms
374-
\end{lstlisting}
375-
}
376378
377379
\iffalse
378380

0 commit comments

Comments
 (0)