X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fparamodulation%2Fboolean_algebra.ma;h=6822cfb3e3c09d4f5d43eac1e75fc901f76808ea;hb=a5126dcf31146ae630a38e7ca42a61d3eeadd0e6;hp=85525db0ed58dfdeb1bfa4eefcfced94801babf5;hpb=1936ff5bb1319f44919f1146140debc7f52f1cff;p=helm.git diff --git a/helm/software/matita/tests/paramodulation/boolean_algebra.ma b/helm/software/matita/tests/paramodulation/boolean_algebra.ma index 85525db0e..6822cfb3e 100644 --- a/helm/software/matita/tests/paramodulation/boolean_algebra.ma +++ b/helm/software/matita/tests/paramodulation/boolean_algebra.ma @@ -12,9 +12,9 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/SK/". -include "../legacy/coq.ma". + +include "coq.ma". alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". alias id "eq" = "cic:/Coq/Init/Logic/eq.ind#xpointer(1/1)". @@ -516,5 +516,5 @@ theorem bool5: intros. unfold bool_algebra in H. decompose. -auto paramodulation. +autobatch paramodulation timeout=120. qed.