author | desharna |
Tue, 28 Sep 2021 11:11:44 +0200 | |
changeset 74388 | d5e034f2c109 |
parent 74367 | ba30067b7259 |
child 74957 | 089eeaaee525 |
permissions | -rw-r--r-- |
36926 | 1 |
\documentclass[a4paper,12pt]{article} |
2 |
\usepackage[T1]{fontenc} |
|
3 |
\usepackage{amsmath} |
|
4 |
\usepackage{amssymb} |
|
5 |
\usepackage{color} |
|
6 |
\usepackage{footmisc} |
|
7 |
\usepackage{graphicx} |
|
8 |
%\usepackage{mathpazo} |
|
9 |
\usepackage{multicol} |
|
10 |
\usepackage{stmaryrd} |
|
11 |
%\usepackage[scaled=.85]{beramono} |
|
48962
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48803
diff
changeset
|
12 |
\usepackage{isabelle,iman,pdfsetup} |
36926 | 13 |
|
68649 | 14 |
\newcommand\download{\url{https://isabelle.in.tum.de/components/}} |
46242 | 15 |
|
57040 | 16 |
\let\oldS=\S |
17 |
\def\S{\oldS\,} |
|
18 |
||
43216 | 19 |
\def\qty#1{\ensuremath{\left<\mathit{#1\/}\right>}} |
20 |
\def\qtybf#1{$\mathbf{\left<\textbf{\textit{#1\/}}\right>}$} |
|
21 |
||
45516 | 22 |
\newcommand\const[1]{\textsf{#1}} |
23 |
||
36926 | 24 |
%\oddsidemargin=4.6mm |
25 |
%\evensidemargin=4.6mm |
|
26 |
%\textwidth=150mm |
|
27 |
%\topmargin=4.6mm |
|
28 |
%\headheight=0mm |
|
29 |
%\headsep=0mm |
|
30 |
%\textheight=234mm |
|
31 |
||
32 |
\def\Colon{\mathord{:\mkern-1.5mu:}} |
|
33 |
%\def\lbrakk{\mathopen{\lbrack\mkern-3.25mu\lbrack}} |
|
34 |
%\def\rbrakk{\mathclose{\rbrack\mkern-3.255mu\rbrack}} |
|
35 |
\def\lparr{\mathopen{(\mkern-4mu\mid}} |
|
36 |
\def\rparr{\mathclose{\mid\mkern-4mu)}} |
|
37 |
||
38 |
\def\unk{{?}} |
|
39 |
\def\undef{(\lambda x.\; \unk)} |
|
40 |
%\def\unr{\textit{others}} |
|
41 |
\def\unr{\ldots} |
|
73595
aece5cc9efb7
simplified typesetting of \<guillemotleft>...\<guillemotright>;
wenzelm
parents:
73436
diff
changeset
|
42 |
\def\Abs#1{\hbox{\rm{\guillemetleft}}{\,#1\,}\hbox{\rm{\guillemetright}}} |
36926 | 43 |
\def\Q{{\smash{\lower.2ex\hbox{$\scriptstyle?$}}}} |
44 |
||
45 |
\urlstyle{tt} |
|
46 |
||
55290 | 47 |
\renewcommand\_{\hbox{\textunderscore\kern-.05ex}} |
48 |
||
72589 | 49 |
\hyphenation{Isa-belle super-posi-tion zipper-posi-tion} |
50 |
||
36926 | 51 |
\begin{document} |
52 |
||
45516 | 53 |
%%% TYPESETTING |
54 |
%\renewcommand\labelitemi{$\bullet$} |
|
55 |
\renewcommand\labelitemi{\raise.065ex\hbox{\small\textbullet}} |
|
56 |
||
73723 | 57 |
\title{\includegraphics[scale=0.5]{isabelle_logo} \\[4ex] |
36926 | 58 |
Hammering Away \\[\smallskipamount] |
59 |
\Large A User's Guide to Sledgehammer for Isabelle/HOL} |
|
60 |
\author{\hbox{} \\ |
|
70818
13d6b561b0ea
added para constrasting 'primrec' and 'fun' -- and removed my middle name
blanchet
parents:
68649
diff
changeset
|
61 |
Jasmin Blanchette \\ |
43002
e88fde86e4c2
mention contributions from LCP and explain metis and metisFT encodings
blanchet
parents:
42996
diff
changeset
|
62 |
{\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
|
63 |
{\normalsize with contributions from} \\[4\smallskipamount] |
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
64 |
Martin Desharnais \\ |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
65 |
{\normalsize Forschungsinstitut CODE, Universit\"at der Bundeswehr M\"unchen} \\[4\smallskipamount] |
43002
e88fde86e4c2
mention contributions from LCP and explain metis and metisFT encodings
blanchet
parents:
42996
diff
changeset
|
66 |
Lawrence C. Paulson \\ |
e88fde86e4c2
mention contributions from LCP and explain metis and metisFT encodings
blanchet
parents:
42996
diff
changeset
|
67 |
{\normalsize Computer Laboratory, University of Cambridge} \\ |
36926 | 68 |
\hbox{}} |
69 |
||
70 |
\maketitle |
|
71 |
||
72 |
\tableofcontents |
|
73 |
||
74 |
\setlength{\parskip}{.7em plus .2em minus .1em} |
|
75 |
\setlength{\parindent}{0pt} |
|
76 |
\setlength{\abovedisplayskip}{\parskip} |
|
77 |
\setlength{\abovedisplayshortskip}{.9\parskip} |
|
78 |
\setlength{\belowdisplayskip}{\parskip} |
|
79 |
\setlength{\belowdisplayshortskip}{.9\parskip} |
|
80 |
||
52078 | 81 |
% general-purpose enum environment with correct spacing |
36926 | 82 |
\newenvironment{enum}% |
83 |
{\begin{list}{}{% |
|
84 |
\setlength{\topsep}{.1\parskip}% |
|
85 |
\setlength{\partopsep}{.1\parskip}% |
|
86 |
\setlength{\itemsep}{\parskip}% |
|
87 |
\advance\itemsep by-\parsep}} |
|
88 |
{\end{list}} |
|
89 |
||
90 |
\def\pre{\begingroup\vskip0pt plus1ex\advance\leftskip by\leftmargin |
|
91 |
\advance\rightskip by\leftmargin} |
|
92 |
\def\post{\vskip0pt plus1ex\endgroup} |
|
93 |
||
94 |
\def\prew{\pre\advance\rightskip by-\leftmargin} |
|
95 |
\def\postw{\post} |
|
96 |
||
68565 | 97 |
|
36926 | 98 |
\section{Introduction} |
99 |
\label{introduction} |
|
100 |
||
42964
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
101 |
Sledgehammer is a tool that applies automatic theorem provers (ATPs) |
47561
92d88c89efff
update documentation (mostly based on feedback by Makarius)
blanchet
parents:
47530
diff
changeset
|
102 |
and satisfiability-modulo-theories (SMT) solvers on the current goal.% |
92d88c89efff
update documentation (mostly based on feedback by Makarius)
blanchet
parents:
47530
diff
changeset
|
103 |
\footnote{The distinction between ATPs and SMT solvers is convenient but mostly |
68565 | 104 |
historical.} |
47561
92d88c89efff
update documentation (mostly based on feedback by Makarius)
blanchet
parents:
47530
diff
changeset
|
105 |
% |
72403
4a3169d8885c
removed support for obsolete prover SNARK and underperforming prover E-Par
blanchet
parents:
72402
diff
changeset
|
106 |
The supported ATPs include agsyHOL \cite{agsyHOL}, Alt-Ergo \cite{alt-ergo}, E |
72592 | 107 |
\cite{schulz-2019}, iProver \cite{korovin-2009}, LEO-II \cite{leo2}, Leo-III |
72403
4a3169d8885c
removed support for obsolete prover SNARK and underperforming prover E-Par
blanchet
parents:
72402
diff
changeset
|
108 |
\cite{leo3}, Satallax \cite{satallax}, SPASS \cite{weidenbach-et-al-2009}, |
4a3169d8885c
removed support for obsolete prover SNARK and underperforming prover E-Par
blanchet
parents:
72402
diff
changeset
|
109 |
Vampire \cite{riazanov-voronkov-2002}, Waldmeister \cite{waldmeister}, and |
4a3169d8885c
removed support for obsolete prover SNARK and underperforming prover E-Par
blanchet
parents:
72402
diff
changeset
|
110 |
Zipperposition \cite{cruanes-2014}. The ATPs are run either locally or remotely |
4a3169d8885c
removed support for obsolete prover SNARK and underperforming prover E-Par
blanchet
parents:
72402
diff
changeset
|
111 |
via the System\-On\-TPTP web service \cite{sutcliffe-2000}. The supported SMT |
74048 | 112 |
solvers are CVC4 \cite{cvc4}, veriT \cite{bouton-et-al-2009}, and Z3 |
113 |
\cite{de-moura-2008}. These are always run locally. |
|
36926 | 114 |
|
57241 | 115 |
The problem passed to the external provers (or solvers) consists of your current |
116 |
goal together with a heuristic selection of hundreds of facts (theorems) from the |
|
52078 | 117 |
current theory context, filtered by relevance. |
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
118 |
|
72403
4a3169d8885c
removed support for obsolete prover SNARK and underperforming prover E-Par
blanchet
parents:
72402
diff
changeset
|
119 |
The result of a successful proof search is some source text that typically |
4a3169d8885c
removed support for obsolete prover SNARK and underperforming prover E-Par
blanchet
parents:
72402
diff
changeset
|
120 |
reconstructs the proof within Isabelle. For ATPs, the reconstructed proof |
4a3169d8885c
removed support for obsolete prover SNARK and underperforming prover E-Par
blanchet
parents:
72402
diff
changeset
|
121 |
typically relies on the general-purpose \textit{metis} proof method, which |
45380 | 122 |
integrates the Metis ATP in Isabelle/HOL with explicit inferences going through |
123 |
the kernel. Thus its results are correct by construction. |
|
36926 | 124 |
|
53760
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
125 |
For Isabelle/jEdit users, Sledgehammer provides an automatic mode that can be |
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
126 |
enabled via the ``Auto Sledgehammer'' option under ``Plugins > Plugin Options > |
54114 | 127 |
Isabelle > General.'' In this mode, a reduced version of Sledgehammer is run on |
128 |
every newly entered theorem for a few seconds. |
|
39320 | 129 |
|
36926 | 130 |
\newbox\boxA |
46298 | 131 |
\setbox\boxA=\hbox{\texttt{NOSPAM}} |
36926 | 132 |
|
72589 | 133 |
\newcommand\authoremail{\texttt{jasmin.blan{\color{white}NOSPAM}\kern-\wd\boxA{}chette@\allowbreak |
134 |
google.\allowbreak com}} |
|
42763 | 135 |
|
40689 | 136 |
To run Sledgehammer, you must make sure that the theory \textit{Sledgehammer} is |
137 |
imported---this is rarely a problem in practice since it is part of |
|
72589 | 138 |
\textit{Main}. Examples of Sledgehammer use can be found in the |
139 |
\texttt{src/HOL/Metis\_Examples} directory. Comments and bug reports |
|
140 |
concerning Sledgehammer or this manual should be directed to the author at |
|
141 |
\authoremail. |
|
36926 | 142 |
|
143 |
||
144 |
\section{Installation} |
|
145 |
\label{installation} |
|
146 |
||
48387 | 147 |
Sledgehammer is part of Isabelle, so you do not need to install it. However, it |
46242 | 148 |
relies on third-party automatic provers (ATPs and SMT solvers). |
42763 | 149 |
|
74048 | 150 |
Among the ATPs, agsyHOL, Alt-Ergo, E, LEO-II, Leo-III, Satallax, SPASS, Vampire, |
151 |
and Zipperposition can be run locally; in addition, agsyHOL, Alt-Ergo, E, |
|
152 |
iProver, LEO-II, Leo-III, Satallax, Vampire, Waldmeister, and Zipperposition are |
|
153 |
available remotely via System\-On\-TPTP \cite{sutcliffe-2000}. The SMT solvers |
|
154 |
CVC4, veriT, and Z3 can be run locally. |
|
36926 | 155 |
|
46242 | 156 |
There are three main ways to install automatic provers on your machine: |
36926 | 157 |
|
46242 | 158 |
\begin{sloppy} |
159 |
\begin{enum} |
|
160 |
\item[\labelitemi] If you installed an official Isabelle package, it should |
|
72592 | 161 |
already include properly set up executables for CVC4, E, SPASS, Vampire, veriT, |
74352
fb8ce6090437
removed checks for non-commercial usage of Vampire as it is now under BSD licence
desharna
parents:
74079
diff
changeset
|
162 |
and Z3, ready to use. |
46242 | 163 |
|
74048 | 164 |
\item[\labelitemi] Alternatively, you can download the Isabelle-aware CVC4, E, |
165 |
SPASS, Vampire, veriT, and Z3 binary packages from \download. Extract the |
|
166 |
archives, then add a line to your \texttt{\$ISABELLE\_HOME\_USER\slash |
|
72592 | 167 |
etc\slash components}% |
41747
f58d4d202924
fix path to etc/settings and etc/components in doc
blanchet
parents:
41740
diff
changeset
|
168 |
\footnote{The variable \texttt{\$ISABELLE\_HOME\_USER} is set by Isabelle at |
46242 | 169 |
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
|
170 |
\texttt{getenv} \texttt{ISABELLE\_HOME\_USER} on the command line.} |
72592 | 171 |
file with the absolute path to the prover. For example, if the |
172 |
\texttt{components} file does not exist yet and you extracted SPASS to |
|
173 |
\texttt{/usr/local/spass-3.8ds}, create it with the single line |
|
36926 | 174 |
|
175 |
\prew |
|
47577 | 176 |
\texttt{/usr/local/spass-3.8ds} |
36926 | 177 |
\postw |
178 |
||
47561
92d88c89efff
update documentation (mostly based on feedback by Makarius)
blanchet
parents:
47530
diff
changeset
|
179 |
in it. |
38043 | 180 |
|
70937 | 181 |
\item[\labelitemi] If you prefer to build agsyHOL, Alt-Ergo, E, LEO-II, |
68565 | 182 |
Leo-III, or Satallax manually, set the environment variable |
52078 | 183 |
\texttt{AGSYHOL\_HOME}, \texttt{E\_HOME}, \texttt{LEO2\_HOME}, |
68565 | 184 |
\texttt{LEO3\_HOME}, or \texttt{SATALLAX\_HOME} |
185 |
to the directory that contains the \texttt{agsyHOL}, |
|
52757 | 186 |
\texttt{eprover} (and/or \texttt{eproof} or \texttt{eproof\_ram}), |
68565 | 187 |
\texttt{leo}, \texttt{leo3}, or \texttt{satallax} executable; |
188 |
for Alt-Ergo, set the environment variable \texttt{WHY3\_HOME} to the |
|
73970
34c8cf767fa3
adjusted E setup to avoid generating FOOL with 2.5 (where 'ite' is missing)
blanchet
parents:
73941
diff
changeset
|
189 |
directory that contains the \texttt{why3} executable. Ideally, you |
70929 | 190 |
should also set \texttt{E\_VERSION}, \texttt{LEO2\_VERSION}, |
68565 | 191 |
\texttt{LEO3\_VERSION}, or \texttt{SATALLAX\_VERSION} to the prover's version |
73970
34c8cf767fa3
adjusted E setup to avoid generating FOOL with 2.5 (where 'ite' is missing)
blanchet
parents:
73941
diff
changeset
|
192 |
number (e.g., ``3.6''). |
36926 | 193 |
|
74048 | 194 |
Similarly, if you want to install CVC4, veriT, or Z3, set the environment |
74388
d5e034f2c109
fixed veriT environment variable in sledgehammer's documentation
desharna
parents:
74367
diff
changeset
|
195 |
variable \texttt{CVC4\_\allowbreak SOLVER}, \texttt{ISABELLE\_\allowbreak VERIT}, |
74048 | 196 |
or \texttt{Z3\_SOLVER} to the complete path of the executable, \emph{including |
197 |
the file name}. Ideally, also set \texttt{CVC4\_VERSION}, |
|
198 |
\texttt{VERIT\_VERSION}, or \texttt{Z3\_VERSION} to the solver's version number |
|
199 |
(e.g., ``4.4.0''). |
|
46242 | 200 |
\end{enum} |
201 |
\end{sloppy} |
|
36926 | 202 |
|
66735 | 203 |
To check whether the provers are successfully installed, try out the example |
204 |
in \S\ref{first-steps}. If the remote versions of any of these provers is used |
|
205 |
(identified by the prefix ``\textit{remote\_\/}''), or if the local versions |
|
206 |
fail to solve the easy goal presented there, something must be wrong with the |
|
207 |
installation. |
|
46242 | 208 |
|
68565 | 209 |
|
36926 | 210 |
\section{First Steps} |
211 |
\label{first-steps} |
|
212 |
||
213 |
To illustrate Sledgehammer in context, let us start a theory file and |
|
214 |
attempt to prove a simple lemma: |
|
215 |
||
216 |
\prew |
|
217 |
\textbf{theory}~\textit{Scratch} \\ |
|
218 |
\textbf{imports}~\textit{Main} \\ |
|
219 |
\textbf{begin} \\[2\smallskipamount] |
|
220 |
% |
|
42945 | 221 |
\textbf{lemma} ``$[a] = [b] \,\Longrightarrow\, a = b$'' \\ |
36926 | 222 |
\textbf{sledgehammer} |
223 |
\postw |
|
224 |
||
53760
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
225 |
Instead of issuing the \textbf{sledgehammer} command, you can also use the |
72592 | 226 |
Sledgehammer panel in Isabelle/jEdit. Sledgehammer might produce something like |
227 |
the following output after a few seconds: |
|
36926 | 228 |
|
229 |
\prew |
|
230 |
\slshape |
|
62737 | 231 |
Proof found\ldots \\ |
63729 | 232 |
``\textit{e\/}'': Try this: \textbf{by} \textit{simp} (0.3 ms) \\ |
42945 | 233 |
% |
63729 | 234 |
``\textit{cvc4\/}'': Try this: \textbf{by} \textit{simp} (0.4 ms) \\ |
46242 | 235 |
% |
63729 | 236 |
``\textit{z3\/}'': Try this: \textbf{by} \textit{simp} (0.5 ms) \\ |
60568
a9b71c82647b
put E before (typically remote, hence less reliable) Vampire
blanchet
parents:
60306
diff
changeset
|
237 |
% |
74367 | 238 |
``\textit{vampire\/}'': Try this: \textbf{by} \textit{simp} (0.3 ms) |
62737 | 239 |
% |
36926 | 240 |
\postw |
241 |
||
74367 | 242 |
Sledgehammer ran CVC4, E, Vampire, and Z3 in parallel. This list may vary |
243 |
depending on which provers are installed and how many processor cores are |
|
244 |
available. |
|
36926 | 245 |
|
72592 | 246 |
For each successful prover, Sledgehammer gives a one-line Isabelle proof. Rough |
247 |
timings are shown in parentheses, indicating how fast the call is. You can |
|
248 |
click the proof to insert it into the theory text. |
|
36926 | 249 |
|
51190
2654b3965c8d
made "isar_proofs" a 3-way option, to provide a way to totally disable isar_proofs if desired
blanchet
parents:
51189
diff
changeset
|
250 |
In addition, you can ask Sledgehammer for an Isar text proof by enabling the |
49919 | 251 |
\textit{isar\_proofs} option (\S\ref{output-format}): |
36926 | 252 |
|
253 |
\prew |
|
49919 | 254 |
\textbf{sledgehammer} [\textit{isar\_proofs}] |
36926 | 255 |
\postw |
256 |
||
257 |
When Isar proof construction is successful, it can yield proofs that are more |
|
72592 | 258 |
readable and also faster than \textit{metis} or \textit{smt} one-line |
259 |
proofs. This feature is experimental. |
|
36926 | 260 |
|
68565 | 261 |
|
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
262 |
\section{Hints} |
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
263 |
\label{hints} |
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
264 |
|
42884 | 265 |
This section presents a few hints that should help you get the most out of |
46643
a88bccd2b567
added support for Alt-Ergo through Why3 (mostly for experimental purposes, e.g. polymorphism vs. monomorphization)
blanchet
parents:
46640
diff
changeset
|
266 |
Sledgehammer. Frequently asked questions are answered in |
45380 | 267 |
\S\ref{frequently-asked-questions}. |
42884 | 268 |
|
46242 | 269 |
%\newcommand\point[1]{\medskip\par{\sl\bfseries#1}\par\nopagebreak} |
270 |
\newcommand\point[1]{\subsection{\emph{#1}}} |
|
42763 | 271 |
|
68565 | 272 |
|
42763 | 273 |
\point{Presimplify the goal} |
274 |
||
37517
19ba7ec5f1e3
steal some of http://isabelle.in.tum.de/sledgehammer.html and add it to the docs
blanchet
parents:
37498
diff
changeset
|
275 |
For best results, first simplify your problem by calling \textit{auto} or at |
42945 | 276 |
least \textit{safe} followed by \textit{simp\_all}. The SMT solvers provide |
277 |
arithmetic decision procedures, but the ATPs typically do not (or if they do, |
|
278 |
Sledgehammer does not use it yet). Apart from Waldmeister, they are not |
|
53759
a198ce71de11
took out Waldmeister from list of default provers -- it's usually just visual noise, and its integration in Sledgehammer leaves much to be desired
blanchet
parents:
53757
diff
changeset
|
279 |
particularly good at heavy rewriting, but because they regard equations as |
42945 | 280 |
undirected, they often prove theorems that require the reverse orientation of a |
281 |
\textit{simp} rule. Higher-order problems can be tackled, but the success rate |
|
282 |
is better for first-order problems. Hence, you may get better results if you |
|
283 |
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
|
284 |
|
68565 | 285 |
|
53760
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
286 |
\point{Familiarize yourself with the main options} |
42763 | 287 |
|
288 |
Sledgehammer's options are fully documented in \S\ref{command-syntax}. Many of |
|
289 |
the options are very specialized, but serious users of the tool should at least |
|
290 |
familiarize themselves with the following options: |
|
291 |
||
292 |
\begin{enum} |
|
45516 | 293 |
\item[\labelitemi] \textbf{\textit{provers}} (\S\ref{mode-of-operation}) specifies |
42884 | 294 |
the automatic provers (ATPs and SMT solvers) that should be run whenever |
68565 | 295 |
Sledgehammer is invoked (e.g., ``\textit{provers}~= \textit{cvc4 e spass |
296 |
vampire\/}''). For convenience, you can omit ``\textit{provers}~='' |
|
297 |
and simply write the prover names as a space-separated list (e.g., ``\textit{cvc4 e |
|
298 |
spass vampire\/}''). |
|
42763 | 299 |
|
48294 | 300 |
\item[\labelitemi] \textbf{\textit{max\_facts}} (\S\ref{relevance-filter}) |
42884 | 301 |
specifies the maximum number of facts that should be passed to the provers. By |
48294 | 302 |
default, the value is prover-dependent but varies between about 50 and 1000. If |
303 |
the provers time out, you can try lowering this value to, say, 25 or 50 and see |
|
42884 | 304 |
if that helps. |
42763 | 305 |
|
49919 | 306 |
\item[\labelitemi] \textbf{\textit{isar\_proofs}} (\S\ref{output-format}) specifies |
55297
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
307 |
that Isar proofs should be generated, in addition to one-line \textit{metis} or |
61283 | 308 |
\textit{smt} proofs. The length of the Isar proofs can be controlled by setting |
57245 | 309 |
\textit{compress} (\S\ref{output-format}). |
43038 | 310 |
|
45516 | 311 |
\item[\labelitemi] \textbf{\textit{timeout}} (\S\ref{timeouts}) controls the |
61317 | 312 |
provers' time limit. It is set to 30 seconds by default. |
42763 | 313 |
\end{enum} |
314 |
||
42884 | 315 |
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
|
316 |
(\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
|
317 |
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
|
318 |
``$(\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
|
319 |
to ensure that certain facts are included, or simply ``$(\textit{my\_facts})$'' |
58090 | 320 |
to force Sledgehammer to run only with $\textit{my\_facts}$ (and any facts |
321 |
chained into the goal). |
|
42763 | 322 |
|
68565 | 323 |
|
42763 | 324 |
\section{Frequently Asked Questions} |
325 |
\label{frequently-asked-questions} |
|
326 |
||
42945 | 327 |
This sections answers frequently (and infrequently) asked questions about |
48387 | 328 |
Sledgehammer. It is a good idea to skim over it now even if you do not have any |
42945 | 329 |
questions at this stage. And if you have any further questions not listed here, |
330 |
send them to the author at \authoremail. |
|
331 |
||
68565 | 332 |
|
43008
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
333 |
\point{Which facts are passed to the automatic provers?} |
42883 | 334 |
|
48387 | 335 |
Sledgehammer heuristically selects a few hundred relevant lemmas from the |
336 |
currently loaded libraries. The component that performs this selection is |
|
61043 | 337 |
called \emph{relevance filter} (\S\ref{relevance-filter}). |
48387 | 338 |
|
339 |
\begin{enum} |
|
340 |
\item[\labelitemi] |
|
72589 | 341 |
The traditional relevance filter, \emph{MePo} |
342 |
(\underline{Me}ng--\underline{Pau}lson), assigns a score to every available |
|
343 |
fact (lemma, theorem, definition, or axiom) based upon how many constants that |
|
344 |
fact shares with the conjecture. This process iterates to include facts |
|
345 |
relevant to those just accepted. The constants are weighted to give unusual |
|
346 |
ones greater significance. MePo copes best when the conjecture contains some |
|
347 |
unusual constants; if all the constants are common, it is unable to |
|
348 |
discriminate among the hundreds of facts that are picked up. The filter is also |
|
349 |
memoryless: It has no information about how many times a particular fact has |
|
350 |
been used in a proof, and it cannot learn. |
|
48387 | 351 |
|
352 |
\item[\labelitemi] |
|
57272
fd539459a112
enabled MaSh by default -- set 'MaSh' to 'none' in Isabelle Plugin Options to disable
blanchet
parents:
57245
diff
changeset
|
353 |
An alternative to MePo is \emph{MaSh} (\underline{Ma}chine Learner for |
fd539459a112
enabled MaSh by default -- set 'MaSh' to 'none' in Isabelle Plugin Options to disable
blanchet
parents:
57245
diff
changeset
|
354 |
\underline{S}ledge\underline{h}ammer). It applies machine learning to the |
fd539459a112
enabled MaSh by default -- set 'MaSh' to 'none' in Isabelle Plugin Options to disable
blanchet
parents:
57245
diff
changeset
|
355 |
problem of finding relevant facts. |
48387 | 356 |
|
61043 | 357 |
\item[\labelitemi] The \emph{MeSh} filter combines MePo and MaSh. This is |
358 |
the default. |
|
48387 | 359 |
\end{enum} |
360 |
||
42883 | 361 |
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
|
362 |
some provers get overwhelmed more easily than others. You can show the number of |
42883 | 363 |
facts given using the \textit{verbose} option (\S\ref{output-format}) and the |
364 |
actual facts using \textit{debug} (\S\ref{output-format}). |
|
365 |
||
366 |
Sledgehammer is good at finding short proofs combining a handful of existing |
|
367 |
lemmas. If you are looking for longer proofs, you must typically restrict the |
|
48294 | 368 |
number of facts, by setting the \textit{max\_facts} option |
43574 | 369 |
(\S\ref{relevance-filter}) to, say, 25 or 50. |
42883 | 370 |
|
42996 | 371 |
You can also influence which facts are actually selected in a number of ways. If |
372 |
you simply want to ensure that a fact is included, you can specify it using the |
|
373 |
``$(\textit{add}{:}~\textit{my\_facts})$'' syntax. For example: |
|
374 |
% |
|
375 |
\prew |
|
376 |
\textbf{sledgehammer} (\textit{add}: \textit{hd.simps} \textit{tl.simps}) |
|
377 |
\postw |
|
378 |
% |
|
379 |
The specified facts then replace the least relevant facts that would otherwise be |
|
380 |
included; the other selected facts remain the same. |
|
381 |
If you want to direct the selection in a particular direction, you can specify |
|
382 |
the facts via \textbf{using}: |
|
383 |
% |
|
384 |
\prew |
|
385 |
\textbf{using} \textit{hd.simps} \textit{tl.simps} \\ |
|
386 |
\textbf{sledgehammer} |
|
387 |
\postw |
|
388 |
% |
|
389 |
The facts are then more likely to be selected than otherwise, and if they are |
|
390 |
selected at iteration $j$ they also influence which facts are selected at |
|
391 |
iterations $j + 1$, $j + 2$, etc. To give them even more weight, try |
|
392 |
% |
|
393 |
\prew |
|
394 |
\textbf{using} \textit{hd.simps} \textit{tl.simps} \\ |
|
395 |
\textbf{apply}~\textbf{--} \\ |
|
396 |
\textbf{sledgehammer} |
|
397 |
\postw |
|
398 |
||
68565 | 399 |
|
46300 | 400 |
\point{Why does Metis fail to reconstruct the proof?} |
401 |
||
402 |
There are many reasons. If Metis runs seemingly forever, that is a sign that the |
|
57736
5f37ef22f9af
update documentation after removal of 'min' subcommand
blanchet
parents:
57733
diff
changeset
|
403 |
proof is too difficult for it. Metis's search is complete for first-order logic |
68565 | 404 |
with equality, so if the proof was found by a superposition-based ATP such as |
405 |
E, SPASS, or Vampire, Metis should eventually find it, but that is little |
|
406 |
consolation. |
|
46300 | 407 |
|
408 |
In some rare cases, \textit{metis} fails fairly quickly, and you get the error |
|
57736
5f37ef22f9af
update documentation after removal of 'min' subcommand
blanchet
parents:
57733
diff
changeset
|
409 |
message ``One-line proof reconstruction failed.'' This indicates that |
5f37ef22f9af
update documentation after removal of 'min' subcommand
blanchet
parents:
57733
diff
changeset
|
410 |
Sledgehammer determined that the goal is provable, but the proof is, for |
5f37ef22f9af
update documentation after removal of 'min' subcommand
blanchet
parents:
57733
diff
changeset
|
411 |
technical reasons, beyond \textit{metis}'s power. You can then try again with |
5f37ef22f9af
update documentation after removal of 'min' subcommand
blanchet
parents:
57733
diff
changeset
|
412 |
the \textit{strict} option (\S\ref{problem-encoding}). |
46300 | 413 |
|
46640 | 414 |
If the goal is actually unprovable and you did not specify an unsound encoding |
46300 | 415 |
using \textit{type\_enc} (\S\ref{problem-encoding}), this is a bug, and you are |
416 |
strongly encouraged to report this to the author at \authoremail. |
|
417 |
||
68565 | 418 |
|
72589 | 419 |
\point{What are the \textit{full\_types}, \textit{no\_types}, and \\ |
46298 | 420 |
\textit{mono\_tags} arguments to Metis?} |
42883 | 421 |
|
46298 | 422 |
The \textit{metis}~(\textit{full\_types}) proof method |
423 |
and its cousin \textit{metis}~(\textit{mono\_tags}) are fully-typed |
|
53760
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
424 |
versions of Metis. It is somewhat slower than \textit{metis}, but the proof |
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
|
425 |
search is fully typed, and it also includes more powerful rules such as the |
45516 | 426 |
axiom ``$x = \const{True} \mathrel{\lor} x = \const{False}$'' for reasoning in |
72592 | 427 |
higher-order places (e.g., in set comprehensions). The method is tried as a |
428 |
fallback when \textit{metis} fails, and it is sometimes generated by |
|
429 |
Sledgehammer instead of \textit{metis} if the proof obviously requires type |
|
430 |
information or if \textit{metis} failed when Sledgehammer preplayed the proof. |
|
46298 | 431 |
% |
43229 | 432 |
At the other end of the soundness spectrum, \textit{metis} (\textit{no\_types}) |
433 |
uses no type information at all during the proof search, which is more efficient |
|
434 |
but often fails. Calls to \textit{metis} (\textit{no\_types}) are occasionally |
|
435 |
generated by Sledgehammer. |
|
46298 | 436 |
% |
437 |
See the \textit{type\_enc} option (\S\ref{problem-encoding}) for details. |
|
43229 | 438 |
|
46298 | 439 |
Incidentally, if you ever see warnings such as |
42883 | 440 |
|
441 |
\prew |
|
43007 | 442 |
\slshape |
63729 | 443 |
Metis: Falling back on ``\textit{metis} (\textit{full\_types})'' |
42883 | 444 |
\postw |
445 |
||
45380 | 446 |
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
|
447 |
\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
|
448 |
|
68565 | 449 |
|
73932
fd21b4a93043
added opaque_combs and renamed hide_lams to opaque_lifting
desharna
parents:
73859
diff
changeset
|
450 |
\point{And what are the \textit{lifting} and \textit{opaque\_lifting} \\ |
fd21b4a93043
added opaque_combs and renamed hide_lams to opaque_lifting
desharna
parents:
73859
diff
changeset
|
451 |
arguments to Metis?} |
46298 | 452 |
|
453 |
Orthogonally to the encoding of types, it is important to choose an appropriate |
|
72592 | 454 |
translation of $\lambda$-abstractions. Metis supports three translation |
455 |
schemes, in decreasing order of power: Curry combinators (the default), |
|
46298 | 456 |
$\lambda$-lifting, and a ``hiding'' scheme that disables all reasoning under |
457 |
$\lambda$-abstractions. The more powerful schemes also give the automatic |
|
72592 | 458 |
provers more rope to hang themselves. See the \textit{lam\_trans} option |
459 |
(\S\ref{problem-encoding}) for details. |
|
46298 | 460 |
|
68565 | 461 |
|
462 |
\point{Are the generated proofs minimal?} |
|
43036 | 463 |
|
43054 | 464 |
Automatic provers frequently use many more facts than are necessary. |
72592 | 465 |
Sledgehammer includes a proof minimization tool that takes a set of facts returned by |
57722 | 466 |
a given prover and repeatedly calls a prover or proof method with subsets of |
467 |
those facts to find a minimal set. Reducing the number of facts typically helps |
|
72589 | 468 |
reconstruction, while decluttering the proof scripts. |
43036 | 469 |
|
68565 | 470 |
|
43008
bb212c2ad238
renamed "minimize" to "min" to make Sledgehammer output a little bit more concise
blanchet
parents:
43007
diff
changeset
|
471 |
\point{A strange error occurred---what should I do?} |
42763 | 472 |
|
473 |
Sledgehammer tries to give informative error messages. Please report any strange |
|
63729 | 474 |
error to the author at \authoremail. |
42763 | 475 |
|
68565 | 476 |
|
42763 | 477 |
\point{Auto can solve it---why not Sledgehammer?} |
478 |
||
479 |
Problems can be easy for \textit{auto} and difficult for automatic provers, but |
|
48387 | 480 |
the reverse is also true, so do not be discouraged if your first attempts fail. |
39320 | 481 |
Because the system refers to all theorems known to Isabelle, it is particularly |
57040 | 482 |
suitable when your goal has a short proof but requires lemmas that you do not |
483 |
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
|
484 |
|
68565 | 485 |
|
42883 | 486 |
\point{Why are there so many options?} |
487 |
||
72589 | 488 |
Sledgehammer's philosophy is that it should work out of the box, without user |
489 |
guidance. Most of the options are meant to be used by the Sledgehammer |
|
490 |
developers for experiments. |
|
42883 | 491 |
|
68565 | 492 |
|
36926 | 493 |
\section{Command Syntax} |
494 |
\label{command-syntax} |
|
495 |
||
46242 | 496 |
\subsection{Sledgehammer} |
57040 | 497 |
\label{sledgehammer} |
46242 | 498 |
|
36926 | 499 |
Sledgehammer can be invoked at any point when there is an open goal by entering |
500 |
the \textbf{sledgehammer} command in the theory file. Its general syntax is as |
|
501 |
follows: |
|
502 |
||
503 |
\prew |
|
43216 | 504 |
\textbf{sledgehammer} \qty{subcommand}$^?$ \qty{options}$^?$ \qty{facts\_override}$^?$ \qty{num}$^?$ |
36926 | 505 |
\postw |
506 |
||
43216 | 507 |
In the general syntax, the \qty{subcommand} may be any of the following: |
36926 | 508 |
|
509 |
\begin{enum} |
|
45516 | 510 |
\item[\labelitemi] \textbf{\textit{run} (the default):} Runs Sledgehammer on |
43216 | 511 |
subgoal number \qty{num} (1 by default), with the given options and facts. |
36926 | 512 |
|
45516 | 513 |
\item[\labelitemi] \textbf{\textit{supported\_provers}:} Prints the list of |
41724 | 514 |
automatic provers supported by Sledgehammer. See \S\ref{installation} and |
515 |
\S\ref{mode-of-operation} for more information on how to install automatic |
|
516 |
provers. |
|
36926 | 517 |
|
48393 | 518 |
\item[\labelitemi] \textbf{\textit{refresh\_tptp}:} Refreshes the list of remote |
519 |
ATPs available at System\-On\-TPTP \cite{sutcliffe-2000}. |
|
520 |
\end{enum} |
|
521 |
||
49365 | 522 |
In addition, the following subcommands provide finer control over machine |
48393 | 523 |
learning with MaSh: |
524 |
||
525 |
\begin{enum} |
|
526 |
\item[\labelitemi] \textbf{\textit{unlearn}:} Resets MaSh, erasing any |
|
527 |
persistent state. |
|
48387 | 528 |
|
48393 | 529 |
\item[\labelitemi] \textbf{\textit{learn\_isar}:} Invokes MaSh on the current |
530 |
theory to process all the available facts, learning from their Isabelle/Isar |
|
531 |
proofs. This happens automatically at Sledgehammer invocations if the |
|
532 |
\textit{learn} option (\S\ref{relevance-filter}) is enabled. |
|
48387 | 533 |
|
50484
8ec31bdb9d36
adopt the neutral "prover" terminology for MaSh rather than the ambiguous/wrong ATP terminology (which sometimes excludes SMT solvers)
blanchet
parents:
50459
diff
changeset
|
534 |
\item[\labelitemi] \textbf{\textit{learn\_prover}:} Invokes MaSh on the current |
8ec31bdb9d36
adopt the neutral "prover" terminology for MaSh rather than the ambiguous/wrong ATP terminology (which sometimes excludes SMT solvers)
blanchet
parents:
50459
diff
changeset
|
535 |
theory to process all the available facts, learning from proofs generated by |
8ec31bdb9d36
adopt the neutral "prover" terminology for MaSh rather than the ambiguous/wrong ATP terminology (which sometimes excludes SMT solvers)
blanchet
parents:
50459
diff
changeset
|
536 |
automatic provers. The prover to use and its timeout can be set using the |
48393 | 537 |
\textit{prover} (\S\ref{mode-of-operation}) and \textit{timeout} |
66735 | 538 |
(\S\ref{timeouts}) options. It is recommended to perform learning using a |
539 |
first-order ATP (such as E, SPASS, and Vampire) as opposed to a |
|
48393 | 540 |
higher-order ATP or an SMT solver. |
541 |
||
542 |
\item[\labelitemi] \textbf{\textit{relearn\_isar}:} Same as \textit{unlearn} |
|
543 |
followed by \textit{learn\_isar}. |
|
544 |
||
50484
8ec31bdb9d36
adopt the neutral "prover" terminology for MaSh rather than the ambiguous/wrong ATP terminology (which sometimes excludes SMT solvers)
blanchet
parents:
50459
diff
changeset
|
545 |
\item[\labelitemi] \textbf{\textit{relearn\_prover}:} Same as \textit{unlearn} |
8ec31bdb9d36
adopt the neutral "prover" terminology for MaSh rather than the ambiguous/wrong ATP terminology (which sometimes excludes SMT solvers)
blanchet
parents:
50459
diff
changeset
|
546 |
followed by \textit{learn\_prover}. |
36926 | 547 |
\end{enum} |
548 |
||
43216 | 549 |
Sledgehammer's behavior can be influenced by various \qty{options}, which can be |
550 |
specified in brackets after the \textbf{sledgehammer} command. The |
|
551 |
\qty{options} are a list of key--value pairs of the form ``[$k_1 = v_1, |
|
50484
8ec31bdb9d36
adopt the neutral "prover" terminology for MaSh rather than the ambiguous/wrong ATP terminology (which sometimes excludes SMT solvers)
blanchet
parents:
50459
diff
changeset
|
552 |
\ldots, k_n = v_n$]''. For Boolean options, ``= \textit{true\/}'' is optional. |
8ec31bdb9d36
adopt the neutral "prover" terminology for MaSh rather than the ambiguous/wrong ATP terminology (which sometimes excludes SMT solvers)
blanchet
parents:
50459
diff
changeset
|
553 |
For example: |
36926 | 554 |
|
555 |
\prew |
|
49919 | 556 |
\textbf{sledgehammer} [\textit{isar\_proofs}, \,\textit{timeout} = 120] |
36926 | 557 |
\postw |
558 |
||
559 |
Default values can be set using \textbf{sledgehammer\_\allowbreak params}: |
|
560 |
||
561 |
\prew |
|
43216 | 562 |
\textbf{sledgehammer\_params} \qty{options} |
36926 | 563 |
\postw |
564 |
||
565 |
The supported options are described in \S\ref{option-reference}. |
|
566 |
||
43216 | 567 |
The \qty{facts\_override} argument lets you alter the set of facts that go |
568 |
through the relevance filter. It may be of the form ``(\qty{facts})'', where |
|
569 |
\qty{facts} is a space-separated list of Isabelle facts (theorems, local |
|
36926 | 570 |
assumptions, etc.), in which case the relevance filter is bypassed and the given |
43216 | 571 |
facts are used. It may also be of the form ``(\textit{add}:\ \qty{facts\/_{\mathrm{1}}})'', |
572 |
``(\textit{del}:\ \qty{facts\/_{\mathrm{2}}})'', or ``(\textit{add}:\ \qty{facts\/_{\mathrm{1}}}\ |
|
573 |
\textit{del}:\ \qty{facts\/_{\mathrm{2}}})'', where the relevance filter is instructed to |
|
574 |
proceed as usual except that it should consider \qty{facts\/_{\mathrm{1}}} |
|
575 |
highly-relevant and \qty{facts\/_{\mathrm{2}}} fully irrelevant. |
|
36926 | 576 |
|
53760
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
577 |
If you use Isabelle/jEdit, Sledgehammer also provides an automatic mode that can |
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
578 |
be enabled via the ``Auto Sledgehammer'' option under ``Plugins > Plugin Options |
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
579 |
> Isabelle > General.'' For automatic runs, only the first prover set using |
54114 | 580 |
\textit{provers} (\S\ref{mode-of-operation}) is considered (typically E), |
581 |
\textit{slice} (\S\ref{mode-of-operation}) is disabled, |
|
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60185
diff
changeset
|
582 |
fewer facts are |
54114 | 583 |
passed to the prover, \textit{fact\_filter} (\S\ref{relevance-filter}) is set to |
584 |
\textit{mepo}, \textit{strict} (\S\ref{problem-encoding}) is enabled, |
|
585 |
\textit{verbose} (\S\ref{output-format}) and \textit{debug} |
|
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60185
diff
changeset
|
586 |
(\S\ref{output-format}) are disabled, and \textit{timeout} (\S\ref{timeouts}) is |
54114 | 587 |
superseded by the ``Auto Time Limit'' option in jEdit. Sledgehammer's output is |
588 |
also more concise. |
|
39320 | 589 |
|
68565 | 590 |
|
46242 | 591 |
\subsection{Metis} |
57040 | 592 |
\label{metis} |
46242 | 593 |
|
43216 | 594 |
The \textit{metis} proof method has the syntax |
595 |
||
596 |
\prew |
|
45518 | 597 |
\textbf{\textit{metis}}~(\qty{options})${}^?$~\qty{facts}${}^?$ |
43216 | 598 |
\postw |
599 |
||
45518 | 600 |
where \qty{facts} is a list of arbitrary facts and \qty{options} is a |
601 |
comma-separated list consisting of at most one $\lambda$ translation scheme |
|
602 |
specification with the same semantics as Sledgehammer's \textit{lam\_trans} |
|
603 |
option (\S\ref{problem-encoding}) and at most one type encoding specification |
|
604 |
with the same semantics as Sledgehammer's \textit{type\_enc} option |
|
605 |
(\S\ref{problem-encoding}). |
|
606 |
% |
|
73932
fd21b4a93043
added opaque_combs and renamed hide_lams to opaque_lifting
desharna
parents:
73859
diff
changeset
|
607 |
The supported $\lambda$ translation schemes are \textit{opaque\_lifting}, |
46366 | 608 |
\textit{lifting}, and \textit{combs} (the default). |
45518 | 609 |
% |
610 |
All the untyped type encodings listed in \S\ref{problem-encoding} are supported. |
|
611 |
For convenience, the following aliases are provided: |
|
612 |
\begin{enum} |
|
48393 | 613 |
\item[\labelitemi] \textbf{\textit{full\_types}:} Alias for \textit{poly\_guards\_query}. |
614 |
\item[\labelitemi] \textbf{\textit{partial\_types}:} Alias for \textit{poly\_args}. |
|
615 |
\item[\labelitemi] \textbf{\textit{no\_types}:} Alias for \textit{erased}. |
|
45518 | 616 |
\end{enum} |
43216 | 617 |
|
68565 | 618 |
|
36926 | 619 |
\section{Option Reference} |
620 |
\label{option-reference} |
|
621 |
||
43014 | 622 |
\def\defl{\{} |
623 |
\def\defr{\}} |
|
624 |
||
36926 | 625 |
\def\flushitem#1{\item[]\noindent\kern-\leftmargin \textbf{#1}} |
47036 | 626 |
\def\optrueonly#1{\flushitem{\textit{#1} $\bigl[$= \textit{true}$\bigr]$\enskip}\nopagebreak\\[\parskip]} |
43014 | 627 |
\def\optrue#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool}$\bigr]$\enskip \defl\textit{true}\defr\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]} |
628 |
\def\opfalse#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{bool}$\bigr]$\enskip \defl\textit{false}\defr\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]} |
|
629 |
\def\opsmart#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{smart\_bool}$\bigr]$\enskip \defl\textit{smart}\defr\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]} |
|
46409
d4754183ccce
made option available to users (mostly for experiments)
blanchet
parents:
46366
diff
changeset
|
630 |
\def\opsmartx#1#2{\flushitem{\textit{#1} $\bigl[$= \qtybf{smart\_bool}$\bigr]$\enskip \defl\textit{smart}\defr\\\hbox{}\hfill (neg.: \textit{#2})}\nopagebreak\\[\parskip]} |
36926 | 631 |
\def\opnodefault#1#2{\flushitem{\textit{#1} = \qtybf{#2}} \nopagebreak\\[\parskip]} |
43014 | 632 |
\def\opnodefaultbrk#1#2{\flushitem{$\bigl[$\textit{#1} =$\bigr]$ \qtybf{#2}} \nopagebreak\\[\parskip]} |
633 |
\def\opdefault#1#2#3{\flushitem{\textit{#1} = \qtybf{#2}\enskip \defl\textit{#3}\defr} \nopagebreak\\[\parskip]} |
|
36926 | 634 |
\def\oparg#1#2#3{\flushitem{\textit{#1} \qtybf{#2} = \qtybf{#3}} \nopagebreak\\[\parskip]} |
635 |
\def\opargbool#1#2#3{\flushitem{\textit{#1} \qtybf{#2} $\bigl[$= \qtybf{bool}$\bigr]$\hfill (neg.: \textit{#3})}\nopagebreak\\[\parskip]} |
|
43014 | 636 |
\def\opargboolorsmart#1#2#3{\flushitem{\textit{#1} \qtybf{#2} $\bigl[$= \qtybf{smart\_bool}$\bigr]$\hfill (neg.: \textit{#3})}\nopagebreak\\[\parskip]} |
36926 | 637 |
|
638 |
Sledgehammer's options are categorized as follows:\ mode of operation |
|
38984 | 639 |
(\S\ref{mode-of-operation}), problem encoding (\S\ref{problem-encoding}), |
640 |
relevance filter (\S\ref{relevance-filter}), output format |
|
57241 | 641 |
(\S\ref{output-format}), regression testing (\S\ref{regression-testing}), |
642 |
and timeouts (\S\ref{timeouts}). |
|
36926 | 643 |
|
644 |
The descriptions below refer to the following syntactic quantities: |
|
645 |
||
646 |
\begin{enum} |
|
45516 | 647 |
\item[\labelitemi] \qtybf{string}: A string. |
648 |
\item[\labelitemi] \qtybf{bool\/}: \textit{true} or \textit{false}. |
|
649 |
\item[\labelitemi] \qtybf{smart\_bool\/}: \textit{true}, \textit{false}, or |
|
40203 | 650 |
\textit{smart}. |
45516 | 651 |
\item[\labelitemi] \qtybf{int\/}: An integer. |
54816
10d48c2a3e32
made timeouts in Sledgehammer not be 'option's -- simplified lots of code
blanchet
parents:
54788
diff
changeset
|
652 |
\item[\labelitemi] \qtybf{float}: A floating-point number (e.g., 2.5 or 60) |
10d48c2a3e32
made timeouts in Sledgehammer not be 'option's -- simplified lots of code
blanchet
parents:
54788
diff
changeset
|
653 |
expressing a number of seconds. |
45516 | 654 |
\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
|
655 |
(e.g., 0.6 0.95). |
45516 | 656 |
\item[\labelitemi] \qtybf{smart\_int\/}: An integer or \textit{smart}. |
36926 | 657 |
\end{enum} |
658 |
||
43217 | 659 |
Default values are indicated in curly brackets (\textrm{\{\}}). Boolean options |
61317 | 660 |
have a negative counterpart (e.g., \textit{minimize} vs.\ |
661 |
\textit{dont\_minimize}). When setting Boolean options or their negative |
|
47963 | 662 |
counterparts, ``= \textit{true\/}'' may be omitted. |
36926 | 663 |
|
68565 | 664 |
|
36926 | 665 |
\subsection{Mode of Operation} |
666 |
\label{mode-of-operation} |
|
667 |
||
668 |
\begin{enum} |
|
43014 | 669 |
\opnodefaultbrk{provers}{string} |
40059
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
670 |
Specifies the automatic provers to use as a space-separated list (e.g., |
68565 | 671 |
``\textit{cvc4}~\textit{e}~\textit{spass}~\textit{vampire\/}''). |
46299 | 672 |
Provers can be run locally or remotely; see \S\ref{installation} for |
673 |
installation instructions. |
|
674 |
||
675 |
The following local provers are supported: |
|
36926 | 676 |
|
48701 | 677 |
\begin{sloppy} |
36926 | 678 |
\begin{enum} |
70937 | 679 |
\item[\labelitemi] \textbf{\textit{agsyhol}:} agsyHOL is an automatic |
70936
646651bcf261
updated nomenclature for TPTP languages to use modern three-symbol abbreviations (e.g. TF1)
blanchet
parents:
70935
diff
changeset
|
680 |
higher-order prover developed by Fredrik Lindblad \cite{agsyHOL}. To use |
70937 | 681 |
agsyHOL, set the environment variable \texttt{AGSYHOL\_HOME} to the directory |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
682 |
that contains the \texttt{agsyHOL} executable. |
52078 | 683 |
|
46643
a88bccd2b567
added support for Alt-Ergo through Why3 (mostly for experimental purposes, e.g. polymorphism vs. monomorphization)
blanchet
parents:
46640
diff
changeset
|
684 |
\item[\labelitemi] \textbf{\textit{alt\_ergo}:} Alt-Ergo is a polymorphic |
52078 | 685 |
ATP developed by Bobot et al.\ \cite{alt-ergo}. |
70936
646651bcf261
updated nomenclature for TPTP languages to use modern three-symbol abbreviations (e.g. TF1)
blanchet
parents:
70935
diff
changeset
|
686 |
It supports the TPTP polymorphic typed first-order format (TF1) via Why3 |
53102 | 687 |
\cite{why3}. To use Alt-Ergo, set the environment variable \texttt{WHY3\_HOME} |
56379
d8ecce5d51cd
use Alt-Ergo 0.95.2, the latest and greatest version
blanchet
parents:
56378
diff
changeset
|
688 |
to the directory that contains the \texttt{why3} executable. Sledgehammer |
d8ecce5d51cd
use Alt-Ergo 0.95.2, the latest and greatest version
blanchet
parents:
56378
diff
changeset
|
689 |
requires Alt-Ergo 0.95.2 and Why3 0.83. |
46643
a88bccd2b567
added support for Alt-Ergo through Why3 (mostly for experimental purposes, e.g. polymorphism vs. monomorphization)
blanchet
parents:
46640
diff
changeset
|
690 |
|
74048 | 691 |
\item[\labelitemi] \textbf{\textit{cvc4}:} CVC4 is an SMT solver developed by |
692 |
Clark Barrett, Cesare Tinelli, and their colleagues \cite{cvc4}. To use CVC4, |
|
693 |
set the environment variable \texttt{CVC4\_SOLVER} to the complete path of the |
|
694 |
executable, including the file name, or install the prebuilt CVC4 package from |
|
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
695 |
\download. |
57241 | 696 |
|
45516 | 697 |
\item[\labelitemi] \textbf{\textit{e}:} E is a first-order resolution prover |
72592 | 698 |
developed by Stephan Schulz \cite{schulz-2019}. To use E, set the environment |
42964
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
699 |
variable \texttt{E\_HOME} to the directory that contains the \texttt{eproof} |
52757 | 700 |
executable and \texttt{E\_VERSION} to the version number (e.g., ``1.8''), or |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
701 |
install the prebuilt E package from \download. |
48652 | 702 |
|
48701 | 703 |
\item[\labelitemi] \textbf{\textit{iprover}:} iProver is a pure |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
704 |
instantiation-based prover developed by Konstantin Korovin \cite{korovin-2009}. |
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
705 |
To use iProver, set the environment variable \texttt{IPROVER\_HOME} to the |
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
706 |
directory that contains the \texttt{iproveropt} executable. iProver depends on |
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
707 |
Vampire to clausify problems, so make sure that Vampire is installed as well. |
48701 | 708 |
|
45516 | 709 |
\item[\labelitemi] \textbf{\textit{leo2}:} LEO-II is an automatic |
44098 | 710 |
higher-order prover developed by Christoph Benzm\"uller et al.\ \cite{leo2}, |
70936
646651bcf261
updated nomenclature for TPTP languages to use modern three-symbol abbreviations (e.g. TF1)
blanchet
parents:
70935
diff
changeset
|
711 |
with support for the TPTP typed higher-order syntax (TH0). To use LEO-II, set |
46242 | 712 |
the environment variable \texttt{LEO2\_HOME} to the directory that contains the |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
713 |
\texttt{leo} executable. |
44098 | 714 |
|
67021
41f1f8c4259b
integrated Leo-III in Sledgehammer (thanks to Alexander Steen for the patch)
blanchet
parents:
66735
diff
changeset
|
715 |
\item[\labelitemi] \textbf{\textit{leo3}:} Leo-III is an automatic |
41f1f8c4259b
integrated Leo-III in Sledgehammer (thanks to Alexander Steen for the patch)
blanchet
parents:
66735
diff
changeset
|
716 |
higher-order prover developed by Alexander Steen, Max Wisniewski, Christoph |
41f1f8c4259b
integrated Leo-III in Sledgehammer (thanks to Alexander Steen for the patch)
blanchet
parents:
66735
diff
changeset
|
717 |
Benzm\"uller et al.\ \cite{leo3}, |
70936
646651bcf261
updated nomenclature for TPTP languages to use modern three-symbol abbreviations (e.g. TF1)
blanchet
parents:
70935
diff
changeset
|
718 |
with support for the TPTP typed higher-order syntax (TH0). To use Leo-III, set |
67021
41f1f8c4259b
integrated Leo-III in Sledgehammer (thanks to Alexander Steen for the patch)
blanchet
parents:
66735
diff
changeset
|
719 |
the environment variable \texttt{LEO3\_HOME} to the directory that contains the |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
720 |
\texttt{leo3} executable. |
67021
41f1f8c4259b
integrated Leo-III in Sledgehammer (thanks to Alexander Steen for the patch)
blanchet
parents:
66735
diff
changeset
|
721 |
|
45516 | 722 |
\item[\labelitemi] \textbf{\textit{satallax}:} Satallax is an automatic |
44098 | 723 |
higher-order prover developed by Chad Brown et al.\ \cite{satallax}, with |
70936
646651bcf261
updated nomenclature for TPTP languages to use modern three-symbol abbreviations (e.g. TF1)
blanchet
parents:
70935
diff
changeset
|
724 |
support for the TPTP typed higher-order syntax (TH0). To use Satallax, set the |
46242 | 725 |
environment variable \texttt{SATALLAX\_HOME} to the directory that contains the |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
726 |
\texttt{satallax} executable. |
44098 | 727 |
|
45516 | 728 |
\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
|
729 |
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
|
730 |
To use SPASS, set the environment variable \texttt{SPASS\_HOME} to the directory |
47056 | 731 |
that contains the \texttt{SPASS} executable and \texttt{SPASS\_VERSION} to the |
47577 | 732 |
version number (e.g., ``3.8ds''), or install the prebuilt SPASS package from |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
733 |
\download. |
36926 | 734 |
|
48652 | 735 |
\item[\labelitemi] \textbf{\textit{vampire}:} Vampire is a first-order |
736 |
resolution prover developed by Andrei Voronkov and his colleagues |
|
42964
bf45fd2488a2
document primitive support for LEO-II and Satallax
blanchet
parents:
42945
diff
changeset
|
737 |
\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
|
738 |
\texttt{VAMPIRE\_HOME} to the directory that contains the \texttt{vampire} |
48006 | 739 |
executable and \texttt{VAMPIRE\_VERSION} to the version number (e.g., |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
740 |
``4.2.2''). |
40942 | 741 |
|
59035
3a2153676705
renamed 'veriT' to 'verit', to stick to all-lowercase rule for prover names
blanchet
parents:
59034
diff
changeset
|
742 |
\item[\labelitemi] \textbf{\textit{verit}:} veriT \cite{bouton-et-al-2009} is an |
65516 | 743 |
SMT solver developed by David D\'eharbe, Pascal Fontaine, and their colleagues. |
72592 | 744 |
It is designed to produce detailed proofs for reconstruction in proof |
74388
d5e034f2c109
fixed veriT environment variable in sledgehammer's documentation
desharna
parents:
74367
diff
changeset
|
745 |
assistants. To use veriT, set the environment variable \texttt{ISABELLE\_VERIT} |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
746 |
to the complete path of the executable, including the file name. |
58497
20aaa307c0ff
updated docs with two provers: veriT and Zipperposition
blanchet
parents:
58090
diff
changeset
|
747 |
|
45516 | 748 |
\item[\labelitemi] \textbf{\textit{z3}:} Z3 is an SMT solver developed at |
72592 | 749 |
Microsoft Research \cite{de-moura-2008}. To use Z3, set the environment variable |
59961 | 750 |
\texttt{Z3\_SOLVER} to the complete path of the executable, including the |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
751 |
file name. |
56378 | 752 |
|
70936
646651bcf261
updated nomenclature for TPTP languages to use modern three-symbol abbreviations (e.g. TF1)
blanchet
parents:
70935
diff
changeset
|
753 |
\item[\labelitemi] \textbf{\textit{z3\_tptp}:} This version of Z3 pretends to |
72592 | 754 |
be an ATP, exploiting Z3's support for the TPTP typed first-order format (TF0). |
74045
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
755 |
It is included for experimental purposes. To use it, set the environment |
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
756 |
variable \texttt{Z3\_TPTP\_HOME} to the directory that contains the |
302994f5a3c2
updated Sledgehammer docs -- removed most version numbers since these are tedious to maintain
blanchet
parents:
74005
diff
changeset
|
757 |
\texttt{z3\_tptp} executable. |
58497
20aaa307c0ff
updated docs with two provers: veriT and Zipperposition
blanchet
parents:
58090
diff
changeset
|
758 |
|
20aaa307c0ff
updated docs with two provers: veriT and Zipperposition
blanchet
parents:
58090
diff
changeset
|
759 |
\item[\labelitemi] \textbf{\textit{zipperposition}:} Zipperposition |
72174 | 760 |
\cite{cruanes-2014} is a higher-order superposition prover developed by Simon |
72589 | 761 |
Cruanes, Petar Vukmirovi\'c, and colleagues. To use Zipperposition, set the |
762 |
environment variable \texttt{ZIPPERPOSITION\_HOME} to the directory that |
|
763 |
contains the \texttt{zipperposition} executable and |
|
764 |
\texttt{ZIPPERPOSITION\_VERSION} to the version number (e.g., ``2.0.1''). |
|
57536 | 765 |
\end{enum} |
56378 | 766 |
|
48701 | 767 |
\end{sloppy} |
42945 | 768 |
|
57536 | 769 |
Moreover, the following remote provers are supported: |
42945 | 770 |
|
771 |
\begin{enum} |
|
52078 | 772 |
\item[\labelitemi] \textbf{\textit{remote\_agsyhol}:} The remote version of |
70937 | 773 |
agsyHOL runs on Geoff Sutcliffe's Miami servers \cite{sutcliffe-2000}. |
774 |
||
775 |
\item[\labelitemi] \textbf{\textit{remote\_alt\_ergo}:} The remote version of |
|
776 |
Alt-Ergo runs on Geoff Sutcliffe's Miami servers \cite{sutcliffe-2000}. |
|
52078 | 777 |
|
45516 | 778 |
\item[\labelitemi] \textbf{\textit{remote\_e}:} The remote version of E runs |
36926 | 779 |
on Geoff Sutcliffe's Miami servers \cite{sutcliffe-2000}. |
780 |
||
48701 | 781 |
\item[\labelitemi] \textbf{\textit{remote\_iprover}:} The |
45339 | 782 |
remote version of iProver runs on Geoff Sutcliffe's Miami servers |
783 |
\cite{sutcliffe-2000}. |
|
784 |
||
45516 | 785 |
\item[\labelitemi] \textbf{\textit{remote\_leo2}:} The remote version of LEO-II |
44098 | 786 |
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
|
787 |
|
67021
41f1f8c4259b
integrated Leo-III in Sledgehammer (thanks to Alexander Steen for the patch)
blanchet
parents:
66735
diff
changeset
|
788 |
\item[\labelitemi] \textbf{\textit{remote\_leo3}:} The remote version of Leo-III |
41f1f8c4259b
integrated Leo-III in Sledgehammer (thanks to Alexander Steen for the patch)
blanchet
parents:
66735
diff
changeset
|
789 |
runs on Geoff Sutcliffe's Miami servers \cite{sutcliffe-2000}. |
41f1f8c4259b
integrated Leo-III in Sledgehammer (thanks to Alexander Steen for the patch)
blanchet
parents:
66735
diff
changeset
|
790 |
|
45516 | 791 |
\item[\labelitemi] \textbf{\textit{remote\_waldmeister}:} Waldmeister is a unit |
42945 | 792 |
equality prover developed by Hillenbrand et al.\ \cite{waldmeister}. It can be |
43625 | 793 |
used to prove universally quantified equations using unconditional equations, |
794 |
corresponding to the TPTP CNF UEQ division. The remote version of Waldmeister |
|
795 |
runs on Geoff Sutcliffe's Miami servers. |
|
70940
ce3a05ad07b7
added support for Zipperposition on SystemOnTPTP
blanchet
parents:
70938
diff
changeset
|
796 |
|
ce3a05ad07b7
added support for Zipperposition on SystemOnTPTP
blanchet
parents:
70938
diff
changeset
|
797 |
\item[\labelitemi] \textbf{\textit{remote\_zipperposition}:} The remote |
ce3a05ad07b7
added support for Zipperposition on SystemOnTPTP
blanchet
parents:
70938
diff
changeset
|
798 |
version of Zipperposition runs on Geoff Sutcliffe's Miami servers. |
36926 | 799 |
\end{enum} |
800 |
||
70934
25c1ff13dbdb
removed E-SInE, a very old system by now (and SInE has been incorporated in many provers in the past decade)
blanchet
parents:
70933
diff
changeset
|
801 |
By default, Sledgehammer runs a subset of CVC4, E, SPASS, Vampire, veriT, and |
25c1ff13dbdb
removed E-SInE, a very old system by now (and SInE has been incorporated in many provers in the past decade)
blanchet
parents:
70933
diff
changeset
|
802 |
Z3 in parallel, either locally or remotely---depending on the number of |
25c1ff13dbdb
removed E-SInE, a very old system by now (and SInE has been incorporated in many provers in the past decade)
blanchet
parents:
70933
diff
changeset
|
803 |
processor cores available and on which provers are actually installed. It is |
70940
ce3a05ad07b7
added support for Zipperposition on SystemOnTPTP
blanchet
parents:
70938
diff
changeset
|
804 |
generally desirable to run several provers in parallel. |
40059
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
805 |
|
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
806 |
\opnodefault{prover}{string} |
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
807 |
Alias for \textit{provers}. |
6ad9081665db
use consistent terminology in Sledgehammer: "prover = ATP or SMT solver or ..."
blanchet
parents:
39335
diff
changeset
|
808 |
|
45708
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
809 |
\optrue{slice}{dont\_slice} |
42443
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
810 |
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
|
811 |
segments, each of which has its own set of possibly prover-dependent options. |
42446 | 812 |
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
|
813 |
set-of-support (SOS) strategy, whereas the second slice runs without it. For E, |
42446 | 814 |
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
|
815 |
number of facts. For SMT solvers, several slices are tried with the same options |
42446 | 816 |
each time but fewer and fewer facts. According to benchmarks with a timeout of |
817 |
30 seconds, slicing is a valuable optimization, and you should probably leave it |
|
54114 | 818 |
enabled unless you are conducting experiments. |
42443
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
819 |
|
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
820 |
\nopagebreak |
724e612ba248
implemented general slicing for ATPs, especially E 1.2w and above
blanchet
parents:
42442
diff
changeset
|
821 |
{\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
|
822 |
|
57722 | 823 |
\optrue{minimize}{dont\_minimize} |
72592 | 824 |
Specifies whether the proof minimization tool should be invoked automatically |
825 |
after proof search. |
|
45708
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
826 |
|
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
827 |
\nopagebreak |
47036 | 828 |
{\small See also \textit{preplay\_timeout} (\S\ref{timeouts}) |
829 |
and \textit{dont\_preplay} (\S\ref{timeouts}).} |
|
45708
7c8bed80301f
updated Sledgehammer docs with new/renamed options
blanchet
parents:
45555
diff
changeset
|
830 |
|
53801 | 831 |
\opfalse{spy}{dont\_spy} |
832 |
Specifies whether Sledgehammer should record statistics in |
|
833 |
\texttt{\$ISA\-BELLE\_\allowbreak HOME\_\allowbreak USER/\allowbreak spy\_\allowbreak sledgehammer}. |
|
834 |
These statistics can be useful to the developers of Sledgehammer. If you are willing to have your |
|
835 |
interactions recorded in the name of science, please enable this feature and send the statistics |
|
836 |
file every now and then to the author of this manual (\authoremail). |
|
837 |
To change the default value of this option globally, set the environment variable |
|
57107
2d502370ee99
changed MaSh to use SML version instead of Python version of naive Bayes by default (i.e. if MASH=yes in the settings, or 'fact_filter=mash' with no other explicit setting)
blanchet
parents:
57095
diff
changeset
|
838 |
\texttt{SLEDGEHAMMER\_SPY} to \textit{yes}. |
53801 | 839 |
|
840 |
\nopagebreak |
|
841 |
{\small See also \textit{debug} (\S\ref{output-format}).} |
|
842 |
||
36926 | 843 |
\opfalse{overlord}{no\_overlord} |
844 |
Specifies whether Sledgehammer should put its temporary files in |
|
845 |
\texttt{\$ISA\-BELLE\_\allowbreak HOME\_\allowbreak USER}, which is useful for |
|
846 |
debugging Sledgehammer but also unsafe if several instances of the tool are run |
|
48390
4147f2bc4442
add versioning to MaSh state + cleanup dead code
blanchet
parents:
48388
diff
changeset
|
847 |
simultaneously. The files are identified by the prefixes \texttt{prob\_} and |
4147f2bc4442
add versioning to MaSh state + cleanup dead code
blanchet
parents:
48388
diff
changeset
|
848 |
\texttt{mash\_}; you may safely remove them after Sledgehammer has run. |
36926 | 849 |
|
54139 | 850 |
\textbf{Warning:} This option is not thread-safe. Use at your own risks. |
851 |
||
36926 | 852 |
\nopagebreak |
853 |
{\small See also \textit{debug} (\S\ref{output-format}).} |
|
854 |
\end{enum} |
|
855 |
||
68565 | 856 |
|
48387 | 857 |
\subsection{Relevance Filter} |
858 |
\label{relevance-filter} |
|
859 |
||
860 |
\begin{enum} |
|
48388 | 861 |
\opdefault{fact\_filter}{string}{smart} |
862 |
Specifies the relevance filter to use. The following filters are available: |
|
863 |
||
864 |
\begin{enum} |
|
865 |
\item[\labelitemi] \textbf{\textit{mepo}:} |
|
866 |
The traditional memoryless MePo relevance filter. |
|
867 |
||
868 |
\item[\labelitemi] \textbf{\textit{mash}:} |
|
57532 | 869 |
The MaSh machine learner. Three learning algorithms are provided: |
57019 | 870 |
|
871 |
\begin{enum} |
|
57463 | 872 |
\item[\labelitemi] \textbf{\textit{nb}} is an implementation of naive Bayes. |
57019 | 873 |
|
57463 | 874 |
\item[\labelitemi] \textbf{\textit{knn}} is an implementation of $k$-nearest |
875 |
neighbors. |
|
876 |
||
57659
b246943b3aa3
reenabled MaSh for Isabelle2014 release (hopefully)
blanchet
parents:
57636
diff
changeset
|
877 |
\item[\labelitemi] \textbf{\textit{nb\_knn}} (also called \textbf{\textit{yes}} |
b246943b3aa3
reenabled MaSh for Isabelle2014 release (hopefully)
blanchet
parents:
57636
diff
changeset
|
878 |
and \textbf{\textit{sml}}) is a combination of naive Bayes and $k$-nearest |
b246943b3aa3
reenabled MaSh for Isabelle2014 release (hopefully)
blanchet
parents:
57636
diff
changeset
|
879 |
neighbors. |
57019 | 880 |
\end{enum} |
881 |
||
57272
fd539459a112
enabled MaSh by default -- set 'MaSh' to 'none' in Isabelle Plugin Options to disable
blanchet
parents:
57245
diff
changeset
|
882 |
In addition, the special value \textit{none} is used to disable machine learning by |
fd539459a112
enabled MaSh by default -- set 'MaSh' to 'none' in Isabelle Plugin Options to disable
blanchet
parents:
57245
diff
changeset
|
883 |
default (cf.\ \textit{smart} below). |
fd539459a112
enabled MaSh by default -- set 'MaSh' to 'none' in Isabelle Plugin Options to disable
blanchet
parents:
57245
diff
changeset
|
884 |
|
57659
b246943b3aa3
reenabled MaSh for Isabelle2014 release (hopefully)
blanchet
parents:
57636
diff
changeset
|
885 |
The default algorithm is \textit{nb\_knn}. The algorithm can be selected by |
61043 | 886 |
setting the ``MaSh'' option under ``Plugins > Plugin Options > Isabelle > |
57532 | 887 |
General'' in Isabelle/jEdit. Persistent data for both algorithms is stored in |
888 |
the directory \texttt{\$ISABELLE\_\allowbreak HOME\_\allowbreak USER/\allowbreak |
|
889 |
mash}. |
|
48388 | 890 |
|
51024
98fb341d32e3
distinguish MeSh and smart -- with smart, allow combinations of MaSh, MeSh, and MePo in different slices -- and use MaSh also with SMT solvers, based on evaluation
blanchet
parents:
50929
diff
changeset
|
891 |
\item[\labelitemi] \textbf{\textit{mesh}:} The MeSh filter, which combines the |
98fb341d32e3
distinguish MeSh and smart -- with smart, allow combinations of MaSh, MeSh, and MePo in different slices -- and use MaSh also with SMT solvers, based on evaluation
blanchet
parents:
50929
diff
changeset
|
892 |
rankings from MePo and MaSh. |
48388 | 893 |
|
57659
b246943b3aa3
reenabled MaSh for Isabelle2014 release (hopefully)
blanchet
parents:
57636
diff
changeset
|
894 |
\item[\labelitemi] \textbf{\textit{smart}:} A combination of MePo, MaSh, and |
b246943b3aa3
reenabled MaSh for Isabelle2014 release (hopefully)
blanchet
parents:
57636
diff
changeset
|
895 |
MeSh. If the learning algorithm is set to be \textit{none}, \textit{smart} |
b246943b3aa3
reenabled MaSh for Isabelle2014 release (hopefully)
blanchet
parents:
57636
diff
changeset
|
896 |
behaves like MePo. |
48388 | 897 |
\end{enum} |
898 |
||
48387 | 899 |
\opdefault{max\_facts}{smart\_int}{smart} |
900 |
Specifies the maximum number of facts that may be returned by the relevance |
|
55297
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
901 |
filter. If the option is set to \textit{smart} (the default), it effectively |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
902 |
takes a value that was empirically found to be appropriate for the prover. |
57107
2d502370ee99
changed MaSh to use SML version instead of Python version of naive Bayes by default (i.e. if MASH=yes in the settings, or 'fact_filter=mash' with no other explicit setting)
blanchet
parents:
57095
diff
changeset
|
903 |
Typical values lie between 50 and 1000. |
53757
8d1a059ebcdb
reduce the number of emitted MaSh commands (among others to facilitate debugging)
blanchet
parents:
53518
diff
changeset
|
904 |
|
48387 | 905 |
\opdefault{fact\_thresholds}{float\_pair}{\upshape 0.45~0.85} |
906 |
Specifies the thresholds above which facts are considered relevant by the |
|
907 |
relevance filter. The first threshold is used for the first iteration of the |
|
908 |
relevance filter and the second threshold is used for the last iteration (if it |
|
909 |
is reached). The effective threshold is quadratically interpolated for the other |
|
910 |
iterations. Each threshold ranges from 0 to 1, where 0 means that all theorems |
|
911 |
are relevant and 1 only theorems that refer to previously seen constants. |
|
912 |
||
48388 | 913 |
\optrue{learn}{dont\_learn} |
72592 | 914 |
Specifies whether Sledgehammer invocations should run MaSh to learn the |
53760
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
915 |
available theories (and hence provide more accurate results). Learning takes |
cf37f4b84824
moved focus to Isabell/jEdit and away from Proof General
blanchet
parents:
53759
diff
changeset
|
916 |
place only if MaSh is enabled. |
48388 | 917 |
|
48387 | 918 |
\opdefault{max\_new\_mono\_instances}{int}{smart} |
919 |
Specifies the maximum number of monomorphic instances to generate beyond |
|
920 |
\textit{max\_facts}. The higher this limit is, the more monomorphic instances |
|
921 |
are potentially generated. Whether monomorphization takes place depends on the |
|
55297
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
922 |
type encoding used. If the option is set to \textit{smart} (the default), it |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
923 |
takes a value that was empirically found to be appropriate for the prover. For |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
924 |
most provers, this value is 100. |
48387 | 925 |
|
926 |
\nopagebreak |
|
927 |
{\small See also \textit{type\_enc} (\S\ref{problem-encoding}).} |
|
928 |
||
929 |
\opdefault{max\_mono\_iters}{int}{smart} |
|
930 |
Specifies the maximum number of iterations for the monomorphization fixpoint |
|
931 |
construction. The higher this limit is, the more monomorphic instances are |
|
932 |
potentially generated. Whether monomorphization takes place depends on the |
|
55297
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
933 |
type encoding used. If the option is set to \textit{smart} (the default), it |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
934 |
takes a value that was empirically found to be appropriate for the prover. |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
935 |
For most provers, this value is 3. |
48387 | 936 |
|
937 |
\nopagebreak |
|
938 |
{\small See also \textit{type\_enc} (\S\ref{problem-encoding}).} |
|
73941
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
939 |
|
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
940 |
\opdefault{induction\_rules}{string}{smart} |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
941 |
Specifies whether induction rules should be considered as relevant facts. |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
942 |
The following behaviors are available: |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
943 |
\begin{enum} |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
944 |
\item[\labelitemi] \textbf{\textit{include}:} |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
945 |
Induction rules are considered by the relevance filter. |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
946 |
|
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
947 |
\item[\labelitemi] \textbf{\textit{exclude}:} |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
948 |
Induction rules are ignored by the relevance filter. |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
949 |
|
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
950 |
\item[\labelitemi] \textbf{\textit{instantiated}:} |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
951 |
Induction rules are instantiated based on the conjecture and then |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
952 |
considered by the relevance filter. |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
953 |
|
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
954 |
\item[\labelitemi] \textbf{\textit{smart}:} |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
955 |
Same as \textit{include} if the prover supports higher-order logic; |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
956 |
same as \textit{exclude} otherwise. |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
957 |
\end{enum} |
48387 | 958 |
\end{enum} |
959 |
||
68565 | 960 |
|
36926 | 961 |
\subsection{Problem Encoding} |
962 |
\label{problem-encoding} |
|
963 |
||
45516 | 964 |
\newcommand\comb[1]{\const{#1}} |
965 |
||
36926 | 966 |
\begin{enum} |
45516 | 967 |
\opdefault{lam\_trans}{string}{smart} |
968 |
Specifies the $\lambda$ translation scheme to use in ATP problems. The supported |
|
969 |
translation schemes are listed below: |
|
970 |
||
971 |
\begin{enum} |
|
46366 | 972 |
\item[\labelitemi] \textbf{\textit{lifting}:} Introduce a new |
45516 | 973 |
supercombinator \const{c} for each cluster of $n$~$\lambda$-abstractions, |
974 |
defined using an equation $\const{c}~x_1~\ldots~x_n = t$ ($\lambda$-lifting). |
|
975 |
||
73935
269b2f976100
added documentation for changes to Sledgehammer option "lam_trans"
desharna
parents:
73932
diff
changeset
|
976 |
\item[\labelitemi] \textbf{\textit{opaque\_lifting}:} Same as |
73941
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
977 |
\textit{lifting}, except that the supercombinators are kept opaque, |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
978 |
i.e. they are unspecified fresh constants. This effectively disables |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
979 |
all reasoning under $\lambda$-abstractions. |
73935
269b2f976100
added documentation for changes to Sledgehammer option "lam_trans"
desharna
parents:
73932
diff
changeset
|
980 |
|
46366 | 981 |
\item[\labelitemi] \textbf{\textit{combs}:} Rewrite lambdas to the Curry |
45516 | 982 |
combinators (\comb{I}, \comb{K}, \comb{S}, \comb{B}, \comb{C}). Combinators |
983 |
enable the ATPs to synthesize $\lambda$-terms but tend to yield bulkier formulas |
|
984 |
than $\lambda$-lifting: The translation is quadratic in the worst case, and the |
|
985 |
equational definitions of the combinators are very prolific in the context of |
|
986 |
resolution. |
|
987 |
||
73935
269b2f976100
added documentation for changes to Sledgehammer option "lam_trans"
desharna
parents:
73932
diff
changeset
|
988 |
\item[\labelitemi] \textbf{\textit{opaque\_combs}:} Same as |
73941
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
989 |
\textit{combs}, except that the combinators are kept opaque, i.e. without |
bec00c7ef8dd
documented Sledgehammer option "induction_rules"
desharna
parents:
73935
diff
changeset
|
990 |
equational definitions. |
73935
269b2f976100
added documentation for changes to Sledgehammer option "lam_trans"
desharna
parents:
73932
diff
changeset
|
991 |
|
46366 | 992 |
\item[\labelitemi] \textbf{\textit{combs\_and\_lifting}:} Introduce a new |
45516 | 993 |
supercombinator \const{c} for each cluster of $\lambda$-abstractions and characterize it both using a |
994 |
lifted equation $\const{c}~x_1~\ldots~x_n = t$ and via Curry combinators. |
|
995 |
||
46366 | 996 |
\item[\labelitemi] \textbf{\textit{combs\_or\_lifting}:} For each cluster of |
997 |
$\lambda$-abstractions, heuristically choose between $\lambda$-lifting and Curry |
|
998 |
combinators. |
|
999 |
||
45516 | 1000 |
\item[\labelitemi] \textbf{\textit{keep\_lams}:} |
1001 |
Keep the $\lambda$-abstractions in the generated problems. This is available |
|
73859
bc263f1f68cd
added support for TFX's and THF's $ite to Sledgehammer
desharna
parents:
73858
diff
changeset
|
1002 |
only with provers that support $\lambda$s. |
45516 | 1003 |
|
1004 |
\item[\labelitemi] \textbf{\textit{smart}:} The actual translation scheme used |
|
1005 |
depends on the ATP and should be the most efficient scheme for that ATP. |
|
1006 |
\end{enum} |
|
1007 |
||
46366 | 1008 |
For SMT solvers, the $\lambda$ translation scheme is always \textit{lifting}, |
1009 |
irrespective of the value of this option. |
|
45516 | 1010 |
|
46409
d4754183ccce
made option available to users (mostly for experiments)
blanchet
parents:
46366
diff
changeset
|
1011 |
\opsmartx{uncurried\_aliases}{no\_uncurried\_aliases} |
46411 | 1012 |
Specifies whether fresh function symbols should be generated as aliases for |
1013 |
applications of curried functions in ATP problems. |
|
46409
d4754183ccce
made option available to users (mostly for experiments)
blanchet
parents:
46366
diff
changeset
|
1014 |
|
43627
ecd4bb7a8bc0
update documentation after "type_enc" renaming + fixed a few other out-of-date factlets
blanchet
parents:
43625
diff
changeset
|
1015 |
\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
|
1016 |
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
|
1017 |
are unsound, meaning that they can give rise to spurious proofs |
48093 | 1018 |
(unreconstructible using \textit{metis}). The type encodings are |
46300 | 1019 |
listed below, with an indication of their soundness in parentheses. |
48093 | 1020 |
An asterisk (*) indicates that the encoding is slightly incomplete for |
56120
04c37dfef684
updated Sledgehammer docs w.r.t. 'smt2' and 'z3_new'
blanchet
parents:
56119
diff
changeset
|
1021 |
reconstruction with \textit{metis}, unless the \textit{strict} option (described |
46302 | 1022 |
below) is enabled. |
42228 | 1023 |
|
1024 |
\begin{enum} |
|
48090 | 1025 |
\item[\labelitemi] \textbf{\textit{erased} (unsound):} No type information is |
46300 | 1026 |
supplied to the ATP, not even to resolve overloading. Types are simply erased. |
42582 | 1027 |
|
45516 | 1028 |
\item[\labelitemi] \textbf{\textit{poly\_guards} (sound):} Types are encoded using |
46300 | 1029 |
a predicate \const{g}$(\tau, t)$ that guards bound |
48090 | 1030 |
variables. Constants are annotated with their types, supplied as extra |
42887
771be1dcfef6
document new type system and soundness properties of the different systems
blanchet
parents:
42884
diff
changeset
|
1031 |
arguments, to resolve overloading. |
42685 | 1032 |
|
45516 | 1033 |
\item[\labelitemi] \textbf{\textit{poly\_tags} (sound):} Each term and subterm is |
46300 | 1034 |
tagged with its type using a function $\const{t\/}(\tau, t)$. |
42887
771be1dcfef6
document new type system and soundness properties of the different systems
blanchet
parents:
42884
diff
changeset
|
1035 |
|
45516 | 1036 |
\item[\labelitemi] \textbf{\textit{poly\_args} (unsound):} |
43990 | 1037 |
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
|
1038 |
resolve overloading, but otherwise no type information is encoded. This |
57040 | 1039 |
is the default encoding used by the \textit{metis} proof method. |
42685 | 1040 |
|
45516 | 1041 |
\item[\labelitemi] |
42722 | 1042 |
\textbf{% |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1043 |
\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
|
1044 |
\textit{raw\_mono\_args} (unsound):} \\ |
43990 | 1045 |
Similar to \textit{poly\_guards}, \textit{poly\_tags}, and \textit{poly\_args}, |
42722 | 1046 |
respectively, but the problem is additionally monomorphized, meaning that type |
1047 |
variables are instantiated with heuristically chosen ground types. |
|
1048 |
Monomorphization can simplify reasoning but also leads to larger fact bases, |
|
1049 |
which can slow down the ATPs. |
|
42582 | 1050 |
|
45516 | 1051 |
\item[\labelitemi] |
42722 | 1052 |
\textbf{% |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1053 |
\textit{mono\_guards}, \textit{mono\_tags} (sound); |
72589 | 1054 |
\textit{mono\_args} \\ (unsound):} \\ |
42722 | 1055 |
Similar to |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1056 |
\textit{raw\_mono\_guards}, \textit{raw\_mono\_tags}, and |
72589 | 1057 |
\textit{raw\_mono\_\allowbreak args}, respectively but types are mangled in constant names |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1058 |
instead of being supplied as ground term arguments. The binary predicate |
46300 | 1059 |
$\const{g}(\tau, t)$ becomes a unary predicate |
1060 |
$\const{g\_}\tau(t)$, and the binary function |
|
1061 |
$\const{t}(\tau, t)$ becomes a unary function |
|
1062 |
$\const{t\_}\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
|
1063 |
|
46435 | 1064 |
\item[\labelitemi] \textbf{\textit{mono\_native} (sound):} Exploits native |
70936
646651bcf261
updated nomenclature for TPTP languages to use modern three-symbol abbreviations (e.g. TF1)
blanchet
parents:
70935
diff
changeset
|
1065 |
first-order types if the prover supports the TF0, TF1, TH0, or TH1 syntax; |
46643
a88bccd2b567
added support for Alt-Ergo through Why3 (mostly for experimental purposes, e.g. polymorphism vs. monomorphization)
blanchet
parents:
46640
diff
changeset
|
1066 |
otherwise, falls back on \textit{mono\_guards}. The problem is monomorphized. |
43625 | 1067 |
|
72589 | 1068 |
\item[\labelitemi] \textbf{\textit{mono\_native\_fool} (sound):} Exploits native |
1069 |
first-order types, including Booleans, if the prover supports the TFX0, TFX1, |
|
1070 |
TH0, or TH1 syntax; otherwise, falls back on \textit{mono\_native}. The problem |
|
1071 |
is monomorphized. |
|
42681 | 1072 |
|
72589 | 1073 |
\item[\labelitemi] \textbf{\textit{mono\_native\_higher}, |
1074 |
\textit{mono\_native\_higher\_fool} \\ (sound):} Exploits native higher-order |
|
1075 |
types, including Booleans if ending with ``\textit{\_fool}'', if the prover |
|
1076 |
supports the TH0 syntax; otherwise, falls back on \textit{mono\_native} or |
|
1077 |
\textit{mono\_native\_fool}. The problem is monomorphized. |
|
1078 |
||
1079 |
\item[\labelitemi] \textbf{\textit{poly\_native}, \textit{poly\_native\_fool}, |
|
1080 |
\textit{poly\_native\_higher}, \\ \textit{poly\_native\_higher\_fool} (sound):} |
|
1081 |
Exploits native first-order polymorphic types if the prover supports the TF1, |
|
1082 |
TFX1, or TH1 syntax; otherwise, falls back on \textit{mono\_native}, |
|
1083 |
\textit{mono\_native\_fool}, \textit{mono\_native\_higher}, or |
|
1084 |
\textit{mono\_native\_higher\_fool}. |
|
46643
a88bccd2b567
added support for Alt-Ergo through Why3 (mostly for experimental purposes, e.g. polymorphism vs. monomorphization)
blanchet
parents:
46640
diff
changeset
|
1085 |
|
45516 | 1086 |
\item[\labelitemi] |
42681 | 1087 |
\textbf{% |
44494
a77901b3774e
rationalized option names -- mono becomes raw_mono and mangled becomes mono
blanchet
parents:
44423
diff
changeset
|
1088 |
\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
|
1089 |
\textit{raw\_mono\_tags}?, \textit{mono\_guards}?, \textit{mono\_tags}?, \\ |
46435 | 1090 |
\textit{mono\_native}? (sound*):} \\ |
43990 | 1091 |
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
|
1092 |
\textit{raw\_mono\_guards}, \textit{raw\_mono\_tags}, \textit{mono\_guards}, |
47036 | 1093 |
\textit{mono\_tags}, and \textit{mono\_native} are fully typed and sound. For |
1094 |
each of these, Sledgehammer also provides a lighter variant identified by a |
|
1095 |
question mark (`\hbox{?}')\ that detects and erases monotonic types, notably |
|
1096 |
infinite types. (For \textit{mono\_native}, the types are not actually erased |
|
1097 |
but rather replaced by a shared uniform type of individuals.) As argument to the |
|
1098 |
\textit{metis} proof method, the question mark is replaced by a |
|
1099 |
\hbox{``\textit{\_query\/}''} suffix. |
|
42582 | 1100 |
|
45516 | 1101 |
\item[\labelitemi] |
42887
771be1dcfef6
document new type system and soundness properties of the different systems
blanchet
parents:
42884
diff
changeset
|
1102 |
\textbf{% |
44769 | 1103 |
\textit{poly\_guards}??, \textit{poly\_tags}??, \textit{raw\_mono\_guards}??, \\ |
1104 |
\textit{raw\_mono\_tags}??, \textit{mono\_guards}??, \textit{mono\_tags}?? \\ |
|
46300 | 1105 |
(sound*):} \\ |
44816 | 1106 |
Even lighter versions of the `\hbox{?}' encodings. As argument to the |
1107 |
\textit{metis} proof method, the `\hbox{??}' suffix is replaced by |
|
46242 | 1108 |
\hbox{``\textit{\_query\_query\/}''}. |
44816 | 1109 |
|
45516 | 1110 |
\item[\labelitemi] |
44816 | 1111 |
\textbf{% |
48184 | 1112 |
\textit{poly\_guards}@, \textit{poly\_tags}@, \textit{raw\_mono\_guards}@, \\ |
1113 |
\textit{raw\_mono\_tags}@ (sound*):} \\ |
|
44816 | 1114 |
Alternative versions of the `\hbox{??}' encodings. As argument to the |
48184 | 1115 |
\textit{metis} proof method, the `\hbox{@}' suffix is replaced by |
1116 |
\hbox{``\textit{\_at\/}''}. |
|
44769 | 1117 |
|
48093 | 1118 |
\item[\labelitemi] \textbf{\textit{poly\_args}?, \textit{raw\_mono\_args}? (unsound):} \\ |
1119 |
Lighter versions of \textit{poly\_args} and \textit{raw\_mono\_args}. |
|
1120 |
||
45516 | 1121 |
\item[\labelitemi] \textbf{\textit{smart}:} The actual encoding used depends on |
47036 | 1122 |
the ATP and should be the most efficient sound encoding for that ATP. |
42228 | 1123 |
\end{enum} |
1124 |
||
46435 | 1125 |
For SMT solvers, the type encoding is always \textit{mono\_native}, irrespective |
44743 | 1126 |
of the value of this option. |
42888 | 1127 |
|
1128 |
\nopagebreak |
|
1129 |
{\small See also \textit{max\_new\_mono\_instances} (\S\ref{relevance-filter}) |
|
1130 |
and \textit{max\_mono\_iters} (\S\ref{relevance-filter}).} |
|
43574 | 1131 |
|
46302 | 1132 |
\opfalse{strict}{non\_strict} |
46300 | 1133 |
Specifies whether Sledgehammer should run in its strict mode. In that mode, |
46302 | 1134 |
sound type encodings marked with an asterisk (*) above are made complete |
46300 | 1135 |
for reconstruction with \textit{metis}, at the cost of some clutter in the |
1136 |
generated problems. This option has no effect if \textit{type\_enc} is |
|
1137 |
deliberately set to an unsound encoding. |
|
38591 | 1138 |
\end{enum} |
36926 | 1139 |
|
68565 | 1140 |
|
36926 | 1141 |
\subsection{Output Format} |
1142 |
\label{output-format} |
|
1143 |
||
1144 |
\begin{enum} |
|
1145 |
||
1146 |
\opfalse{verbose}{quiet} |
|
1147 |
Specifies whether the \textbf{sledgehammer} command should explain what it does. |
|
1148 |
||
1149 |
\opfalse{debug}{no\_debug} |
|
40203 | 1150 |
Specifies whether Sledgehammer should display additional debugging information |
1151 |
beyond what \textit{verbose} already displays. Enabling \textit{debug} also |
|
61317 | 1152 |
enables \textit{verbose} behind the scenes. |
36926 | 1153 |
|
1154 |
\nopagebreak |
|
53801 | 1155 |
{\small See also \textit{spy} (\S\ref{mode-of-operation}) and |
1156 |
\textit{overlord} (\S\ref{mode-of-operation}).} |
|
36926 | 1157 |
|
51190
2654b3965c8d
made "isar_proofs" a 3-way option, to provide a way to totally disable isar_proofs if desired
blanchet
parents:
51189
diff
changeset
|
1158 |
\opsmart{isar\_proofs}{no\_isar\_proofs} |
55297
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
1159 |
Specifies whether Isar proofs should be output in addition to one-line proofs. |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
1160 |
The construction of Isar proof is still experimental and may sometimes fail; |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
1161 |
however, when they succeed they are usually faster and more intelligible than |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
1162 |
one-line proofs. If the option is set to \textit{smart} (the default), Isar |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
1163 |
proofs are only generated when no working one-line proof is available. |
36926 | 1164 |
|
57784 | 1165 |
\opdefault{compress}{int}{smart} |
49919 | 1166 |
Specifies the granularity of the generated Isar proofs if \textit{isar\_proofs} |
51190
2654b3965c8d
made "isar_proofs" a 3-way option, to provide a way to totally disable isar_proofs if desired
blanchet
parents:
51189
diff
changeset
|
1167 |
is explicitly enabled. A value of $n$ indicates that each Isar proof step should |
57784 | 1168 |
correspond to a group of up to $n$ consecutive proof steps in the ATP proof. If |
1169 |
the option is set to \textit{smart} (the default), the compression factor is 10 |
|
1170 |
if the \textit{isar\_proofs} option is explicitly enabled; otherwise, it is |
|
1171 |
$\infty$. |
|
51189 | 1172 |
|
57245 | 1173 |
\optrueonly{dont\_compress} |
57784 | 1174 |
Alias for ``\textit{compress} = 1''. |
51189 | 1175 |
|
57245 | 1176 |
\optrue{try0}{dont\_try0} |
53765 | 1177 |
Specifies whether standard proof methods such as \textit{auto} and |
55289 | 1178 |
\textit{blast} should be tried as alternatives to \textit{metis} in Isar proofs. |
1179 |
The collection of methods is roughly the same as for the \textbf{try0} command. |
|
1180 |
||
71931
0c8a9c028304
simplified 'smt_proofs' option to be a binary option (instead of ternary), now that SMT proofs are accepted in the AFP (done with Martin Desharnais)
blanchet
parents:
70940
diff
changeset
|
1181 |
\optrue{smt\_proofs}{no\_smt\_proofs} |
61283 | 1182 |
Specifies whether the \textit{smt} proof method should be tried in addition to |
71931
0c8a9c028304
simplified 'smt_proofs' option to be a binary option (instead of ternary), now that SMT proofs are accepted in the AFP (done with Martin Desharnais)
blanchet
parents:
70940
diff
changeset
|
1183 |
Isabelle's built-in proof methods. |
36926 | 1184 |
\end{enum} |
1185 |
||
68565 | 1186 |
|
57241 | 1187 |
\subsection{Regression Testing} |
1188 |
\label{regression-testing} |
|
38984 | 1189 |
|
1190 |
\begin{enum} |
|
1191 |
\opnodefault{expect}{string} |
|
1192 |
Specifies the expected outcome, which must be one of the following: |
|
36926 | 1193 |
|
1194 |
\begin{enum} |
|
46300 | 1195 |
\item[\labelitemi] \textbf{\textit{some}:} Sledgehammer found a proof. |
45516 | 1196 |
\item[\labelitemi] \textbf{\textit{none}:} Sledgehammer found no proof. |
1197 |
\item[\labelitemi] \textbf{\textit{timeout}:} Sledgehammer timed out. |
|
1198 |
\item[\labelitemi] \textbf{\textit{unknown}:} Sledgehammer encountered some |
|
40203 | 1199 |
problem. |
38984 | 1200 |
\end{enum} |
1201 |
||
61317 | 1202 |
Sledgehammer emits an error if the actual outcome differs from the expected outcome. This option is |
1203 |
useful for regression testing. |
|
38984 | 1204 |
|
1205 |
\nopagebreak |
|
61317 | 1206 |
{\small See also \textit{timeout} (\S\ref{timeouts}).} |
43038 | 1207 |
\end{enum} |
1208 |
||
68565 | 1209 |
|
43038 | 1210 |
\subsection{Timeouts} |
1211 |
\label{timeouts} |
|
1212 |
||
1213 |
\begin{enum} |
|
54816
10d48c2a3e32
made timeouts in Sledgehammer not be 'option's -- simplified lots of code
blanchet
parents:
54788
diff
changeset
|
1214 |
\opdefault{timeout}{float}{\upshape 30} |
43038 | 1215 |
Specifies the maximum number of seconds that the automatic provers should spend |
1216 |
searching for a proof. This excludes problem preparation and is a soft limit. |
|
1217 |
||
57719 | 1218 |
\opdefault{preplay\_timeout}{float}{\upshape 1} |
55297
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
1219 |
Specifies the maximum number of seconds that \textit{metis} or other proof |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
1220 |
methods should spend trying to ``preplay'' the found proof. If this option |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
1221 |
is set to 0, no preplaying takes place, and no timing information is displayed |
1dfcd49f5dcb
renamed 'smt' option 'smt_proofs' to avoid clash with 'smt' prover
blanchet
parents:
55290
diff
changeset
|
1222 |
next to the suggested proof method 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}).} |
47036 | 1226 |
|
1227 |
\optrueonly{dont\_preplay} |
|
1228 |
Alias for ``\textit{preplay\_timeout} = 0''. |
|
1229 |
||
36926 | 1230 |
\end{enum} |
1231 |
||
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1232 |
\section{Mirabelle Testing Tool} |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1233 |
\label{mirabelle} |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1234 |
|
72404 | 1235 |
The \texttt{isabelle mirabelle} tool executes Sledgehammer or other advisory |
73856 | 1236 |
tools (e.g., Nitpick) or tactics (e.g., \textit{auto}) on all subgoals emerging |
72404 | 1237 |
in a theory. It is typically used to measure the success rate of a proof tool |
1238 |
on some benchmark. Its command-line usage is as follows: |
|
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1239 |
|
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1240 |
{\small |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1241 |
\begin{verbatim} |
73855 | 1242 |
Usage: isabelle mirabelle [OPTIONS] [SESSIONS ...] |
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1243 |
|
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1244 |
Options are: |
73855 | 1245 |
-A ACTION add to list of actions |
1246 |
-O DIR output directory for log files (default: "mirabelle") |
|
1247 |
-T THEORY theory restriction: NAME or NAME[FIRST_LINE:LAST_LINE] |
|
74077
b93d8c2ebab0
added automatic uniform stride option to Mirabelle
desharna
parents:
74048
diff
changeset
|
1248 |
-m INT max. no. of calls to each action (0: unbounded) (default 0) |
b93d8c2ebab0
added automatic uniform stride option to Mirabelle
desharna
parents:
74048
diff
changeset
|
1249 |
-s INT run actions on every nth goal (0: uniform distribution) (default 1) |
b93d8c2ebab0
added automatic uniform stride option to Mirabelle
desharna
parents:
74048
diff
changeset
|
1250 |
-t SECONDS timeout in seconds for each action (default 30) |
73855 | 1251 |
... |
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1252 |
|
73855 | 1253 |
Apply the given ACTIONs at all theories and proof steps of the |
1254 |
specified sessions. |
|
1255 |
||
1256 |
The absence of theory restrictions (option -T) means to check all |
|
1257 |
theories fully. Otherwise only the named theories are checked. |
|
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1258 |
\end{verbatim} |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1259 |
} |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1260 |
|
73855 | 1261 |
Option \texttt{-A ACTION} specifies an action to run on all subgoals. When |
1262 |
specified multiple times, all actions are performed in parallel on all |
|
1263 |
selected subgoals. Available actions are \texttt{arith}, \texttt{metis}, |
|
1264 |
\texttt{quickcheck}, \texttt{sledgehammer}, \texttt{sledgehammer\_filter}, and |
|
1265 |
\texttt{try0}. |
|
1266 |
||
1267 |
Option \texttt{-O DIR} specifies the output directory, which is created |
|
1268 |
if needed. In this directory, a log file named "mirabelle.log" records the |
|
1269 |
position of each tested subgoal and the result of executing the actions. |
|
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1270 |
|
73855 | 1271 |
Option \texttt{-T THEORY} restricts the subgoals to those emerging from this |
1272 |
theory. When not provided, all subgoals from are theories are selected. When |
|
73856 | 1273 |
provided multiple times, the union of all specified theories' subgoals is |
73855 | 1274 |
selected. |
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1275 |
|
73855 | 1276 |
Option \texttt{-m INT} specifies a maximum number of goals on which the action |
1277 |
are run. |
|
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1278 |
|
73855 | 1279 |
Option \texttt{-s INT} specifies a stride, effectively running the actions on |
1280 |
every n$^{th}$ goal. |
|
1281 |
||
1282 |
Option \texttt{-t SECONDS} specifies a generic timeout that the actions may |
|
72404 | 1283 |
interpret differently. |
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1284 |
|
73855 | 1285 |
More specific documentation about low-level options, the \texttt{ACTION} |
1286 |
parameter, and its corresponding options can be found in the Isabelle tool |
|
72404 | 1287 |
usage by entering \texttt{isabelle mirabelle -?} on the command line. |
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1288 |
|
73855 | 1289 |
The following subsections assume that the environment variable \texttt{AFP} is |
1290 |
defined and points to a release of the Archive of Formal Proofs. |
|
1291 |
||
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1292 |
\subsection{Example of Benchmarking Sledgehammer} |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1293 |
|
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1294 |
\begin{verbatim} |
73855 | 1295 |
isabelle mirabelle -d $AFP -O output \ |
1296 |
-A "sledgehammer[prover=e, prover_timeout=30]" \ |
|
1297 |
VeriComp |
|
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1298 |
\end{verbatim} |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1299 |
|
73855 | 1300 |
This command specifies to run the Sledgehammer action, using the E prover with |
1301 |
a timeout of 10 seconds, on all subgoals emerging from all theory in the AFP |
|
1302 |
session VeriComp. The results are written to \texttt{output/mirabelle.log}. |
|
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1303 |
|
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1304 |
\begin{verbatim} |
73855 | 1305 |
isabelle mirabelle -d $AFP -O output \ |
1306 |
-T Semantics -T Compiler \ |
|
1307 |
-A "sledgehammer[prover=e, prover_timeout=30]" \ |
|
1308 |
VeriComp |
|
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1309 |
\end{verbatim} |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1310 |
|
73855 | 1311 |
This command also specifies to run the Sledgehammer action, but this time only |
1312 |
on subgoals emerging from theories Semantics or Compiler. |
|
1313 |
||
1314 |
||
1315 |
\subsection{Example of Benchmarking Multiple Tools} |
|
1316 |
||
1317 |
\begin{verbatim} |
|
73857 | 1318 |
isabelle mirabelle -d $AFP -O output -t 10 \ |
1319 |
-A "try0" -A "metis" \ |
|
1320 |
VeriComp |
|
73855 | 1321 |
\end{verbatim} |
1322 |
||
1323 |
This command specifies two actions running the \textbf{try0} and \textbf{metis} |
|
73858 | 1324 |
commands, respectively, each with a timeout of 10 seconds. The results are |
73855 | 1325 |
written to \texttt{output/mirabelle.log}. |
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1326 |
|
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1327 |
\subsection{Example of Generating TPTP Files} |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1328 |
|
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1329 |
\begin{verbatim} |
73855 | 1330 |
isabelle mirabelle -d $AFP -O output \ |
74079
180ee02eb075
documented Mirabelle_Sledgehammer's new keep semantics
desharna
parents:
74077
diff
changeset
|
1331 |
-A "sledgehammer[prover=e, prover_timeout=5, keep=true]" \ |
73855 | 1332 |
VeriComp |
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1333 |
\end{verbatim} |
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1334 |
|
73855 | 1335 |
This command generates TPTP files using Sledgehammer. Since the file |
1336 |
is generated at the very beginning of every Sledgehammer invocation, |
|
1337 |
a timeout of five seconds making the prover fail faster speeds up |
|
74079
180ee02eb075
documented Mirabelle_Sledgehammer's new keep semantics
desharna
parents:
74077
diff
changeset
|
1338 |
processing the subgoals. The results are written in an action-specific |
180ee02eb075
documented Mirabelle_Sledgehammer's new keep semantics
desharna
parents:
74077
diff
changeset
|
1339 |
subdirectory of the specified output directory (\texttt{output}). A TPTP |
180ee02eb075
documented Mirabelle_Sledgehammer's new keep semantics
desharna
parents:
74077
diff
changeset
|
1340 |
file is generated for each subgoal. |
72342
4195e75a92ef
[mirabelle] add initial documentation in Sledgehammer's doc
desharna
parents:
72319
diff
changeset
|
1341 |
|
36926 | 1342 |
\let\em=\sl |
48962
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48803
diff
changeset
|
1343 |
\bibliography{manual}{} |
36926 | 1344 |
\bibliographystyle{abbrv} |
1345 |
||
1346 |
\end{document} |