From: Claudio Sacerdoti Coen Date: Mon, 15 Oct 2007 11:38:14 +0000 (+0000) Subject: The behaviour of autobatch paramodulation has changed. X-Git-Tag: make_still_working~5963 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=1b7107a4f87d253801ce070a6d7385304d74f730;p=helm.git The behaviour of autobatch paramodulation has changed. But autobatch works! Is the test still correct? --- diff --git a/helm/software/matita/tests/naiveparamod.ma b/helm/software/matita/tests/naiveparamod.ma index 8b83331a2..624604842 100644 --- a/helm/software/matita/tests/naiveparamod.ma +++ b/helm/software/matita/tests/naiveparamod.ma @@ -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