]> matita.cs.unibo.it Git - helm.git/commitdiff
auto -> autobatch
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 26 Jul 2007 13:46:07 +0000 (13:46 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 26 Jul 2007 13:46:07 +0000 (13:46 +0000)
matita/tests/paramodulation/BOO075-1.ma
matita/tests/paramodulation/boolean_algebra.ma
matita/tests/paramodulation/group.ma

index f266b1a94ac307245a87fc6ab87af4efea589b17..7c46167f4a6f6ddada45800546adaee70b1eba8f 100644 (file)
@@ -94,7 +94,7 @@ theorem prove_meredith_2_basis_1:
 \forall H0:\forall A:Univ.\forall B:Univ.\forall C:Univ.eq Univ (nand (nand A (nand (nand B A) A)) (nand B (nand C A))) B.eq Univ (nand (nand a a) (nand b a)) a
 .
 intros.
-auto paramodulation timeout=600.
+autobatch paramodulation timeout=600;
 try assumption.
 print proofterm.
 qed.
index 85525db0ed58dfdeb1bfa4eefcfced94801babf5..ab47854da09c2170a38e1863110814c694d24ecd 100644 (file)
@@ -516,5 +516,5 @@ theorem bool5:
 intros.
 unfold bool_algebra in H.
 decompose.
-auto paramodulation.
+autobatch paramodulation timeout=120.
 qed.
index a19884d05451c25f7adf9963453ac2482830c6d8..45fb3ad3d4030fb799f4b4eee98dcdcbc0b0649c 100644 (file)
@@ -29,7 +29,7 @@ theorem self:
   \forall H:(\forall x,y:A. x = y).
   \forall H:(\forall x,y,z:A. f x = y).
   \forall x,y:A. x=y.
-intros.auto paramodulation.
+intros.autobatch paramodulation.
 qed.
 
 theorem GRP049_simple:
@@ -38,7 +38,7 @@ theorem GRP049_simple:
   \forall mult: A \to A \to A.
   \forall H: (\forall x,y,z:A.mult z (inv (mult (inv (mult (inv (mult z y)) x)) (inv (mult y (mult (inv y) y))))) = x).
   \forall a,b:A. mult (inv a) a = mult (inv b) b.
-intros.auto paramodulation;
+intros.autobatch paramodulation;
 qed.
 
 theorem GRP049 :
@@ -47,5 +47,5 @@ theorem GRP049 :
   \forall mult: A \to A \to A.
   \forall H: (\forall x,y,z:A.mult z (inv (mult (inv (mult (inv (mult z y)) x)) (inv (mult y (mult (inv y) y))))) = x).
   \forall a,b:A. mult a (inv a)= mult b (inv b).
-intros.auto paramodulation timeout = 600;exact a.
+intros.autobatch paramodulation timeout = 600;exact a.
 qed.