replaced blast by metis (blast hangs with polyml-5.2)
authorboehmes
Mon, 14 Dec 2009 21:27:59 +0100
changeset 34089 a67bebd37135
parent 34087 c907edcaab36
child 34090 7f7297f348fe
replaced blast by metis (blast hangs with polyml-5.2)
src/HOL/Boogie/Examples/Boogie_Max_Stepwise.thy
--- a/src/HOL/Boogie/Examples/Boogie_Max_Stepwise.thy	Mon Dec 14 11:30:13 2009 +0000
+++ b/src/HOL/Boogie/Examples/Boogie_Max_Stepwise.thy	Mon Dec 14 21:27:59 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