From: Enrico Tassi Date: Thu, 20 Mar 2008 12:59:03 +0000 (+0000) Subject: I believe that auto paramodulation does not try to X-Git-Tag: make_still_working~5515 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=9f1c6a7afaa3510c9aacd9ec6e4a48f91dc36ccb;p=helm.git I believe that auto paramodulation does not try to saturate guarded equations and solve hypothesis with auto... --- diff --git a/helm/software/matita/tests/naiveparamod.ma b/helm/software/matita/tests/naiveparamod.ma index ef86f372d..be207866d 100644 --- a/helm/software/matita/tests/naiveparamod.ma +++ b/helm/software/matita/tests/naiveparamod.ma @@ -33,7 +33,7 @@ theorem prova1: autobatch width = 5 depth = 3. (* look at h parameters! *) qed. -(* c'e' qualcosa di imperativo, se si cambia l'rdine delle ipotesi poi sclera *) +(* c'e' qualcosa di imperativo, se si cambia l'ordine delle ipotesi poi sclera *) theorem prova2: \forall A,B,C:Prop. (* SE METTO SET NON VA *) \forall a:B -> A. @@ -42,6 +42,6 @@ theorem prova2: \forall b:B. A=B. intros. - autobatch paramodulation. + autobatch. try assumption. qed. \ No newline at end of file