]> matita.cs.unibo.it Git - helm.git/commitdiff
The behaviour of autobatch paramodulation has changed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 15 Oct 2007 11:38:14 +0000 (11:38 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 15 Oct 2007 11:38:14 +0000 (11:38 +0000)
But autobatch works! Is the test still correct?

matita/tests/naiveparamod.ma

index 8b83331a23efa0bbac6a67d93f954788ebfd5440..6246048425804773d94c7f1a1e2a2d088d8141a3 100644 (file)
@@ -30,7 +30,7 @@ theorem prova1:
   C.
   intros (A B C S a w h b wb).
   (* exact (h s (a b) b wb II). *)
-  autobatch new width = 5 depth = 3. (* look at h parameters! *)
+  autobatch width = 5 depth = 3. (* look at h parameters! *)
   qed.
   
 (* c'e' qualcosa di imperativo, se si cambia l'rdine delle ipotesi poi sclera *)
@@ -44,4 +44,4 @@ theorem prova2:
   intros.
   autobatch paramodulation.
   try assumption.
-  qed. 
+  qed.
\ No newline at end of file