author | blanchet |
Tue, 17 Jan 2012 18:25:36 +0100 | |
changeset 46242 | 99a2a541c125 |
parent 45950 | 87a446a6496d |
child 46298 | e9a2d81fa725 |
permissions | -rw-r--r-- |
36926 | 1 |
\documentclass[a4paper,12pt]{article} |
2 |
\usepackage[T1]{fontenc} |
|
3 |
\usepackage{amsmath} |
|
4 |
\usepackage{amssymb} |
|
5 |
\usepackage[english,french]{babel} |
|
6 |
\usepackage{color} |
|
7 |
\usepackage{footmisc} |
|
8 |
\usepackage{graphicx} |
|
9 |
%\usepackage{mathpazo} |
|
10 |
\usepackage{multicol} |
|
11 |
\usepackage{stmaryrd} |
|
12 |
%\usepackage[scaled=.85]{beramono} |
|
42511 | 13 |
\usepackage{../../lib/texinputs/isabelle,../iman,../pdfsetup} |
36926 | 14 |
|
46242 | 15 |
\newcommand\download{\url{http://www21.in.tum.de/~blanchet/\#software}} |
16 |
||
43216 | 17 |
\def\qty#1{\ensuremath{\left<\mathit{#1\/}\right>}} |
18 |
\def\qtybf#1{$\mathbf{\left<\textbf{\textit{#1\/}}\right>}$} |
|
19 |
||
45516 | 20 |
\newcommand\const[1]{\textsf{#1}} |
21 |
||
36926 | 22 |
%\oddsidemargin=4.6mm |
23 |
%\evensidemargin=4.6mm |
|
24 |
%\textwidth=150mm |
|
25 |
%\topmargin=4.6mm |
|
26 |
%\headheight=0mm |
|
27 |
%\headsep=0mm |
|
28 |
%\textheight=234mm |
|
29 |
||
30 |
\def\Colon{\mathord{:\mkern-1.5mu:}} |
|
31 |
%\def\lbrakk{\mathopen{\lbrack\mkern-3.25mu\lbrack}} |
|
32 |
%\def\rbrakk{\mathclose{\rbrack\mkern-3.255mu\rbrack}} |
|
33 |
\def\lparr{\mathopen{(\mkern-4mu\mid}} |
|
34 |
\def\rparr{\mathclose{\mid\mkern-4mu)}} |
|
35 |
||
36 |
\def\unk{{?}} |
|
37 |
\def\undef{(\lambda x.\; \unk)} |
|
38 |
%\def\unr{\textit{others}} |
|
39 |
\def\unr{\ldots} |
|
40 |
\def\Abs#1{\hbox{\rm{\flqq}}{\,#1\,}\hbox{\rm{\frqq}}} |
|
41 |
\def\Q{{\smash{\lower.2ex\hbox{$\scriptstyle?$}}}} |
|
42 |
||
43 |
\urlstyle{tt} |
|
44 |
||
45 |
\begin{document} |
|
46 |
||
45516 | 47 |
%%% TYPESETTING |
48 |
%\renewcommand\labelitemi{$\bullet$} |
|
49 |
\renewcommand\labelitemi{\raise.065ex\hbox{\small\textbullet}} |
|
50 |
||
36926 | 51 |
\selectlanguage{english} |
52 |
||
53 |
\title{\includegraphics[scale=0.5]{isabelle_sledgehammer} \\[4ex] |
|
54 |
Hammering Away \\[\smallskipamount] |
|
55 |
\Large A User's Guide to Sledgehammer for Isabelle/HOL} |
|
56 |
\author{\hbox{} \\ |
|
57 |
Jasmin Christian Blanchette \\ |
|
43002
e88fde86e4c2
mention contributions from LCP and explain metis and metisFT encodings
blanchet
parents:
42996
diff
changeset
|
58 |
{\normalsize Institut f\"ur Informatik, Technische Universit\"at M\"unchen} \\[4\smallskipamount] |
e88fde86e4c2
mention contributions from LCP and explain metis and metisFT encodings
blanchet
parents:
42996
diff
changeset
|
59 |
{\normalsize with contributions from} \\[4\smallskipamount] |
e88fde86e4c2
mention contributions from LCP and explain metis and metisFT encodings
blanchet
parents:
42996
diff
changeset
|
60 |
Lawrence C. Paulson \\ |
e88fde86e4c2
mention contributions from LCP and explain metis and metisFT encodings
blanchet
parents:
42996
diff
changeset
|
61 |
{\normalsize Computer Laboratory, University of Cambridge} \\ |
36926 | 62 |
\hbox{}} |
63 |
||
64 |
\maketitle |
|
65 |
||
66 |
\tableofcontents |
|
67 |
||
68 |
\setlength{\parskip}{.7em plus .2em minus .1em} |
|
69 |
\setlength{\parindent}{0pt} |
|
70 |
\setlength{\abovedisplayskip}{\parskip} |
|
71 |
\setlength{\abovedisplayshortskip}{.9\parskip} |
|
72 |
\setlength{\belowdisplayskip}{\parskip} |
|
73 |
\setlength{\belowdisplayshortskip}{.9\parskip} |
|
74 |
||
75 |
% General-purpose enum environment with correct spacing |
|
76 |
\newenvironment{enum}% |
|
77 |
{\begin{list}{}{% |
|
78 |
\setlength{\topsep}{.1\parskip}% |
|
79 |
\setlength{\partopsep}{.1\parskip}% |
|
80 |
\setlength{\itemsep}{\parskip}% |
|
81 |
\advance\itemsep by-\parsep}} |
|
82 |
{\end{list}} |
|
83 |
||
84 |
\def\pre{\begingroup\vskip0pt plus1ex\advance\leftskip by\leftmargin |
|
85 |
\advance\rightskip by\leftmargin} |
|
86 |
\def\post{\vskip0pt plus1ex\endgroup} |
|
87 |
||
88 |
\def\prew{\pre\advance\rightskip by-\leftmargin} |
|
89 |
\def\postw{\post} |
|
90 |
||
91 |
\section{Introduction} |
|
92 |
\label{introduction} |
|
93 |
||
42964
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
94 |
Sledgehammer is a tool that applies automatic theorem provers (ATPs) |
40942 | 95 |
and satisfiability-modulo-theories (SMT) solvers on the current goal. The |
44091 | 96 |
supported ATPs are E \cite{schulz-2002}, E-SInE \cite{sine}, E-ToFoF |
97 |
\cite{tofof}, LEO-II \cite{leo2}, Satallax \cite{satallax}, SNARK \cite{snark}, |
|
98 |
SPASS \cite{weidenbach-et-al-2009}, Vampire \cite{riazanov-voronkov-2002}, and |
|
99 |
Waldmeister \cite{waldmeister}. The ATPs are run either locally or remotely via |
|
100 |
the System\-On\-TPTP web service \cite{sutcliffe-2000}. In addition to the ATPs, |
|
101 |
the SMT solvers Z3 \cite{z3} is used by default, and you can tell Sledgehammer |
|
102 |
to try CVC3 \cite{cvc3} and Yices \cite{yices} as well; these are run either |
|
103 |
locally or on a server at the TU M\"unchen. |
|
36926 | 104 |
|
40073 | 105 |
The problem passed to the automatic provers consists of your current goal |
106 |
together with a heuristic selection of hundreds of facts (theorems) from the |
|
107 |
current theory context, filtered by relevance. Because jobs are run in the |
|
108 |
background, you can continue to work on your proof by other means. Provers can |
|
109 |
be run in parallel. Any reply (which may arrive half a minute later) will appear |
|
110 |
in the Proof General response buffer. |
|
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
111 |
|
40073 | 112 |
The result of a successful proof search is some source text that usually (but |
113 |
not always) reconstructs the proof within Isabelle. For ATPs, the reconstructed |
|
45380 | 114 |
proof relies on the general-purpose \textit{metis} proof method, which |
115 |
integrates the Metis ATP in Isabelle/HOL with explicit inferences going through |
|
116 |
the kernel. Thus its results are correct by construction. |
|
36926 | 117 |
|
39320 | 118 |
In this manual, we will explicitly invoke the \textbf{sledgehammer} command. |
44743 | 119 |
Sledgehammer also provides an automatic mode that can be enabled via the ``Auto |
120 |
Sledgehammer'' option in Proof General's ``Isabelle'' menu. In this mode, |
|
121 |
Sledgehammer is run on every newly entered theorem. The time limit for Auto |
|
122 |
Sledgehammer and other automatic tools can be set using the ``Auto Tools Time |
|
123 |
Limit'' option. |
|
39320 | 124 |
|
36926 | 125 |
\newbox\boxA |
126 |
\setbox\boxA=\hbox{\texttt{nospam}} |
|
127 |
||
42763 | 128 |
\newcommand\authoremail{\texttt{blan{\color{white}nospam}\kern-\wd\boxA{}chette@\allowbreak |
129 |
in.\allowbreak tum.\allowbreak de}} |
|
130 |
||
40689 | 131 |
To run Sledgehammer, you must make sure that the theory \textit{Sledgehammer} is |
132 |
imported---this is rarely a problem in practice since it is part of |
|
133 |
\textit{Main}. Examples of Sledgehammer use can be found in Isabelle's |
|
36926 | 134 |
\texttt{src/HOL/Metis\_Examples} directory. |
135 |
Comments and bug reports concerning Sledgehammer or this manual should be |
|
42883 | 136 |
directed to the author at \authoremail. |
36926 | 137 |
|
138 |
\vskip2.5\smallskipamount |
|
139 |
||
140 |
%\textbf{Acknowledgment.} The author would like to thank Mark Summerfield for |
|
141 |
%suggesting several textual improvements. |
|
142 |
||
143 |
\section{Installation} |
|
144 |
\label{installation} |
|
145 |
||
146 |
Sledgehammer is part of Isabelle, so you don't need to install it. However, it |
|
46242 | 147 |
relies on third-party automatic provers (ATPs and SMT solvers). |
42763 | 148 |
|
46242 | 149 |
Among the ATPs, E, LEO-II, Satallax, SPASS, and Vampire can be run locally; in |
45339 | 150 |
addition, E, E-SInE, E-ToFoF, iProver, iProver-Eq, LEO-II, Satallax, SNARK, |
151 |
Waldmeister, and Vampire are available remotely via System\-On\-TPTP |
|
152 |
\cite{sutcliffe-2000}. If you want better performance, you should at least |
|
153 |
install E and SPASS locally. |
|
36926 | 154 |
|
46242 | 155 |
Among the SMT solvers, CVC3, Yices, and Z3 can be run locally, and CVC3 and Z3 |
156 |
can be run remotely on a TU M\"unchen server. If you want better performance and |
|
157 |
get the ability to replay proofs that rely on the \emph{smt} proof method |
|
158 |
without an Internet connection, you should at least install Z3 locally. |
|
36926 | 159 |
|
46242 | 160 |
There are three main ways to install automatic provers on your machine: |
36926 | 161 |
|
46242 | 162 |
\begin{sloppy} |
163 |
\begin{enum} |
|
164 |
\item[\labelitemi] If you installed an official Isabelle package, it should |
|
165 |
already include properly setup executables for CVC3, E, SPASS, and Z3, ready to use.% |
|
166 |
\footnote{Vampire's and Yices's licenses prevent us from doing the same for |
|
167 |
these otherwise remarkable tools.} |
|
168 |
For Z3, you must additionally set the variable |
|
169 |
\texttt{Z3\_NON\_COMMERCIAL} to ``yes'' to confirm that you are a |
|
170 |
noncommercial user, either in the environment in which Isabelle is |
|
171 |
launched or in your |
|
172 |
\texttt{\char`\~/\$ISABELLE\_HOME\_USER/etc/settings} file. |
|
173 |
||
174 |
\item[\labelitemi] Alternatively, you can download the Isabelle-aware CVC3, E, |
|
175 |
SPASS, and Z3 binary packages from \download. Extract the archives, then add a |
|
176 |
line to your \texttt{\$ISABELLE\_HOME\_USER\slash etc\slash components}% |
|
41747
f58d4d202924
fix path to etc/settings and etc/components in doc
blanchet
parents:
41740
diff
changeset
|
177 |
\footnote{The variable \texttt{\$ISABELLE\_HOME\_USER} is set by Isabelle at |
46242 | 178 |
startup. Its value can be retrieved by executing \texttt{isabelle} |
41747
f58d4d202924
fix path to etc/settings and etc/components in doc
blanchet
parents:
41740
diff
changeset
|
179 |
\texttt{getenv} \texttt{ISABELLE\_HOME\_USER} on the command line.} |
46242 | 180 |
file with the absolute path to CVC3, E, SPASS, or Z3. For example, if the |
181 |
\texttt{components} file does not exist yet and you extracted SPASS to |
|
182 |
\texttt{/usr/local/spass-3.7}, create it with the single line |
|
36926 | 183 |
|
184 |
\prew |
|
185 |
\texttt{/usr/local/spass-3.7} |
|
186 |
\postw |
|
187 |
||
46242 | 188 |
(including an invisible newline character) in it. |
38043 | 189 |
|
46242 | 190 |
\item[\labelitemi] If you prefer to build E, LEO-II, Satallax, or SPASS |
191 |
manually, or found a Vampire executable somewhere (e.g., |
|
192 |
\url{http://www.vprover.org/}), set the environment variable \texttt{E\_HOME}, |
|
193 |
\texttt{LEO2\_HOME}, \texttt{SATALLAX\_HOME}, \texttt{SPASS\_HOME}, or |
|
38043 | 194 |
\texttt{VAMPIRE\_HOME} to the directory that contains the \texttt{eproof}, |
46242 | 195 |
\texttt{leo}, \texttt{satallax}, \texttt{SPASS}, or \texttt{vampire} executable. |
196 |
Sledgehammer has been tested with E 1.0 to 1.4, LEO-II 1.2.9, Satallax 2.2, |
|
197 |
SPASS 3.5 and 3.7, and Vampire 0.6, 1.0, and 1.8% |
|
38063 | 198 |
\footnote{Following the rewrite of Vampire, the counter for version numbers was |
44419
a460810d743e
update the Vampire related parts of the documentation
blanchet
parents:
44401
diff
changeset
|
199 |
reset to 0; hence the (new) Vampire versions 0.6, 1.0, and 1.8 are more recent |
46242 | 200 |
than 9.0 or 11.5.}% |
38063 | 201 |
. Since the ATPs' output formats are neither documented nor stable, other |
45864 | 202 |
versions of the ATPs might not work well with Sledgehammer. Ideally, |
46242 | 203 |
also set \texttt{E\_VERSION}, \texttt{LEO2\_VERSION}, |
204 |
\texttt{SATALLAX\_VERSION}, \texttt{SPASS\_VERSION}, or |
|
205 |
\texttt{VAMPIRE\_VERSION} to the prover's version number (e.g., ``1.4''). |
|
36926 | 206 |
|
46242 | 207 |
Similarly, if you want to build CVC3, or found a |
208 |
Yices or Z3 executable somewhere (e.g., |
|
209 |
\url{http://yices.csl.sri.com/download.shtml} or |
|
210 |
\url{http://research.microsoft.com/en-us/um/redmond/projects/z3/download.html}), |
|
211 |
set the environment variable \texttt{CVC3\_\allowbreak SOLVER}, |
|
212 |
\texttt{YICES\_SOLVER}, or \texttt{Z3\_SOLVER} to the complete path of |
|
213 |
the executable, \emph{including the file name}. Sledgehammer has been tested |
|
214 |
with CVC3 2.2, Yices 1.0.28, and Z3 3.0 to 3.2. |
|
215 |
Since the SMT solvers' output formats are somewhat unstable, other |
|
216 |
versions of the solvers might not work well with Sledgehammer. Ideally, |
|
217 |
also set \texttt{CVC3\_VERSION}, \texttt{YICES\_VERSION}, or |
|
218 |
\texttt{Z3\_VERSION} to the solver's version number (e.g., ``3.2''). |
|
219 |
\end{enum} |
|
220 |
\end{sloppy} |
|
36926 | 221 |
|
46242 | 222 |
To check whether E, SPASS, Vampire, and/or Z3 are successfully installed, try |
223 |
out the example in \S\ref{first-steps}. If the remote versions of any of these |
|
224 |
provers is used (identified by the prefix ``\emph{remote\_\/}''), or if the |
|
225 |
local versions fail to solve the easy goal presented there, something must be |
|
226 |
wrong with the installation. |
|
227 |
||
228 |
Remote prover invocation requires Perl with the World Wide Web Library |
|
229 |
(\texttt{libwww-perl}) installed. If you must use a proxy server to access the |
|
230 |
Internet, set the \texttt{http\_proxy} environment variable to the proxy, either |
|
231 |
in the environment in which Isabelle is launched or in your |
|
232 |
\texttt{\char`\~/\$ISABELLE\_HOME\_USER/etc/settings} file. Here are a few |
|
233 |
examples: |
|
39152
f09b378cb252
make remote ATP invocation work for those people who need to go through a proxy;
blanchet
parents:
38997
diff
changeset
|
234 |
|
f09b378cb252
make remote ATP invocation work for those people who need to go through a proxy;
blanchet
parents:
38997
diff
changeset
|
235 |
\prew |
39153 | 236 |
\texttt{http\_proxy=http://proxy.example.org} \\ |
237 |
\texttt{http\_proxy=http://proxy.example.org:8080} \\ |
|
238 |
\texttt{http\_proxy=http://joeblow:pAsSwRd@proxy.example.org} |
|
39152
f09b378cb252
make remote ATP invocation work for those people who need to go through a proxy;
blanchet
parents:
38997
diff
changeset
|
239 |
\postw |
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
240 |
|
36926 | 241 |
\section{First Steps} |
242 |
\label{first-steps} |
|
243 |
||
244 |
To illustrate Sledgehammer in context, let us start a theory file and |
|
245 |
attempt to prove a simple lemma: |
|
246 |
||
247 |
\prew |
|
248 |
\textbf{theory}~\textit{Scratch} \\ |
|
249 |
\textbf{imports}~\textit{Main} \\ |
|
250 |
\textbf{begin} \\[2\smallskipamount] |
|
251 |
% |
|
42945 | 252 |
\textbf{lemma} ``$[a] = [b] \,\Longrightarrow\, a = b$'' \\ |
36926 | 253 |
\textbf{sledgehammer} |
254 |
\postw |
|
255 |
||
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
256 |
Instead of issuing the \textbf{sledgehammer} command, you can also find |
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
257 |
Sledgehammer in the ``Commands'' submenu of the ``Isabelle'' menu in Proof |
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
258 |
General or press the Emacs key sequence C-c C-a C-s. |
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
259 |
Either way, Sledgehammer produces the following output after a few seconds: |
36926 | 260 |
|
261 |
\prew |
|
262 |
\slshape |
|
46242 | 263 |
Sledgehammer: ``\textit{e\/}'' on goal \\ |
42945 | 264 |
$[a] = [b] \,\Longrightarrow\, a = b$ \\ |
43054 | 265 |
Try this: \textbf{by} (\textit{metis last\_ConsL}) (64 ms). \\[3\smallskipamount] |
42945 | 266 |
% |
46242 | 267 |
Sledgehammer: ``\textit{z3\/}'' on goal \\ |
268 |
$[a] = [b] \,\Longrightarrow\, a = b$ \\ |
|
269 |
Try this: \textbf{by} (\textit{metis list.inject}) (20 ms). \\[3\smallskipamount] |
|
270 |
% |
|
271 |
Sledgehammer: ``\textit{vampire\/}'' on goal \\ |
|
42945 | 272 |
$[a] = [b] \,\Longrightarrow\, a = b$ \\ |
43054 | 273 |
Try this: \textbf{by} (\textit{metis hd.simps}) (14 ms). \\[3\smallskipamount] |
36926 | 274 |
% |
46242 | 275 |
Sledgehammer: ``\textit{spass\/}'' on goal \\ |
42945 | 276 |
$[a] = [b] \,\Longrightarrow\, a = b$ \\ |
43054 | 277 |
Try this: \textbf{by} (\textit{metis list.inject}) (17 ms). \\[3\smallskipamount] |
36926 | 278 |
% |
46242 | 279 |
Sledgehammer: ``\textit{remote\_waldmeister\/}'' on goal \\ |
43010
a14cf580a5a5
readded Waldmeister as default to the documentation and other minor changes
blanchet
parents:
43008
diff
changeset
|
280 |
$[a] = [b] \,\Longrightarrow\, a = b$ \\ |
43054 | 281 |
Try this: \textbf{by} (\textit{metis hd.simps}) (15 ms). \\[3\smallskipamount] |
40073 | 282 |
% |
46242 | 283 |
Sledgehammer: ``\textit{remote\_e\_sine\/}'' on goal \\ |
45063
b3b50d8b535a
reintroduced E-SInE now that it's unexpectedly working again (thanks to Geoff)
blanchet
parents:
45048
diff
changeset
|
284 |
$[a] = [b] \,\Longrightarrow\, a = b$ \\ |
46242 | 285 |
Try this: \textbf{by} (\textit{metis hd.simps}) (18 ms). |
36926 | 286 |
\postw |
287 |
||
45063
b3b50d8b535a
reintroduced E-SInE now that it's unexpectedly working again (thanks to Geoff)
blanchet
parents:
45048
diff
changeset
|
288 |
Sledgehammer ran E, E-SInE, SPASS, Vampire, Waldmeister, and Z3 in parallel. |
42945 | 289 |
Depending on which provers are installed and how many processor cores are |
290 |
available, some of the provers might be missing or present with a |
|
43010
a14cf580a5a5
readded Waldmeister as default to the documentation and other minor changes
blanchet
parents:
43008
diff
changeset
|
291 |
\textit{remote\_} prefix. Waldmeister is run only for unit equational problems, |
a14cf580a5a5
readded Waldmeister as default to the documentation and other minor changes
blanchet
parents:
43008
diff
changeset
|
292 |
where the goal's conclusion is a (universally quantified) equation. |
36926 | 293 |
|
45380 | 294 |
For each successful prover, Sledgehammer gives a one-liner proof that uses |
295 |
the \textit{metis} or \textit{smt} proof method. Approximate timings are shown |
|
296 |
in parentheses, indicating how fast the call is. You can click the proof to |
|
297 |
insert it into the theory text. |
|
36926 | 298 |
|
43054 | 299 |
In addition, you can ask Sledgehammer for an Isar text proof by passing the |
42883 | 300 |
\textit{isar\_proof} option (\S\ref{output-format}): |
36926 | 301 |
|
302 |
\prew |
|
303 |
\textbf{sledgehammer} [\textit{isar\_proof}] |
|
304 |
\postw |
|
305 |
||
306 |
When Isar proof construction is successful, it can yield proofs that are more |
|
45380 | 307 |
readable and also faster than the \textit{metis} or \textit{smt} one-liners. |
308 |
This feature is experimental and is only available for ATPs. |
|
36926 | 309 |
|
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
310 |
\section{Hints} |
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
311 |
\label{hints} |
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
312 |
|
42884 | 313 |
This section presents a few hints that should help you get the most out of |
45380 | 314 |
Sledgehammer. Frequently (and infrequently) asked questions are answered in |
315 |
\S\ref{frequently-asked-questions}. |
|
42884 | 316 |
|
46242 | 317 |
%\newcommand\point[1]{\medskip\par{\sl\bfseries#1}\par\nopagebreak} |
318 |
\newcommand\point[1]{\subsection{\emph{#1}}} |
|
42763 | 319 |
|
320 |
\point{Presimplify the goal} |
|
321 |
||
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
322 |
For best results, first simplify your problem by calling \textit{auto} or at |
42945 | 323 |
least \textit{safe} followed by \textit{simp\_all}. The SMT solvers provide |
324 |
arithmetic decision procedures, but the ATPs typically do not (or if they do, |
|
325 |
Sledgehammer does not use it yet). Apart from Waldmeister, they are not |
|
326 |
especially good at heavy rewriting, but because they regard equations as |
|
327 |
undirected, they often prove theorems that require the reverse orientation of a |
|
328 |
\textit{simp} rule. Higher-order problems can be tackled, but the success rate |
|
329 |
is better for first-order problems. Hence, you may get better results if you |
|
330 |
first simplify the problem to remove higher-order features. |
|
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
331 |
|
46242 | 332 |
\point{Make sure E, SPASS, Vampire, and Z3 are locally installed} |
42763 | 333 |
|
334 |
Locally installed provers are faster and more reliable than those running on |
|
335 |
servers. See \S\ref{installation} for details on how to install them. |
|
336 |
||
337 |
\point{Familiarize yourself with the most important options} |
|
338 |
||
339 |
Sledgehammer's options are fully documented in \S\ref{command-syntax}. Many of |
|
340 |
the options are very specialized, but serious users of the tool should at least |
|
341 |
familiarize themselves with the following options: |
|
342 |
||
343 |
\begin{enum} |
|
45516 | 344 |
\item[\labelitemi] \textbf{\textit{provers}} (\S\ref{mode-of-operation}) specifies |
42884 | 345 |
the automatic provers (ATPs and SMT solvers) that should be run whenever |
346 |
Sledgehammer is invoked (e.g., ``\textit{provers}~= \textit{e spass |
|
46242 | 347 |
remote\_vampire\/}''). For convenience, you can omit ``\textit{provers}~='' |
43014 | 348 |
and simply write the prover names as a space-separated list (e.g., ``\textit{e |
46242 | 349 |
spass remote\_vampire\/}''). |
42763 | 350 |
|
45516 | 351 |
\item[\labelitemi] \textbf{\textit{max\_relevant}} (\S\ref{relevance-filter}) |
42884 | 352 |
specifies the maximum number of facts that should be passed to the provers. By |
353 |
default, the value is prover-dependent but varies between about 150 and 1000. If |
|
354 |
the provers time out, you can try lowering this value to, say, 100 or 50 and see |
|
355 |
if that helps. |
|
42763 | 356 |
|
45516 | 357 |
\item[\labelitemi] \textbf{\textit{isar\_proof}} (\S\ref{output-format}) specifies |
45380 | 358 |
that Isar proofs should be generated, instead of one-liner \textit{metis} or |
359 |
\textit{smt} proofs. The length of the Isar proofs can be controlled by setting |
|
42884 | 360 |
\textit{isar\_shrink\_factor} (\S\ref{output-format}). |
43038 | 361 |
|
45516 | 362 |
\item[\labelitemi] \textbf{\textit{timeout}} (\S\ref{timeouts}) controls the |
43038 | 363 |
provers' time limit. It is set to 30 seconds, but since Sledgehammer runs |
364 |
asynchronously you should not hesitate to raise this limit to 60 or 120 seconds |
|
365 |
if you are the kind of user who can think clearly while ATPs are active. |
|
42763 | 366 |
\end{enum} |
367 |
||
42884 | 368 |
Options can be set globally using \textbf{sledgehammer\_params} |
43010
a14cf580a5a5
readded Waldmeister as default to the documentation and other minor changes
blanchet
parents:
43008
diff
changeset
|
369 |
(\S\ref{command-syntax}). The command also prints the list of all available |
a14cf580a5a5
readded Waldmeister as default to the documentation and other minor changes
blanchet
parents:
43008
diff
changeset
|
370 |
options with their current value. Fact selection can be influenced by specifying |
a14cf580a5a5
readded Waldmeister as default to the documentation and other minor changes
blanchet
parents:
43008
diff
changeset
|
371 |
``$(\textit{add}{:}~\textit{my\_facts})$'' after the \textbf{sledgehammer} call |
a14cf580a5a5
readded Waldmeister as default to the documentation and other minor changes
blanchet
parents:
43008
diff
changeset
|
372 |
to ensure that certain facts are included, or simply ``$(\textit{my\_facts})$'' |
a14cf580a5a5
readded Waldmeister as default to the documentation and other minor changes
blanchet
parents:
43008
diff
changeset
|
373 |
to force Sledgehammer to run only with $\textit{my\_facts}$. |
42763 | 374 |
|
375 |
\section{Frequently Asked Questions} |
|
376 |
\label{frequently-asked-questions} |
|
377 |
||
42945 | 378 |
This sections answers frequently (and infrequently) asked questions about |
379 |
Sledgehammer. It is a good idea to skim over it now even if you don't have any |
|
380 |
questions at this stage. And if you have any further questions not listed here, |
|
381 |
send them to the author at \authoremail. |
|
382 |
||
42763 | 383 |
\point{Why does Metis fail to reconstruct the proof?} |
384 |
||
42883 | 385 |
There are many reasons. If Metis runs seemingly forever, that is a sign that the |
43036 | 386 |
proof is too difficult for it. Metis's search is complete, so it should |
387 |
eventually find it, but that's little consolation. There are several possible |
|
388 |
solutions: |
|
42763 | 389 |
|
390 |
\begin{enum} |
|
45516 | 391 |
\item[\labelitemi] Try the \textit{isar\_proof} option (\S\ref{output-format}) to |
45380 | 392 |
obtain a step-by-step Isar proof where each step is justified by \textit{metis}. |
393 |
Since the steps are fairly small, \textit{metis} is more likely to be able to |
|
394 |
replay them. |
|
42763 | 395 |
|
45516 | 396 |
\item[\labelitemi] Try the \textit{smt} proof method instead of \textit{metis}. It |
45380 | 397 |
is usually stronger, but you need to either have Z3 available to replay the |
398 |
proofs, trust the SMT solver, or use certificates. See the documentation in the |
|
399 |
\emph{SMT} theory (\texttt{\$ISABELLE\_HOME/src/HOL/SMT.thy}) for details. |
|
42763 | 400 |
|
45516 | 401 |
\item[\labelitemi] Try the \textit{blast} or \textit{auto} proof methods, passing |
43010
a14cf580a5a5
readded Waldmeister as default to the documentation and other minor changes
blanchet
parents:
43008
diff
changeset
|
402 |
the necessary facts via \textbf{unfolding}, \textbf{using}, \textit{intro}{:}, |
42763 | 403 |
\textit{elim}{:}, \textit{dest}{:}, or \textit{simp}{:}, as appropriate. |
404 |
\end{enum} |
|
405 |
||
45380 | 406 |
In some rare cases, \textit{metis} fails fairly quickly, and you get the error |
407 |
message |
|
43036 | 408 |
|
409 |
\prew |
|
410 |
\slshape |
|
411 |
Proof reconstruction failed. |
|
412 |
\postw |
|
413 |
||
43571 | 414 |
This message usually indicates that Sledgehammer found a type-incorrect proof. |
415 |
This was a frequent issue with older versions of Sledgehammer, which did not |
|
416 |
supply enough typing information to the ATPs by default. If you notice many |
|
43627
ecd4bb7a8bc0
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet
parents:
43625
diff
changeset
|
417 |
unsound proofs and are not using \textit{type\_enc} (\S\ref{problem-encoding}), |
43571 | 418 |
contact the author at \authoremail. |
42883 | 419 |
|
43008
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
420 |
\point{How can I tell whether a generated proof is sound?} |
42883 | 421 |
|
45380 | 422 |
First, if \textit{metis} can reconstruct it, the proof is sound (assuming |
423 |
Isabelle's inference kernel is sound). If it fails or runs seemingly forever, |
|
424 |
you can try |
|
42883 | 425 |
|
426 |
\prew |
|
427 |
\textbf{apply}~\textbf{--} \\ |
|
43574 | 428 |
\textbf{sledgehammer} [\textit{sound}] (\textit{metis\_facts}) |
42883 | 429 |
\postw |
430 |
||
431 |
where \textit{metis\_facts} is the list of facts appearing in the suggested |
|
45380 | 432 |
\textit{metis} call. The automatic provers should be able to re-find the proof |
433 |
quickly if it is sound, and the \textit{sound} option (\S\ref{problem-encoding}) |
|
434 |
ensures that no unsound proofs are found. |
|
42883 | 435 |
|
43008
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
436 |
\point{Which facts are passed to the automatic provers?} |
42883 | 437 |
|
43008
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
438 |
The relevance filter assigns a score to every available fact (lemma, theorem, |
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
439 |
definition, or axiom)\ based upon how many constants that fact shares with the |
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
440 |
conjecture. This process iterates to include facts relevant to those just |
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
441 |
accepted, but with a decay factor to ensure termination. The constants are |
42883 | 442 |
weighted to give unusual ones greater significance. The relevance filter copes |
443 |
best when the conjecture contains some unusual constants; if all the constants |
|
444 |
are common, it is unable to discriminate among the hundreds of facts that are |
|
445 |
picked up. The relevance filter is also memoryless: It has no information about |
|
446 |
how many times a particular fact has been used in a proof, and it cannot learn. |
|
42763 | 447 |
|
42883 | 448 |
The number of facts included in a problem varies from prover to prover, since |
43008
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
449 |
some provers get overwhelmed more easily than others. You can show the number of |
42883 | 450 |
facts given using the \textit{verbose} option (\S\ref{output-format}) and the |
451 |
actual facts using \textit{debug} (\S\ref{output-format}). |
|
452 |
||
453 |
Sledgehammer is good at finding short proofs combining a handful of existing |
|
454 |
lemmas. If you are looking for longer proofs, you must typically restrict the |
|
42884 | 455 |
number of facts, by setting the \textit{max\_relevant} option |
43574 | 456 |
(\S\ref{relevance-filter}) to, say, 25 or 50. |
42883 | 457 |
|
42996 | 458 |
You can also influence which facts are actually selected in a number of ways. If |
459 |
you simply want to ensure that a fact is included, you can specify it using the |
|
460 |
``$(\textit{add}{:}~\textit{my\_facts})$'' syntax. For example: |
|
461 |
% |
|
462 |
\prew |
|
463 |
\textbf{sledgehammer} (\textit{add}: \textit{hd.simps} \textit{tl.simps}) |
|
464 |
\postw |
|
465 |
% |
|
466 |
The specified facts then replace the least relevant facts that would otherwise be |
|
467 |
included; the other selected facts remain the same. |
|
468 |
If you want to direct the selection in a particular direction, you can specify |
|
469 |
the facts via \textbf{using}: |
|
470 |
% |
|
471 |
\prew |
|
472 |
\textbf{using} \textit{hd.simps} \textit{tl.simps} \\ |
|
473 |
\textbf{sledgehammer} |
|
474 |
\postw |
|
475 |
% |
|
476 |
The facts are then more likely to be selected than otherwise, and if they are |
|
477 |
selected at iteration $j$ they also influence which facts are selected at |
|
478 |
iterations $j + 1$, $j + 2$, etc. To give them even more weight, try |
|
479 |
% |
|
480 |
\prew |
|
481 |
\textbf{using} \textit{hd.simps} \textit{tl.simps} \\ |
|
482 |
\textbf{apply}~\textbf{--} \\ |
|
483 |
\textbf{sledgehammer} |
|
484 |
\postw |
|
485 |
||
46242 | 486 |
\point{Why are the generated Isar proofs so ugly/broken?} |
42883 | 487 |
|
488 |
The current implementation is experimental and explodes exponentially in the |
|
489 |
worst case. Work on a new implementation has begun. There is a large body of |
|
490 |
research into transforming resolution proofs into natural deduction proofs (such |
|
491 |
as Isar proofs), which we hope to leverage. In the meantime, a workaround is to |
|
492 |
set the \textit{isar\_shrink\_factor} option (\S\ref{output-format}) to a larger |
|
493 |
value or to try several provers and keep the nicest-looking proof. |
|
494 |
||
43229 | 495 |
\point{What are the \textit{full\_types} and \textit{no\_types} arguments to |
496 |
Metis?} |
|
42883 | 497 |
|
43228
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
498 |
The \textit{metis}~(\textit{full\_types}) proof method is the fully-typed |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
499 |
version of Metis. It is somewhat slower than \textit{metis}, but the proof |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
500 |
search is fully typed, and it also includes more powerful rules such as the |
45516 | 501 |
axiom ``$x = \const{True} \mathrel{\lor} x = \const{False}$'' for reasoning in |
43228
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
502 |
higher-order places (e.g., in set comprehensions). The method kicks in |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
503 |
automatically as a fallback when \textit{metis} fails, and it is sometimes |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
504 |
generated by Sledgehammer instead of \textit{metis} if the proof obviously |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
505 |
requires type information or if \textit{metis} failed when Sledgehammer |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
506 |
preplayed the proof. (By default, Sledgehammer tries to run \textit{metis} with |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
507 |
various options for up to 4 seconds to ensure that the generated one-line proofs |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
508 |
actually work and to display timing information. This can be configured using |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
509 |
the \textit{preplay\_timeout} option (\S\ref{timeouts}).) |
42883 | 510 |
|
43229 | 511 |
At the other end of the soundness spectrum, \textit{metis} (\textit{no\_types}) |
512 |
uses no type information at all during the proof search, which is more efficient |
|
513 |
but often fails. Calls to \textit{metis} (\textit{no\_types}) are occasionally |
|
514 |
generated by Sledgehammer. |
|
515 |
||
516 |
Incidentally, if you see the warning |
|
42883 | 517 |
|
518 |
\prew |
|
43007 | 519 |
\slshape |
43228
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
520 |
Metis: Falling back on ``\textit{metis} (\textit{full\_types})''. |
42883 | 521 |
\postw |
522 |
||
45380 | 523 |
for a successful \textit{metis} proof, you can advantageously pass the |
43228
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
524 |
\textit{full\_types} option to \textit{metis} directly. |
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
525 |
|
43054 | 526 |
\point{Are generated proofs minimal?} |
43036 | 527 |
|
43054 | 528 |
Automatic provers frequently use many more facts than are necessary. |
529 |
Sledgehammer inclues a minimization tool that takes a set of facts returned by a |
|
45380 | 530 |
given prover and repeatedly calls the same prover, \textit{metis}, or |
531 |
\textit{smt} with subsets of those axioms in order to find a minimal set. |
|
532 |
Reducing the number of axioms typically improves Metis's speed and success rate, |
|
533 |
while also removing superfluous clutter from the proof scripts. |
|
43036 | 534 |
|
43229 | 535 |
In earlier versions of Sledgehammer, generated proofs were systematically |
536 |
accompanied by a suggestion to invoke the minimization tool. This step is now |
|
537 |
performed implicitly if it can be done in a reasonable amount of time (something |
|
538 |
that can be guessed from the number of facts in the original proof and the time |
|
45708
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
539 |
it took to find or preplay it). |
43036 | 540 |
|
45163 | 541 |
In addition, some provers (e.g., Yices) do not provide proofs or sometimes |
542 |
produce incomplete proofs. The minimizer is then invoked to find out which facts |
|
543 |
are actually needed from the (large) set of facts that was initinally given to |
|
544 |
the prover. Finally, if a prover returns a proof with lots of facts, the |
|
545 |
minimizer is invoked automatically since Metis would be unlikely to re-find the |
|
546 |
proof. |
|
45708
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
547 |
% |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
548 |
Automatic minimization can be forced or disabled using the \textit{minimize} |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
549 |
option (\S\ref{mode-of-operation}). |
43036 | 550 |
|
43008
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
551 |
\point{A strange error occurred---what should I do?} |
42763 | 552 |
|
553 |
Sledgehammer tries to give informative error messages. Please report any strange |
|
42883 | 554 |
error to the author at \authoremail. This applies double if you get the message |
42763 | 555 |
|
42883 | 556 |
\prew |
42763 | 557 |
\slshape |
46242 | 558 |
The prover found a type-unsound proof involving ``\textit{foo\/}'', |
559 |
``\textit{bar\/}'', and ``\textit{baz\/}'' even though a supposedly type-sound |
|
43005
c96f06bffd90
merge timeout messages from several ATPs into one message to avoid clutter
blanchet
parents:
43002
diff
changeset
|
560 |
encoding was used (or, less likely, your axioms are inconsistent). You might |
c96f06bffd90
merge timeout messages from several ATPs into one message to avoid clutter
blanchet
parents:
43002
diff
changeset
|
561 |
want to report this to the Isabelle developers. |
42883 | 562 |
\postw |
42763 | 563 |
|
564 |
\point{Auto can solve it---why not Sledgehammer?} |
|
565 |
||
566 |
Problems can be easy for \textit{auto} and difficult for automatic provers, but |
|
567 |
the reverse is also true, so don't be discouraged if your first attempts fail. |
|
39320 | 568 |
Because the system refers to all theorems known to Isabelle, it is particularly |
569 |
suitable when your goal has a short proof from lemmas that you don't know about. |
|
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
570 |
|
42883 | 571 |
\point{Why are there so many options?} |
572 |
||
573 |
Sledgehammer's philosophy should work out of the box, without user guidance. |
|
574 |
Many of the options are meant to be used mostly by the Sledgehammer developers |
|
575 |
for experimentation purposes. Of course, feel free to experiment with them if |
|
576 |
you are so inclined. |
|
577 |
||
36926 | 578 |
\section{Command Syntax} |
579 |
\label{command-syntax} |
|
580 |
||
46242 | 581 |
\subsection{Sledgehammer} |
582 |
||
36926 | 583 |
Sledgehammer can be invoked at any point when there is an open goal by entering |
584 |
the \textbf{sledgehammer} command in the theory file. Its general syntax is as |
|
585 |
follows: |
|
586 |
||
587 |
\prew |
|
43216 | 588 |
\textbf{sledgehammer} \qty{subcommand}$^?$ \qty{options}$^?$ \qty{facts\_override}$^?$ \qty{num}$^?$ |
36926 | 589 |
\postw |
590 |
||
591 |
For convenience, Sledgehammer is also available in the ``Commands'' submenu of |
|
592 |
the ``Isabelle'' menu in Proof General or by pressing the Emacs key sequence C-c |
|
593 |
C-a C-s. This is equivalent to entering the \textbf{sledgehammer} command with |
|
594 |
no arguments in the theory text. |
|
595 |
||
43216 | 596 |
In the general syntax, the \qty{subcommand} may be any of the following: |
36926 | 597 |
|
598 |
\begin{enum} |
|
45516 | 599 |
\item[\labelitemi] \textbf{\textit{run} (the default):} Runs Sledgehammer on |
43216 | 600 |
subgoal number \qty{num} (1 by default), with the given options and facts. |
36926 | 601 |
|
45516 | 602 |
\item[\labelitemi] \textbf{\textit{min}:} Attempts to minimize the facts |
43216 | 603 |
specified in the \qty{facts\_override} argument to obtain a simpler proof |
36926 | 604 |
involving fewer facts. The options and goal number are as for \textit{run}. |
605 |
||
45516 | 606 |
\item[\labelitemi] \textbf{\textit{messages}:} Redisplays recent messages issued |
40203 | 607 |
by Sledgehammer. This allows you to examine results that might have been lost |
43216 | 608 |
due to Sledgehammer's asynchronous nature. The \qty{num} argument specifies a |
36926 | 609 |
limit on the number of messages to display (5 by default). |
610 |
||
45516 | 611 |
\item[\labelitemi] \textbf{\textit{supported\_provers}:} Prints the list of |
41724 | 612 |
automatic provers supported by Sledgehammer. See \S\ref{installation} and |
613 |
\S\ref{mode-of-operation} for more information on how to install automatic |
|
614 |
provers. |
|
36926 | 615 |
|
45516 | 616 |
\item[\labelitemi] \textbf{\textit{running\_provers}:} Prints information about |
40059
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
617 |
currently running automatic provers, including elapsed runtime and remaining |
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
618 |
time until timeout. |
36926 | 619 |
|
45516 | 620 |
\item[\labelitemi] \textbf{\textit{kill\_provers}:} Terminates all running |
40059
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
621 |
automatic provers. |
36926 | 622 |
|
45516 | 623 |
\item[\labelitemi] \textbf{\textit{refresh\_tptp}:} Refreshes the list of remote |
36926 | 624 |
ATPs available at System\-On\-TPTP \cite{sutcliffe-2000}. |
625 |
\end{enum} |
|
626 |
||
43216 | 627 |
Sledgehammer's behavior can be influenced by various \qty{options}, which can be |
628 |
specified in brackets after the \textbf{sledgehammer} command. The |
|
629 |
\qty{options} are a list of key--value pairs of the form ``[$k_1 = v_1, |
|
46242 | 630 |
\ldots, k_n = v_n$]''. For Boolean options, ``= \textit{true\/}'' is optional. For |
36926 | 631 |
example: |
632 |
||
633 |
\prew |
|
43216 | 634 |
\textbf{sledgehammer} [\textit{isar\_proof}, \,\textit{timeout} = 120] |
36926 | 635 |
\postw |
636 |
||
637 |
Default values can be set using \textbf{sledgehammer\_\allowbreak params}: |
|
638 |
||
639 |
\prew |
|
43216 | 640 |
\textbf{sledgehammer\_params} \qty{options} |
36926 | 641 |
\postw |
642 |
||
643 |
The supported options are described in \S\ref{option-reference}. |
|
644 |
||
43216 | 645 |
The \qty{facts\_override} argument lets you alter the set of facts that go |
646 |
through the relevance filter. It may be of the form ``(\qty{facts})'', where |
|
647 |
\qty{facts} is a space-separated list of Isabelle facts (theorems, local |
|
36926 | 648 |
assumptions, etc.), in which case the relevance filter is bypassed and the given |
43216 | 649 |
facts are used. It may also be of the form ``(\textit{add}:\ \qty{facts\/_{\mathrm{1}}})'', |
650 |
``(\textit{del}:\ \qty{facts\/_{\mathrm{2}}})'', or ``(\textit{add}:\ \qty{facts\/_{\mathrm{1}}}\ |
|
651 |
\textit{del}:\ \qty{facts\/_{\mathrm{2}}})'', where the relevance filter is instructed to |
|
652 |
proceed as usual except that it should consider \qty{facts\/_{\mathrm{1}}} |
|
653 |
highly-relevant and \qty{facts\/_{\mathrm{2}}} fully irrelevant. |
|
36926 | 654 |
|
39320 | 655 |
You can instruct Sledgehammer to run automatically on newly entered theorems by |
44743 | 656 |
enabling the ``Auto Sledgehammer'' option in Proof General's ``Isabelle'' menu. |
657 |
For automatic runs, only the first prover set using \textit{provers} |
|
42736
8005fc9b65ec
ensure that Auto Sledgehammer is run with full type information
blanchet
parents:
42724
diff
changeset
|
658 |
(\S\ref{mode-of-operation}) is considered, fewer facts are passed to the prover, |
45708
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
659 |
\textit{slice} (\S\ref{mode-of-operation}) is disabled, \textit{sound} |
43574 | 660 |
(\S\ref{problem-encoding}) is enabled, \textit{verbose} (\S\ref{output-format}) |
43038 | 661 |
and \textit{debug} (\S\ref{output-format}) are disabled, and \textit{timeout} |
662 |
(\S\ref{timeouts}) is superseded by the ``Auto Tools Time Limit'' in Proof |
|
663 |
General's ``Isabelle'' menu. Sledgehammer's output is also more concise. |
|
39320 | 664 |
|
46242 | 665 |
\subsection{Metis} |
666 |
||
43216 | 667 |
The \textit{metis} proof method has the syntax |
668 |
||
669 |
\prew |
|
45518 | 670 |
\textbf{\textit{metis}}~(\qty{options})${}^?$~\qty{facts}${}^?$ |
43216 | 671 |
\postw |
672 |
||
45518 | 673 |
where \qty{facts} is a list of arbitrary facts and \qty{options} is a |
674 |
comma-separated list consisting of at most one $\lambda$ translation scheme |
|
675 |
specification with the same semantics as Sledgehammer's \textit{lam\_trans} |
|
676 |
option (\S\ref{problem-encoding}) and at most one type encoding specification |
|
677 |
with the same semantics as Sledgehammer's \textit{type\_enc} option |
|
678 |
(\S\ref{problem-encoding}). |
|
679 |
% |
|
680 |
The supported $\lambda$ translation schemes are \textit{hide\_lams}, |
|
681 |
\textit{lam\_lifting}, and \textit{combinators} (the default). |
|
682 |
% |
|
683 |
All the untyped type encodings listed in \S\ref{problem-encoding} are supported. |
|
684 |
For convenience, the following aliases are provided: |
|
685 |
\begin{enum} |
|
686 |
\item[\labelitemi] \textbf{\textit{full\_types}:} An appropriate type-sound encoding. |
|
687 |
\item[\labelitemi] \textbf{\textit{partial\_types}:} Synonym for \textit{poly\_args}. |
|
688 |
\item[\labelitemi] \textbf{\textit{no\_types}:} Synonym for \textit{erased}. |
|
689 |
\end{enum} |
|
43216 | 690 |
|
36926 | 691 |
\section{Option Reference} |
692 |
\label{option-reference} |
|
693 |
||
43014 | 694 |
\def\defl{\{} |
695 |
\def\defr{\}} |
|
696 |
||
36926 | 697 |
\def\flushitem#1{\item[]\noindent\kern-\leftmargin \textbf{#1}} |
43014 | 698 |
\def\optrue#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool}$\bigr]$\enskip \defl\textit{true}\defr\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]} |
699 |
\def\opfalse#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool}$\bigr]$\enskip \defl\textit{false}\defr\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]} |
|
700 |
\def\opsmart#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{smart\_bool}$\bigr]$\enskip \defl\textit{smart}\defr\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]} |
|
36926 | 701 |
\def\opnodefault#1#2{\flushitem{\textit{#1} = \qtybf{#2}} \nopagebreak\\[\parskip]} |
43014 | 702 |
\def\opnodefaultbrk#1#2{\flushitem{$\bigl[$\textit{#1} =$\bigr]$ \qtybf{#2}} \nopagebreak\\[\parskip]} |
703 |
\def\opdefault#1#2#3{\flushitem{\textit{#1} = \qtybf{#2}\enskip \defl\textit{#3}\defr} \nopagebreak\\[\parskip]} |
|
36926 | 704 |
\def\oparg#1#2#3{\flushitem{\textit{#1} \qtybf{#2} = \qtybf{#3}} \nopagebreak\\[\parskip]} |
705 |
\def\opargbool#1#2#3{\flushitem{\textit{#1} \qtybf{#2} $\bigl[$= \qtybf{bool}$\bigr]$\hfill (neg.: \textit{#3})}\nopagebreak\\[\parskip]} |
|
43014 | 706 |
\def\opargboolorsmart#1#2#3{\flushitem{\textit{#1} \qtybf{#2} $\bigl[$= \qtybf{smart\_bool}$\bigr]$\hfill (neg.: \textit{#3})}\nopagebreak\\[\parskip]} |
36926 | 707 |
|
708 |
Sledgehammer's options are categorized as follows:\ mode of operation |
|
38984 | 709 |
(\S\ref{mode-of-operation}), problem encoding (\S\ref{problem-encoding}), |
710 |
relevance filter (\S\ref{relevance-filter}), output format |
|
43038 | 711 |
(\S\ref{output-format}), authentication (\S\ref{authentication}), and timeouts |
712 |
(\S\ref{timeouts}). |
|
36926 | 713 |
|
714 |
The descriptions below refer to the following syntactic quantities: |
|
715 |
||
716 |
\begin{enum} |
|
45516 | 717 |
\item[\labelitemi] \qtybf{string}: A string. |
718 |
\item[\labelitemi] \qtybf{bool\/}: \textit{true} or \textit{false}. |
|
719 |
\item[\labelitemi] \qtybf{smart\_bool\/}: \textit{true}, \textit{false}, or |
|
40203 | 720 |
\textit{smart}. |
45516 | 721 |
\item[\labelitemi] \qtybf{int\/}: An integer. |
722 |
%\item[\labelitemi] \qtybf{float\/}: A floating-point number (e.g., 2.5). |
|
723 |
\item[\labelitemi] \qtybf{float\_pair\/}: A pair of floating-point numbers |
|
40343
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
blanchet
parents:
40341
diff
changeset
|
724 |
(e.g., 0.6 0.95). |
45516 | 725 |
\item[\labelitemi] \qtybf{smart\_int\/}: An integer or \textit{smart}. |
726 |
\item[\labelitemi] \qtybf{float\_or\_none\/}: A floating-point number (e.g., 60 or |
|
43036 | 727 |
0.5) expressing a number of seconds, or the keyword \textit{none} ($\infty$ |
728 |
seconds). |
|
36926 | 729 |
\end{enum} |
730 |
||
43217 | 731 |
Default values are indicated in curly brackets (\textrm{\{\}}). Boolean options |
732 |
have a negated counterpart (e.g., \textit{blocking} vs.\ |
|
46242 | 733 |
\textit{non\_blocking}). When setting them, ``= \textit{true\/}'' may be omitted. |
36926 | 734 |
|
735 |
\subsection{Mode of Operation} |
|
736 |
\label{mode-of-operation} |
|
737 |
||
738 |
\begin{enum} |
|
43014 | 739 |
\opnodefaultbrk{provers}{string} |
40059
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
740 |
Specifies the automatic provers to use as a space-separated list (e.g., |
46242 | 741 |
``\textit{e}~\textit{spass}~\textit{remote\_vampire\/}''). The following local |
43014 | 742 |
provers are supported: |
36926 | 743 |
|
744 |
\begin{enum} |
|
45516 | 745 |
\item[\labelitemi] \textbf{\textit{cvc3}:} CVC3 is an SMT solver developed by |
42945 | 746 |
Clark Barrett, Cesare Tinelli, and their colleagues \cite{cvc3}. To use CVC3, |
747 |
set the environment variable \texttt{CVC3\_SOLVER} to the complete path of the |
|
46242 | 748 |
executable, including the file name, or install the prebuilt CVC3 package from |
749 |
\download. Sledgehammer has been tested with version 2.2. See |
|
750 |
\S\ref{installation} for details. |
|
42945 | 751 |
|
45516 | 752 |
\item[\labelitemi] \textbf{\textit{e}:} E is a first-order resolution prover |
42964
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
753 |
developed by Stephan Schulz \cite{schulz-2002}. To use E, set the environment |
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
754 |
variable \texttt{E\_HOME} to the directory that contains the \texttt{eproof} |
46242 | 755 |
executable, or install the prebuilt E package from \download. Sledgehammer has |
756 |
been tested with versions 1.0 to 1.4. See \S\ref{installation} for details. |
|
36926 | 757 |
|
45516 | 758 |
\item[\labelitemi] \textbf{\textit{leo2}:} LEO-II is an automatic |
44098 | 759 |
higher-order prover developed by Christoph Benzm\"uller et al.\ \cite{leo2}, |
46242 | 760 |
with support for the TPTP typed higher-order syntax (THF0). To use LEO-II, set |
761 |
the environment variable \texttt{LEO2\_HOME} to the directory that contains the |
|
762 |
\texttt{leo} executable. Sledgehammer requires version 1.2.9 or above. |
|
44098 | 763 |
|
45516 | 764 |
\item[\labelitemi] \textbf{\textit{metis}:} Although it is much less powerful than |
44098 | 765 |
the external provers, Metis itself can be used for proof search. |
766 |
||
45516 | 767 |
\item[\labelitemi] \textbf{\textit{satallax}:} Satallax is an automatic |
44098 | 768 |
higher-order prover developed by Chad Brown et al.\ \cite{satallax}, with |
46242 | 769 |
support for the TPTP typed higher-order syntax (THF0). To use Satallax, set the |
770 |
environment variable \texttt{SATALLAX\_HOME} to the directory that contains the |
|
771 |
\texttt{satallax} executable. Sledgehammer requires version 2.2 or above. |
|
44098 | 772 |
|
45516 | 773 |
\item[\labelitemi] \textbf{\textit{smt}:} The \textit{smt} proof method with the |
45555 | 774 |
current settings (usually:\ Z3 with proof reconstruction). |
45380 | 775 |
|
45516 | 776 |
\item[\labelitemi] \textbf{\textit{spass}:} SPASS is a first-order resolution |
42964
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
777 |
prover developed by Christoph Weidenbach et al.\ \cite{weidenbach-et-al-2009}. |
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
778 |
To use SPASS, set the environment variable \texttt{SPASS\_HOME} to the directory |
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
779 |
that contains the \texttt{SPASS} executable, or install the prebuilt SPASS |
46242 | 780 |
package from \download. Sledgehammer requires version 3.5 or above. See |
781 |
\S\ref{installation} for details. |
|
36926 | 782 |
|
45516 | 783 |
\item[\labelitemi] \textbf{\textit{vampire}:} Vampire is a first-order resolution |
42964
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
784 |
prover developed by Andrei Voronkov and his colleagues |
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
785 |
\cite{riazanov-voronkov-2002}. To use Vampire, set the environment variable |
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
786 |
\texttt{VAMPIRE\_HOME} to the directory that contains the \texttt{vampire} |
44419
a460810d743e
update the Vampire related parts of the documentation
blanchet
parents:
44401
diff
changeset
|
787 |
executable and \texttt{VAMPIRE\_VERSION} to the version number (e.g., ``1.8''). |
46242 | 788 |
Sledgehammer has been tested with versions 0.6, 1.0, and 1.8. |
789 |
%Vampire 1.8 supports the TPTP typed first-order format (TFF0). |
|
40942 | 790 |
|
45516 | 791 |
\item[\labelitemi] \textbf{\textit{yices}:} Yices is an SMT solver developed at |
44098 | 792 |
SRI \cite{yices}. To use Yices, set the environment variable |
793 |
\texttt{YICES\_SOLVER} to the complete path of the executable, including the |
|
45864 | 794 |
file name. Sledgehammer has been tested with version 1.0.28. |
44098 | 795 |
|
45516 | 796 |
\item[\labelitemi] \textbf{\textit{z3}:} Z3 is an SMT solver developed at |
41740
4b09f8b9e012
added "Z3 as an ATP" support to Sledgehammer locally
blanchet
parents:
41738
diff
changeset
|
797 |
Microsoft Research \cite{z3}. To use Z3, set the environment variable |
4b09f8b9e012
added "Z3 as an ATP" support to Sledgehammer locally
blanchet
parents:
41738
diff
changeset
|
798 |
\texttt{Z3\_SOLVER} to the complete path of the executable, including the file |
44421 | 799 |
name, and set \texttt{Z3\_NON\_COMMERCIAL} to ``yes'' to confirm that you are a |
45864 | 800 |
noncommercial user. Sledgehammer has been tested with versions 3.0 to 3.2. |
41740
4b09f8b9e012
added "Z3 as an ATP" support to Sledgehammer locally
blanchet
parents:
41738
diff
changeset
|
801 |
|
45516 | 802 |
\item[\labelitemi] \textbf{\textit{z3\_tptp}:} This version of Z3 pretends to be |
803 |
an ATP, exploiting Z3's support for the TPTP untyped and typed first-order |
|
45864 | 804 |
formats (FOF and TFF0). It is included for experimental purposes. It |
805 |
requires version 3.0 or above. To use it, set the environment variable |
|
806 |
\texttt{Z3\_HOME} to the directory that contains the \texttt{z3} |
|
807 |
executable. |
|
42945 | 808 |
\end{enum} |
809 |
||
810 |
In addition, the following remote provers are supported: |
|
811 |
||
812 |
\begin{enum} |
|
45516 | 813 |
\item[\labelitemi] \textbf{\textit{remote\_cvc3}:} The remote version of CVC3 runs |
42945 | 814 |
on servers at the TU M\"unchen (or wherever \texttt{REMOTE\_SMT\_URL} is set to |
815 |
point). |
|
40073 | 816 |
|
45516 | 817 |
\item[\labelitemi] \textbf{\textit{remote\_e}:} The remote version of E runs |
36926 | 818 |
on Geoff Sutcliffe's Miami servers \cite{sutcliffe-2000}. |
819 |
||
45516 | 820 |
\item[\labelitemi] \textbf{\textit{remote\_e\_sine}:} E-SInE is a metaprover |
44091 | 821 |
developed by Kry\v stof Hoder \cite{sine} based on E. The remote version of |
822 |
SInE runs on Geoff Sutcliffe's Miami servers. |
|
823 |
||
45516 | 824 |
\item[\labelitemi] \textbf{\textit{remote\_e\_tofof}:} E-ToFoF is a metaprover |
44091 | 825 |
developed by Geoff Sutcliffe \cite{tofof} based on E running on his Miami |
45516 | 826 |
servers. This ATP supports the TPTP typed first-order format (TFF0). The |
44091 | 827 |
remote version of E-ToFoF runs on Geoff Sutcliffe's Miami servers. |
828 |
||
45516 | 829 |
\item[\labelitemi] \textbf{\textit{remote\_iprover}:} iProver is a pure |
45339 | 830 |
instantiation-based prover developed by Konstantin Korovin \cite{korovin-2009}. The |
831 |
remote version of iProver runs on Geoff Sutcliffe's Miami servers |
|
832 |
\cite{sutcliffe-2000}. |
|
833 |
||
45516 | 834 |
\item[\labelitemi] \textbf{\textit{remote\_iprover\_eq}:} iProver-Eq is an |
45339 | 835 |
instantiation-based prover with native support for equality developed by |
836 |
Konstantin Korovin and Christoph Sticksel \cite{korovin-sticksel-2010}. The |
|
837 |
remote version of iProver-Eq runs on Geoff Sutcliffe's Miami servers |
|
838 |
\cite{sutcliffe-2000}. |
|
839 |
||
840 |
The remote version of LEO-II |
|
841 |
runs on Geoff Sutcliffe's Miami servers \cite{sutcliffe-2000}. |
|
842 |
||
45516 | 843 |
\item[\labelitemi] \textbf{\textit{remote\_leo2}:} The remote version of LEO-II |
44098 | 844 |
runs on Geoff Sutcliffe's Miami servers \cite{sutcliffe-2000}. |
42964
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
845 |
|
45516 | 846 |
\item[\labelitemi] \textbf{\textit{remote\_satallax}:} The remote version of |
44098 | 847 |
Satallax runs on Geoff Sutcliffe's Miami servers \cite{sutcliffe-2000}. |
42964
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
848 |
|
45516 | 849 |
\item[\labelitemi] \textbf{\textit{remote\_snark}:} SNARK is a first-order |
43625 | 850 |
resolution prover developed by Stickel et al.\ \cite{snark}. It supports the |
45516 | 851 |
TPTP typed first-order format (TFF0). The remote version of SNARK runs on |
43625 | 852 |
Geoff Sutcliffe's Miami servers. |
40073 | 853 |
|
45516 | 854 |
\item[\labelitemi] \textbf{\textit{remote\_vampire}:} The remote version of |
44419
a460810d743e
update the Vampire related parts of the documentation
blanchet
parents:
44401
diff
changeset
|
855 |
Vampire runs on Geoff Sutcliffe's Miami servers. Version 1.8 is used. |
42945 | 856 |
|
45516 | 857 |
\item[\labelitemi] \textbf{\textit{remote\_waldmeister}:} Waldmeister is a unit |
42945 | 858 |
equality prover developed by Hillenbrand et al.\ \cite{waldmeister}. It can be |
43625 | 859 |
used to prove universally quantified equations using unconditional equations, |
860 |
corresponding to the TPTP CNF UEQ division. The remote version of Waldmeister |
|
861 |
runs on Geoff Sutcliffe's Miami servers. |
|
41738
eb98c60a6cf0
added experimental "remote_z3_atp", Sutcliffe's TPTP-syntax-aware wrapper for Z3 -- allows to do head-to-head comparison of Sledgehammer's ATP translation and of Sascha's SMT translation
blanchet
parents:
41727
diff
changeset
|
862 |
|
45516 | 863 |
\item[\labelitemi] \textbf{\textit{remote\_z3}:} The remote version of Z3 runs on |
40942 | 864 |
servers at the TU M\"unchen (or wherever \texttt{REMOTE\_SMT\_URL} is set to |
865 |
point). |
|
40073 | 866 |
|
45516 | 867 |
\item[\labelitemi] \textbf{\textit{remote\_z3\_tptp}:} The remote version of ``Z3 |
44423
f74707e12d30
exploit TFF format in Z3 used as ATP, and renamed it "z3_tptp"
blanchet
parents:
44421
diff
changeset
|
868 |
with TPTP syntax'' runs on Geoff Sutcliffe's Miami servers. |
36926 | 869 |
\end{enum} |
870 |
||
45063
b3b50d8b535a
reintroduced E-SInE now that it's unexpectedly working again (thanks to Geoff)
blanchet
parents:
45048
diff
changeset
|
871 |
By default, Sledgehammer runs E, E-SInE, SPASS, Vampire, Z3 (or whatever |
44091 | 872 |
the SMT module's \textit{smt\_solver} configuration option is set to), and (if |
873 |
appropriate) Waldmeister in parallel---either locally or remotely, depending on |
|
874 |
the number of processor cores available. For historical reasons, the default |
|
875 |
value of this option can be overridden using the option ``Sledgehammer: |
|
44743 | 876 |
Provers'' in Proof General's ``Isabelle'' menu. |
36926 | 877 |
|
44743 | 878 |
It is generally a good idea to run several provers in parallel. Running E, |
879 |
SPASS, and Vampire for 5~seconds yields a similar success rate to running the |
|
880 |
most effective of these for 120~seconds \cite{boehme-nipkow-2010}. |
|
40059
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
881 |
|
43053 | 882 |
For the \textit{min} subcommand, the default prover is \textit{metis}. If |
883 |
several provers are set, the first one is used. |
|
884 |
||
40059
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
885 |
\opnodefault{prover}{string} |
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
886 |
Alias for \textit{provers}. |
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
887 |
|
42884 | 888 |
%\opnodefault{atps}{string} |
889 |
%Legacy alias for \textit{provers}. |
|
36926 | 890 |
|
42884 | 891 |
%\opnodefault{atp}{string} |
892 |
%Legacy alias for \textit{provers}. |
|
36926 | 893 |
|
38983 | 894 |
\opfalse{blocking}{non\_blocking} |
895 |
Specifies whether the \textbf{sledgehammer} command should operate |
|
896 |
synchronously. The asynchronous (non-blocking) mode lets the user start proving |
|
897 |
the putative theorem manually while Sledgehammer looks for a proof, but it can |
|
42995
e23f61546cf0
always run Sledgehammer synchronously in the jEdit interface (until the multithreading support for Proof General is ported)
blanchet
parents:
42964
diff
changeset
|
898 |
also be more confusing. Irrespective of the value of this option, Sledgehammer |
e23f61546cf0
always run Sledgehammer synchronously in the jEdit interface (until the multithreading support for Proof General is ported)
blanchet
parents:
42964
diff
changeset
|
899 |
is always run synchronously for the new jEdit-based user interface or if |
e23f61546cf0
always run Sledgehammer synchronously in the jEdit interface (until the multithreading support for Proof General is ported)
blanchet
parents:
42964
diff
changeset
|
900 |
\textit{debug} (\S\ref{output-format}) is enabled. |
38983 | 901 |
|
45708
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
902 |
\optrue{slice}{dont\_slice} |
42443
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
903 |
Specifies whether the time allocated to a prover should be sliced into several |
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
904 |
segments, each of which has its own set of possibly prover-dependent options. |
42446 | 905 |
For SPASS and Vampire, the first slice tries the fast but incomplete |
42443
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
906 |
set-of-support (SOS) strategy, whereas the second slice runs without it. For E, |
42446 | 907 |
up to three slices are tried, with different weighted search strategies and |
42443
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
908 |
number of facts. For SMT solvers, several slices are tried with the same options |
42446 | 909 |
each time but fewer and fewer facts. According to benchmarks with a timeout of |
910 |
30 seconds, slicing is a valuable optimization, and you should probably leave it |
|
911 |
enabled unless you are conducting experiments. This option is implicitly |
|
42443
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
912 |
disabled for (short) automatic runs. |
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
913 |
|
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
914 |
\nopagebreak |
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
915 |
{\small See also \textit{verbose} (\S\ref{output-format}).} |
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
916 |
|
45708
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
917 |
\opsmart{minimize}{dont\_minimize} |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
918 |
Specifies whether the minimization tool should be invoked automatically after |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
919 |
proof search. By default, automatic minimization takes place only if |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
920 |
it can be done in a reasonable amount of time (as determined by |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
921 |
the number of facts in the original proof and the time it took to find or |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
922 |
preplay it) or the proof involves an unreasonably large number of facts. |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
923 |
|
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
924 |
\nopagebreak |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
925 |
{\small See also \textit{preplay\_timeout} (\S\ref{timeouts}).} |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
926 |
|
36926 | 927 |
\opfalse{overlord}{no\_overlord} |
928 |
Specifies whether Sledgehammer should put its temporary files in |
|
929 |
\texttt{\$ISA\-BELLE\_\allowbreak HOME\_\allowbreak USER}, which is useful for |
|
930 |
debugging Sledgehammer but also unsafe if several instances of the tool are run |
|
931 |
simultaneously. The files are identified by the prefix \texttt{prob\_}; you may |
|
932 |
safely remove them after Sledgehammer has run. |
|
933 |
||
934 |
\nopagebreak |
|
935 |
{\small See also \textit{debug} (\S\ref{output-format}).} |
|
936 |
\end{enum} |
|
937 |
||
938 |
\subsection{Problem Encoding} |
|
939 |
\label{problem-encoding} |
|
940 |
||
45516 | 941 |
\newcommand\comb[1]{\const{#1}} |
942 |
||
36926 | 943 |
\begin{enum} |
45516 | 944 |
\opdefault{lam\_trans}{string}{smart} |
945 |
Specifies the $\lambda$ translation scheme to use in ATP problems. The supported |
|
946 |
translation schemes are listed below: |
|
947 |
||
948 |
\begin{enum} |
|
949 |
\item[\labelitemi] \textbf{\textit{hide\_lams}:} Hide the $\lambda$-abstractions |
|
950 |
by replacing them by unspecified fresh constants, effectively disabling all |
|
951 |
reasoning under $\lambda$-abstractions. |
|
952 |
||
953 |
\item[\labelitemi] \textbf{\textit{lam\_lifting}:} Introduce a new |
|
954 |
supercombinator \const{c} for each cluster of $n$~$\lambda$-abstractions, |
|
955 |
defined using an equation $\const{c}~x_1~\ldots~x_n = t$ ($\lambda$-lifting). |
|
956 |
||
957 |
\item[\labelitemi] \textbf{\textit{combinators}:} Rewrite lambdas to the Curry |
|
958 |
combinators (\comb{I}, \comb{K}, \comb{S}, \comb{B}, \comb{C}). Combinators |
|
959 |
enable the ATPs to synthesize $\lambda$-terms but tend to yield bulkier formulas |
|
960 |
than $\lambda$-lifting: The translation is quadratic in the worst case, and the |
|
961 |
equational definitions of the combinators are very prolific in the context of |
|
962 |
resolution. |
|
963 |
||
964 |
\item[\labelitemi] \textbf{\textit{hybrid\_lams}:} Introduce a new |
|
965 |
supercombinator \const{c} for each cluster of $\lambda$-abstractions and characterize it both using a |
|
966 |
lifted equation $\const{c}~x_1~\ldots~x_n = t$ and via Curry combinators. |
|
967 |
||
968 |
\item[\labelitemi] \textbf{\textit{keep\_lams}:} |
|
969 |
Keep the $\lambda$-abstractions in the generated problems. This is available |
|
970 |
only with provers that support the THF0 syntax. |
|
971 |
||
972 |
\item[\labelitemi] \textbf{\textit{smart}:} The actual translation scheme used |
|
973 |
depends on the ATP and should be the most efficient scheme for that ATP. |
|
974 |
\end{enum} |
|
975 |
||
976 |
For SMT solvers, the $\lambda$ translation scheme is always |
|
977 |
\textit{lam\_lifting}, irrespective of the value of this option. |
|
978 |
||
43627
ecd4bb7a8bc0
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet
parents:
43625
diff
changeset
|
979 |
\opdefault{type\_enc}{string}{smart} |
ecd4bb7a8bc0
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet
parents:
43625
diff
changeset
|
980 |
Specifies the type encoding to use in ATP problems. Some of the type encodings |
ecd4bb7a8bc0
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet
parents:
43625
diff
changeset
|
981 |
are unsound, meaning that they can give rise to spurious proofs |
45380 | 982 |
(unreconstructible using \textit{metis}). The supported type encodings are |
983 |
listed below, with an indication of their soundness in parentheses: |
|
42228 | 984 |
|
985 |
\begin{enum} |
|
45516 | 986 |
\item[\labelitemi] \textbf{\textit{erased} (very unsound):} No type information is |
42887
771be1dcfef6
document new type system and soundness properties of the different systems
blanchet
parents:
42884
diff
changeset
|
987 |
supplied to the ATP. Types are simply erased. |
42582 | 988 |
|
45516 | 989 |
\item[\labelitemi] \textbf{\textit{poly\_guards} (sound):} Types are encoded using |
43990 | 990 |
a predicate \textit{has\_\allowbreak type\/}$(\tau, t)$ that guards bound |
991 |
variables. Constants are annotated with their types, supplied as additional |
|
42887
771be1dcfef6
document new type system and soundness properties of the different systems
blanchet
parents:
42884
diff
changeset
|
992 |
arguments, to resolve overloading. |
42685 | 993 |
|
45516 | 994 |
\item[\labelitemi] \textbf{\textit{poly\_tags} (sound):} Each term and subterm is |
995 |
tagged with its type using a function $\const{type\/}(\tau, t)$. |
|
42887
771be1dcfef6
document new type system and soundness properties of the different systems
blanchet
parents:
42884
diff
changeset
|
996 |
|
45516 | 997 |
\item[\labelitemi] \textbf{\textit{poly\_args} (unsound):} |
43990 | 998 |
Like for \textit{poly\_guards} constants are annotated with their types to |
43002
e88fde86e4c2
mention contributions from LCP and explain metis and metisFT encodings
blanchet
parents:
42996
diff
changeset
|
999 |
resolve overloading, but otherwise no type information is encoded. This |
43228
2ed2f092e990
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet
parents:
43217
diff
changeset
|
1000 |
coincides with the default encoding used by the \textit{metis} command. |
42685 | 1001 |
|
45516 | 1002 |
\item[\labelitemi] |
42722 | 1003 |
\textbf{% |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1004 |
\textit{raw\_mono\_guards}, \textit{raw\_mono\_tags} (sound); \\ |
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1005 |
\textit{raw\_mono\_args} (unsound):} \\ |
43990 | 1006 |
Similar to \textit{poly\_guards}, \textit{poly\_tags}, and \textit{poly\_args}, |
42722 | 1007 |
respectively, but the problem is additionally monomorphized, meaning that type |
1008 |
variables are instantiated with heuristically chosen ground types. |
|
1009 |
Monomorphization can simplify reasoning but also leads to larger fact bases, |
|
1010 |
which can slow down the ATPs. |
|
42582 | 1011 |
|
45516 | 1012 |
\item[\labelitemi] |
42722 | 1013 |
\textbf{% |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1014 |
\textit{mono\_guards}, \textit{mono\_tags} (sound); |
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1015 |
\textit{mono\_args} (unsound):} \\ |
42722 | 1016 |
Similar to |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1017 |
\textit{raw\_mono\_guards}, \textit{raw\_mono\_tags}, and |
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1018 |
\textit{raw\_mono\_args}, respectively but types are mangled in constant names |
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1019 |
instead of being supplied as ground term arguments. The binary predicate |
45516 | 1020 |
$\const{has\_type\/}(\tau, t)$ becomes a unary predicate |
1021 |
$\const{has\_type\_}\tau(t)$, and the binary function |
|
1022 |
$\const{type\/}(\tau, t)$ becomes a unary function |
|
1023 |
$\const{type\_}\tau(t)$. |
|
42589
9f7c48463645
restructured type systems some more -- the old naming schemes had "argshg diff |less" and "tagshg diff |less" as equivalent and didn't support a monomorphic version of "tags"
blanchet
parents:
42582
diff
changeset
|
1024 |
|
45516 | 1025 |
\item[\labelitemi] \textbf{\textit{mono\_simple} (sound):} Exploits simple |
44743 | 1026 |
first-order types if the prover supports the TFF0 or THF0 syntax; otherwise, |
44769 | 1027 |
falls back on \textit{mono\_guards}. The problem is monomorphized. |
43625 | 1028 |
|
45516 | 1029 |
\item[\labelitemi] \textbf{\textit{mono\_simple\_higher} (sound):} Exploits simple |
44743 | 1030 |
higher-order types if the prover supports the THF0 syntax; otherwise, falls back |
44769 | 1031 |
on \textit{mono\_simple} or \textit{mono\_guards}. The problem is monomorphized. |
42681 | 1032 |
|
45516 | 1033 |
\item[\labelitemi] |
42681 | 1034 |
\textbf{% |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1035 |
\textit{poly\_guards}?, \textit{poly\_tags}?, \textit{raw\_mono\_guards}?, \\ |
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1036 |
\textit{raw\_mono\_tags}?, \textit{mono\_guards}?, \textit{mono\_tags}?, \\ |
44743 | 1037 |
\textit{mono\_simple}? (quasi-sound):} \\ |
43990 | 1038 |
The type encodings \textit{poly\_guards}, \textit{poly\_tags}, |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1039 |
\textit{raw\_mono\_guards}, \textit{raw\_mono\_tags}, \textit{mono\_guards}, |
44743 | 1040 |
\textit{mono\_tags}, and \textit{mono\_simple} are fully |
43625 | 1041 |
typed and sound. For each of these, Sledgehammer also provides a lighter, |
44816 | 1042 |
virtually sound variant identified by a question mark (`\hbox{?}')\ that detects |
1043 |
and erases monotonic types, notably infinite types. (For \textit{mono\_simple}, |
|
1044 |
the types are not actually erased but rather replaced by a shared uniform type |
|
1045 |
of individuals.) As argument to the \textit{metis} proof method, the question |
|
46242 | 1046 |
mark is replaced by a \hbox{``\textit{\_query\/}''} suffix. If the \emph{sound} |
44816 | 1047 |
option is enabled, these encodings are fully sound. |
42582 | 1048 |
|
45516 | 1049 |
\item[\labelitemi] |
42887
771be1dcfef6
document new type system and soundness properties of the different systems
blanchet
parents:
42884
diff
changeset
|
1050 |
\textbf{% |
44769 | 1051 |
\textit{poly\_guards}??, \textit{poly\_tags}??, \textit{raw\_mono\_guards}??, \\ |
1052 |
\textit{raw\_mono\_tags}??, \textit{mono\_guards}??, \textit{mono\_tags}?? \\ |
|
1053 |
(quasi-sound):} \\ |
|
44816 | 1054 |
Even lighter versions of the `\hbox{?}' encodings. As argument to the |
1055 |
\textit{metis} proof method, the `\hbox{??}' suffix is replaced by |
|
46242 | 1056 |
\hbox{``\textit{\_query\_query\/}''}. |
44816 | 1057 |
|
45516 | 1058 |
\item[\labelitemi] |
44816 | 1059 |
\textbf{% |
45950 | 1060 |
\textit{poly\_guards}@?, \textit{raw\_mono\_guards}@? (quasi-sound):} \\ |
44816 | 1061 |
Alternative versions of the `\hbox{??}' encodings. As argument to the |
1062 |
\textit{metis} proof method, the `\hbox{@?}' suffix is replaced by |
|
46242 | 1063 |
\hbox{``\textit{\_at\_query\/}''}. |
44769 | 1064 |
|
45516 | 1065 |
\item[\labelitemi] |
44769 | 1066 |
\textbf{% |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1067 |
\textit{poly\_guards}!, \textit{poly\_tags}!, \textit{raw\_mono\_guards}!, \\ |
44743 | 1068 |
\textit{raw\_mono\_tags}!, \textit{mono\_guards}!, \textit{mono\_tags}!, \\ |
1069 |
\textit{mono\_simple}!, \textit{mono\_simple\_higher}! (mildly unsound):} \\ |
|
43990 | 1070 |
The type encodings \textit{poly\_guards}, \textit{poly\_tags}, |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1071 |
\textit{raw\_mono\_guards}, \textit{raw\_mono\_tags}, \textit{mono\_guards}, |
44743 | 1072 |
\textit{mono\_tags}, \textit{mono\_simple}, and \textit{mono\_simple\_higher} |
1073 |
also admit a mildly unsound (but very efficient) variant identified by an |
|
44816 | 1074 |
exclamation mark (`\hbox{!}') that detects and erases erases all types except |
1075 |
those that are clearly finite (e.g., \textit{bool}). (For \textit{mono\_simple} |
|
1076 |
and \textit{mono\_simple\_higher}, the types are not actually erased but rather |
|
44743 | 1077 |
replaced by a shared uniform type of individuals.) As argument to the |
1078 |
\textit{metis} proof method, the exclamation mark is replaced by the suffix |
|
46242 | 1079 |
\hbox{``\textit{\_bang\/}''}. |
42887
771be1dcfef6
document new type system and soundness properties of the different systems
blanchet
parents:
42884
diff
changeset
|
1080 |
|
45516 | 1081 |
\item[\labelitemi] |
44769 | 1082 |
\textbf{% |
1083 |
\textit{poly\_guards}!!, \textit{poly\_tags}!!, \textit{raw\_mono\_guards}!!, \\ |
|
1084 |
\textit{raw\_mono\_tags}!!, \textit{mono\_guards}!!, \textit{mono\_tags}!! \\ |
|
1085 |
(mildly unsound):} \\ |
|
44816 | 1086 |
Even lighter versions of the `\hbox{!}' encodings. As argument to the |
1087 |
\textit{metis} proof method, the `\hbox{!!}' suffix is replaced by |
|
46242 | 1088 |
\hbox{``\textit{\_bang\_bang\/}''}. |
44816 | 1089 |
|
45516 | 1090 |
\item[\labelitemi] |
44816 | 1091 |
\textbf{% |
45950 | 1092 |
\textit{poly\_guards}@!, \textit{raw\_mono\_guards}@! (mildly unsound):} \\ |
44816 | 1093 |
Alternative versions of the `\hbox{!!}' encodings. As argument to the |
1094 |
\textit{metis} proof method, the `\hbox{@!}' suffix is replaced by |
|
46242 | 1095 |
\hbox{``\textit{\_at\_bang\/}''}. |
44769 | 1096 |
|
45516 | 1097 |
\item[\labelitemi] \textbf{\textit{smart}:} The actual encoding used depends on |
43571 | 1098 |
the ATP and should be the most efficient virtually sound encoding for that ATP. |
42228 | 1099 |
\end{enum} |
1100 |
||
44743 | 1101 |
For SMT solvers, the type encoding is always \textit{mono\_simple}, irrespective |
1102 |
of the value of this option. |
|
42888 | 1103 |
|
1104 |
\nopagebreak |
|
1105 |
{\small See also \textit{max\_new\_mono\_instances} (\S\ref{relevance-filter}) |
|
1106 |
and \textit{max\_mono\_iters} (\S\ref{relevance-filter}).} |
|
43574 | 1107 |
|
1108 |
\opfalse{sound}{unsound} |
|
1109 |
Specifies whether Sledgehammer should run in its fully sound mode. In that mode, |
|
43822 | 1110 |
quasi-sound type encodings (which are the default) are made fully sound, at the |
1111 |
cost of some clutter in the generated problems. This option is ignored if |
|
46242 | 1112 |
\textit{type\_enc} is set to an unsound encoding. |
38591 | 1113 |
\end{enum} |
36926 | 1114 |
|
38591 | 1115 |
\subsection{Relevance Filter} |
1116 |
\label{relevance-filter} |
|
1117 |
||
1118 |
\begin{enum} |
|
40343
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
blanchet
parents:
40341
diff
changeset
|
1119 |
\opdefault{relevance\_thresholds}{float\_pair}{\upshape 0.45~0.85} |
38746 | 1120 |
Specifies the thresholds above which facts are considered relevant by the |
1121 |
relevance filter. The first threshold is used for the first iteration of the |
|
1122 |
relevance filter and the second threshold is used for the last iteration (if it |
|
1123 |
is reached). The effective threshold is quadratically interpolated for the other |
|
40343
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
blanchet
parents:
40341
diff
changeset
|
1124 |
iterations. Each threshold ranges from 0 to 1, where 0 means that all theorems |
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
blanchet
parents:
40341
diff
changeset
|
1125 |
are relevant and 1 only theorems that refer to previously seen constants. |
36926 | 1126 |
|
43065 | 1127 |
\opdefault{max\_relevant}{smart\_int}{smart} |
38746 | 1128 |
Specifies the maximum number of facts that may be returned by the relevance |
1129 |
filter. If the option is set to \textit{smart}, it is set to a value that was |
|
40059
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
1130 |
empirically found to be appropriate for the prover. A typical value would be |
43065 | 1131 |
250. |
42180
a6c141925a8a
added monomorphization option to Sledgehammer ATPs -- this looks promising but is still off by default
blanchet
parents:
41747
diff
changeset
|
1132 |
|
43352
597f31069e18
fewer monomorphic instances are necessary, thanks to Sascha's new monomorphizer -- backed up by Judgment Day
blanchet
parents:
43260
diff
changeset
|
1133 |
\opdefault{max\_new\_mono\_instances}{int}{\upshape 200} |
42884 | 1134 |
Specifies the maximum number of monomorphic instances to generate beyond |
1135 |
\textit{max\_relevant}. The higher this limit is, the more monomorphic instances |
|
1136 |
are potentially generated. Whether monomorphization takes place depends on the |
|
43627
ecd4bb7a8bc0
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet
parents:
43625
diff
changeset
|
1137 |
type encoding used. |
42884 | 1138 |
|
1139 |
\nopagebreak |
|
43627
ecd4bb7a8bc0
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet
parents:
43625
diff
changeset
|
1140 |
{\small See also \textit{type\_enc} (\S\ref{problem-encoding}).} |
42884 | 1141 |
|
1142 |
\opdefault{max\_mono\_iters}{int}{\upshape 3} |
|
1143 |
Specifies the maximum number of iterations for the monomorphization fixpoint |
|
1144 |
construction. The higher this limit is, the more monomorphic instances are |
|
1145 |
potentially generated. Whether monomorphization takes place depends on the |
|
43627
ecd4bb7a8bc0
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet
parents:
43625
diff
changeset
|
1146 |
type encoding used. |
42884 | 1147 |
|
1148 |
\nopagebreak |
|
43627
ecd4bb7a8bc0
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet
parents:
43625
diff
changeset
|
1149 |
{\small See also \textit{type\_enc} (\S\ref{problem-encoding}).} |
36926 | 1150 |
\end{enum} |
1151 |
||
1152 |
\subsection{Output Format} |
|
1153 |
\label{output-format} |
|
1154 |
||
1155 |
\begin{enum} |
|
1156 |
||
1157 |
\opfalse{verbose}{quiet} |
|
1158 |
Specifies whether the \textbf{sledgehammer} command should explain what it does. |
|
41208
1b28c43a7074
make "debug" imply "blocking", since in blocking mode the exceptions flow through and are more instructive
blanchet
parents:
40942
diff
changeset
|
1159 |
This option is implicitly disabled for automatic runs. |
36926 | 1160 |
|
1161 |
\opfalse{debug}{no\_debug} |
|
40203 | 1162 |
Specifies whether Sledgehammer should display additional debugging information |
1163 |
beyond what \textit{verbose} already displays. Enabling \textit{debug} also |
|
41208
1b28c43a7074
make "debug" imply "blocking", since in blocking mode the exceptions flow through and are more instructive
blanchet
parents:
40942
diff
changeset
|
1164 |
enables \textit{verbose} and \textit{blocking} (\S\ref{mode-of-operation}) |
1b28c43a7074
make "debug" imply "blocking", since in blocking mode the exceptions flow through and are more instructive
blanchet
parents:
40942
diff
changeset
|
1165 |
behind the scenes. The \textit{debug} option is implicitly disabled for |
1b28c43a7074
make "debug" imply "blocking", since in blocking mode the exceptions flow through and are more instructive
blanchet
parents:
40942
diff
changeset
|
1166 |
automatic runs. |
36926 | 1167 |
|
1168 |
\nopagebreak |
|
1169 |
{\small See also \textit{overlord} (\S\ref{mode-of-operation}).} |
|
1170 |
||
1171 |
\opfalse{isar\_proof}{no\_isar\_proof} |
|
1172 |
Specifies whether Isar proofs should be output in addition to one-liner |
|
1173 |
\textit{metis} proofs. Isar proof construction is still experimental and often |
|
1174 |
fails; however, they are usually faster and sometimes more robust than |
|
1175 |
\textit{metis} proofs. |
|
1176 |
||
40343
4521d56aef63
use floating-point numbers for Sledgehammer's "thresholds" option rather than percentages;
blanchet
parents:
40341
diff
changeset
|
1177 |
\opdefault{isar\_shrink\_factor}{int}{\upshape 1} |
36926 | 1178 |
Specifies the granularity of the Isar proof. A value of $n$ indicates that each |
1179 |
Isar proof step should correspond to a group of up to $n$ consecutive proof |
|
1180 |
steps in the ATP proof. |
|
1181 |
\end{enum} |
|
1182 |
||
38984 | 1183 |
\subsection{Authentication} |
1184 |
\label{authentication} |
|
1185 |
||
1186 |
\begin{enum} |
|
1187 |
\opnodefault{expect}{string} |
|
1188 |
Specifies the expected outcome, which must be one of the following: |
|
36926 | 1189 |
|
1190 |
\begin{enum} |
|
45516 | 1191 |
\item[\labelitemi] \textbf{\textit{some}:} Sledgehammer found a (potentially |
40203 | 1192 |
unsound) proof. |
45516 | 1193 |
\item[\labelitemi] \textbf{\textit{none}:} Sledgehammer found no proof. |
1194 |
\item[\labelitemi] \textbf{\textit{timeout}:} Sledgehammer timed out. |
|
1195 |
\item[\labelitemi] \textbf{\textit{unknown}:} Sledgehammer encountered some |
|
40203 | 1196 |
problem. |
38984 | 1197 |
\end{enum} |
1198 |
||
1199 |
Sledgehammer emits an error (if \textit{blocking} is enabled) or a warning |
|
1200 |
(otherwise) if the actual outcome differs from the expected outcome. This option |
|
1201 |
is useful for regression testing. |
|
1202 |
||
1203 |
\nopagebreak |
|
43038 | 1204 |
{\small See also \textit{blocking} (\S\ref{mode-of-operation}) and |
1205 |
\textit{timeout} (\S\ref{timeouts}).} |
|
1206 |
\end{enum} |
|
1207 |
||
1208 |
\subsection{Timeouts} |
|
1209 |
\label{timeouts} |
|
1210 |
||
1211 |
\begin{enum} |
|
1212 |
\opdefault{timeout}{float\_or\_none}{\upshape 30} |
|
1213 |
Specifies the maximum number of seconds that the automatic provers should spend |
|
1214 |
searching for a proof. This excludes problem preparation and is a soft limit. |
|
1215 |
For historical reasons, the default value of this option can be overridden using |
|
44743 | 1216 |
the option ``Sledgehammer: Time Limit'' in Proof General's ``Isabelle'' menu. |
43038 | 1217 |
|
1218 |
\opdefault{preplay\_timeout}{float\_or\_none}{\upshape 4} |
|
45380 | 1219 |
Specifies the maximum number of seconds that \textit{metis} or \textit{smt} |
1220 |
should spend trying to ``preplay'' the found proof. If this option is set to 0, |
|
1221 |
no preplaying takes place, and no timing information is displayed next to the |
|
1222 |
suggested \textit{metis} calls. |
|
45708
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
1223 |
|
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
1224 |
\nopagebreak |
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
1225 |
{\small See also \textit{minimize} (\S\ref{mode-of-operation}).} |
36926 | 1226 |
\end{enum} |
1227 |
||
1228 |
\let\em=\sl |
|
1229 |
\bibliography{../manual}{} |
|
1230 |
\bibliographystyle{abbrv} |
|
1231 |
||
1232 |
\end{document} |