added a new version of 'metis' to the mix
authorblanchet
Mon, 03 Feb 2014 10:14:18 +0100
changeset 55274 b84867d6550b
parent 55273 e887c0743614
child 55275 e1bf9f0c5420
added a new version of 'metis' to the mix
src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML	Mon Feb 03 10:14:18 2014 +0100
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML	Mon Feb 03 10:14:18 2014 +0100
@@ -117,7 +117,8 @@
 val datatype_methods = [Simp_Method, Simp_Size_Method]
 val metislike_methods0 =
   [Metis_Method (NONE, NONE), Simp_Method, Auto_Method, Arith_Method, Blast_Method,
-   Fastforce_Method, Force_Method, Algebra_Method, Meson_Method]
+   Fastforce_Method, Force_Method, Algebra_Method, Meson_Method,
+   Metis_Method (SOME no_typesN, NONE)]
 val rewrite_methods =
   [Auto_Method, Simp_Method, Fastforce_Method, Force_Method, Metis_Method (NONE, NONE),
    Meson_Method]