# HG changeset patch # User blanchet # Date 1351679001 -3600 # Node ID 80402e0e78e388afdf09236f6f827cb5b240230b # Parent 1e68f47019062594e37757de91950436b7b8c7a8 removed "refute" command from Isar manual, now that it has been moved outside "Main" diff -r 1e68f4701906 -r 80402e0e78e3 src/Doc/IsarRef/HOL_Specific.thy --- a/src/Doc/IsarRef/HOL_Specific.thy Wed Oct 31 11:23:21 2012 +0100 +++ b/src/Doc/IsarRef/HOL_Specific.thy Wed Oct 31 11:23:21 2012 +0100 @@ -1785,10 +1785,8 @@ @{command_def (HOL) "value"}@{text "\<^sup>*"} & : & @{text "context \"} \\ @{command_def (HOL) "values"}@{text "\<^sup>*"} & : & @{text "context \"} \\ @{command_def (HOL) "quickcheck"}@{text "\<^sup>*"} & : & @{text "proof \"} \\ - @{command_def (HOL) "refute"}@{text "\<^sup>*"} & : & @{text "proof \"} \\ @{command_def (HOL) "nitpick"}@{text "\<^sup>*"} & : & @{text "proof \"} \\ @{command_def (HOL) "quickcheck_params"} & : & @{text "theory \ theory"} \\ - @{command_def (HOL) "refute_params"} & : & @{text "theory \ theory"} \\ @{command_def (HOL) "nitpick_params"} & : & @{text "theory \ theory"} \\ @{command_def (HOL) "quickcheck_generator"} & : & @{text "theory \ theory"} \\ @{command_def (HOL) "find_unused_assms"} & : & @{text "context \"} @@ -1801,11 +1799,11 @@ @@{command (HOL) values} modes? @{syntax nat}? @{syntax term} ; - (@@{command (HOL) quickcheck} | @@{command (HOL) refute} | @@{command (HOL) nitpick}) + (@@{command (HOL) quickcheck} | @@{command (HOL) nitpick}) ( '[' args ']' )? @{syntax nat}? ; - (@@{command (HOL) quickcheck_params} | @@{command (HOL) refute_params} | + (@@{command (HOL) quickcheck_params} | @@{command (HOL) nitpick_params}) ( '[' args ']' )? ; @@ -1932,40 +1930,6 @@ generates values by using the operations as if they were constructors of that type. - \item @{command (HOL) "refute"} tests the current goal for - counterexamples using a reduction to SAT. The following - configuration options are supported: - - \begin{description} - - \item[@{text minsize}] specifies the minimum size (cardinality) of - the models to search for. - - \item[@{text maxsize}] specifies the maximum size (cardinality) of - the models to search for. Nonpositive values mean @{text "\"}. - - \item[@{text maxvars}] specifies the maximum number of Boolean - variables to use when transforming the term into a propositional - formula. Nonpositive values mean @{text "\"}. - - \item[@{text satsolver}] specifies the SAT solver to use. - - \item[@{text no_assms}] specifies whether assumptions in - structured proofs should be ignored. - - \item[@{text maxtime}] sets the time limit in seconds. - - \item[@{text expect}] can be used to check if the user's - expectation was met (@{text genuine}, @{text potential}, @{text - none}, or @{text unknown}). - - \end{description} - - These option can be given within square brackets. - - \item @{command (HOL) "refute_params"} changes @{command (HOL) - "refute"} configuration options persistently. - \item @{command (HOL) "nitpick"} tests the current goal for counterexamples using a reduction to first-order relational logic. See the Nitpick manual \cite{isabelle-nitpick} for details.