equal
deleted
inserted
replaced
517 higher-order places (e.g., in set comprehensions). The method is automatically |
517 higher-order places (e.g., in set comprehensions). The method is automatically |
518 tried as a fallback when \textit{metis} fails, and it is sometimes |
518 tried as a fallback when \textit{metis} fails, and it is sometimes |
519 generated by Sledgehammer instead of \textit{metis} if the proof obviously |
519 generated by Sledgehammer instead of \textit{metis} if the proof obviously |
520 requires type information or if \textit{metis} failed when Sledgehammer |
520 requires type information or if \textit{metis} failed when Sledgehammer |
521 preplayed the proof. (By default, Sledgehammer tries to run \textit{metis} with |
521 preplayed the proof. (By default, Sledgehammer tries to run \textit{metis} with |
522 various sets of option for up to 2~seconds each time to ensure that the generated |
522 various sets of option for up to 1~second each time to ensure that the generated |
523 one-line proofs actually work and to display timing information. This can be |
523 one-line proofs actually work and to display timing information. This can be |
524 configured using the \textit{preplay\_timeout} and \textit{dont\_preplay} |
524 configured using the \textit{preplay\_timeout} and \textit{dont\_preplay} |
525 options (\S\ref{timeouts}).) |
525 options (\S\ref{timeouts}).) |
526 % |
526 % |
527 At the other end of the soundness spectrum, \textit{metis} (\textit{no\_types}) |
527 At the other end of the soundness spectrum, \textit{metis} (\textit{no\_types}) |
1371 \begin{enum} |
1371 \begin{enum} |
1372 \opdefault{timeout}{float}{\upshape 30} |
1372 \opdefault{timeout}{float}{\upshape 30} |
1373 Specifies the maximum number of seconds that the automatic provers should spend |
1373 Specifies the maximum number of seconds that the automatic provers should spend |
1374 searching for a proof. This excludes problem preparation and is a soft limit. |
1374 searching for a proof. This excludes problem preparation and is a soft limit. |
1375 |
1375 |
1376 \opdefault{preplay\_timeout}{float}{\upshape 2} |
1376 \opdefault{preplay\_timeout}{float}{\upshape 1} |
1377 Specifies the maximum number of seconds that \textit{metis} or other proof |
1377 Specifies the maximum number of seconds that \textit{metis} or other proof |
1378 methods should spend trying to ``preplay'' the found proof. If this option |
1378 methods should spend trying to ``preplay'' the found proof. If this option |
1379 is set to 0, no preplaying takes place, and no timing information is displayed |
1379 is set to 0, no preplaying takes place, and no timing information is displayed |
1380 next to the suggested proof method calls. |
1380 next to the suggested proof method calls. |
1381 |
1381 |