src/Doc/Sledgehammer/document/root.tex
changeset 71931 0c8a9c028304
parent 70940 ce3a05ad07b7
child 72174 585b877df698
equal deleted inserted replaced
71930:35a2ac83a262 71931:0c8a9c028304
  1232 \optrue{try0}{dont\_try0}
  1232 \optrue{try0}{dont\_try0}
  1233 Specifies whether standard proof methods such as \textit{auto} and
  1233 Specifies whether standard proof methods such as \textit{auto} and
  1234 \textit{blast} should be tried as alternatives to \textit{metis} in Isar proofs.
  1234 \textit{blast} should be tried as alternatives to \textit{metis} in Isar proofs.
  1235 The collection of methods is roughly the same as for the \textbf{try0} command.
  1235 The collection of methods is roughly the same as for the \textbf{try0} command.
  1236 
  1236 
  1237 \opsmart{smt\_proofs}{no\_smt\_proofs}
  1237 \optrue{smt\_proofs}{no\_smt\_proofs}
  1238 Specifies whether the \textit{smt} proof method should be tried in addition to
  1238 Specifies whether the \textit{smt} proof method should be tried in addition to
  1239 Isabelle's other proof methods. If the option is set to \textit{smart} (the
  1239 Isabelle's built-in proof methods.
  1240 default), the \textit{smt} method is used for one-line proofs but not in Isar
       
  1241 proofs.
       
  1242 \end{enum}
  1240 \end{enum}
  1243 
  1241 
  1244 
  1242 
  1245 \subsection{Regression Testing}
  1243 \subsection{Regression Testing}
  1246 \label{regression-testing}
  1244 \label{regression-testing}