File tree 1 file changed +14
-12
lines changed
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,22 @@ \section{Heuristic-driven Solving}
27
27
that modifies\comment {BK: `` the'' vsids?} \texttt {vsids } heuristics of \clasp \ allowing to program it from the ASP code.
28
28
Next we present some examples to explain how does the framework work.\comment {BK: `` how the framework works'' ?}
29
29
30
+ \ begin{lstlisting} [numbers=none]
31
+ --heuristic=Domain : Use domain knowledge in Vsids-like heuristic
32
+ \end {lstlisting }
33
+
30
34
\subsection {Structure-oriented heuristics }
31
35
\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
+
32
46
\subsection {User-defined heuristics }
33
47
34
48
\paragraph {Positive sign }
@@ -361,18 +375,6 @@ \subsection{User-defined heuristics}
361
375
but rather to make correct decisions (given that most of the times the value of \texttt {on } will persist by inertia).
362
376
363
377
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
- }
376
378
377
379
\iffalse
378
380
You can’t perform that action at this time.
0 commit comments