merged
authorboehmes
Mon, 14 Dec 2009 21:28:28 +0100
changeset 34090 7f7297f348fe
parent 34089 a67bebd37135 (diff)
parent 34088 d6194ece49df (current diff)
child 34091 3aea0882879f
merged
--- a/src/HOL/Boogie/Examples/Boogie_Max_Stepwise.thy	Mon Dec 14 16:35:00 2009 +0100
+++ b/src/HOL/Boogie/Examples/Boogie_Max_Stepwise.thy	Mon Dec 14 21:28:28 2009 +0100
@@ -50,7 +50,7 @@
 text {* Let's find out which assertions of @{text max} are hard to prove: *}
 
 boogie_status (narrow timeout: 4) max
-  (try: (simp add: labels, (fast | blast)?))
+  (try: (simp add: labels, (fast | metis)?))
   -- {* The argument @{text timeout} is optional, restricting the runtime of
         each narrowing step by the given number of seconds. *}
   -- {* The tag @{text try} expects a method to be applied at each narrowing