]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/Veloci/BOO004-2.p.ma
First tests for paramodulation (pretty printer, unification)
[helm.git] / helm / software / matita / tests / TPTP / Veloci / BOO004-2.p.ma
index 4ea34f1e01624a6cc0b14702a420f500ad4915de..abd4fa54fa98783aaf708fcc6e52803b6cc98600 100644 (file)
@@ -1,4 +1,4 @@
-set "baseuri" "cic:/matita/TPTP/BOO004-2".
+
 include "logic/equality.ma".
 (* Inclusion of: BOO004-2.p *)
 (* -------------------------------------------------------------------------- *)
@@ -68,7 +68,7 @@ theorem prove_a_plus_a_is_a:
 \forall H13:\forall X:Univ.\forall Y:Univ.eq Univ (add X Y) (add Y X).eq Univ (add a a) a
 .
 intros.
-auto paramodulation timeout=100.
+autobatch paramodulation timeout=100;
 try assumption.
 print proofterm.
 qed.