src/Doc/Sledgehammer/document/root.tex
changeset 61313 570dae974f64
parent 61283 ed54b0531e9c
child 61317 b089c00f4db0
equal deleted inserted replaced
61312:6d779a71086d 61313:570dae974f64
   587 \item[\labelitemi] \textbf{\textit{supported\_provers}:} Prints the list of
   587 \item[\labelitemi] \textbf{\textit{supported\_provers}:} Prints the list of
   588 automatic provers supported by Sledgehammer. See \S\ref{installation} and
   588 automatic provers supported by Sledgehammer. See \S\ref{installation} and
   589 \S\ref{mode-of-operation} for more information on how to install automatic
   589 \S\ref{mode-of-operation} for more information on how to install automatic
   590 provers.
   590 provers.
   591 
   591 
   592 \item[\labelitemi] \textbf{\textit{running\_provers}:} Prints information about
       
   593 currently running automatic provers, including elapsed runtime and remaining
       
   594 time until timeout.
       
   595 
       
   596 \item[\labelitemi] \textbf{\textit{kill\_all}:} Terminates all running
       
   597 threads (automatic provers and machine learners).
       
   598 
       
   599 \item[\labelitemi] \textbf{\textit{refresh\_tptp}:} Refreshes the list of remote
   592 \item[\labelitemi] \textbf{\textit{refresh\_tptp}:} Refreshes the list of remote
   600 ATPs available at System\-On\-TPTP \cite{sutcliffe-2000}.
   593 ATPs available at System\-On\-TPTP \cite{sutcliffe-2000}.
   601 \end{enum}
   594 \end{enum}
   602 
   595 
   603 In addition, the following subcommands provide finer control over machine
   596 In addition, the following subcommands provide finer control over machine
   623 \item[\labelitemi] \textbf{\textit{relearn\_isar}:} Same as \textit{unlearn}
   616 \item[\labelitemi] \textbf{\textit{relearn\_isar}:} Same as \textit{unlearn}
   624 followed by \textit{learn\_isar}.
   617 followed by \textit{learn\_isar}.
   625 
   618 
   626 \item[\labelitemi] \textbf{\textit{relearn\_prover}:} Same as \textit{unlearn}
   619 \item[\labelitemi] \textbf{\textit{relearn\_prover}:} Same as \textit{unlearn}
   627 followed by \textit{learn\_prover}.
   620 followed by \textit{learn\_prover}.
   628 
       
   629 \item[\labelitemi] \textbf{\textit{running\_learners}:} Prints information about
       
   630 currently running machine learners, including elapsed runtime and remaining
       
   631 time until timeout.
       
   632 \end{enum}
   621 \end{enum}
   633 
   622 
   634 Sledgehammer's behavior can be influenced by various \qty{options}, which can be
   623 Sledgehammer's behavior can be influenced by various \qty{options}, which can be
   635 specified in brackets after the \textbf{sledgehammer} command. The
   624 specified in brackets after the \textbf{sledgehammer} command. The
   636 \qty{options} are a list of key--value pairs of the form ``[$k_1 = v_1,
   625 \qty{options} are a list of key--value pairs of the form ``[$k_1 = v_1,