]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/matitaprover/run_on_a_list.sh
Branched paramodulation for CNF (Horn clauses)
[helm.git] / helm / software / components / binaries / matitaprover / run_on_a_list.sh
index b62aa8974b19661618a6a1fe76c99bfd8c1de914..c80e128e218c2aec2cd952be1c189d984d4c5842 100755 (executable)
@@ -8,7 +8,7 @@ fi
 > log
 for PROBLEM in `cat $2`; do
   echo running on $PROBLEM
-  ./matitaprover.native --timeout $1 --tptppath TPTP-v3.7.0/ $PROBLEM \
+  ./matitaprover.native --timeout $1 --tptppath ~/TPTP-v3.7.0/ $PROBLEM \
     >> log 2>&1
   echo So far `grep 'SZS status Unsatisfiable' log|wc -l` solved
 done