src/HOL/TPTP/lib/Tools/tptp_refute
changeset 62588 cd266473b81b
parent 62573 27f90319a499
child 62589 b5783412bfed
equal deleted inserted replaced
62587:e31bf8ed5397 62588:cd266473b81b
    28 for FILE in "$@"
    28 for FILE in "$@"
    29 do
    29 do
    30   echo "theory $SCRATCH imports \"$TPTP_HOME/ATP_Problem_Import\" begin \
    30   echo "theory $SCRATCH imports \"$TPTP_HOME/ATP_Problem_Import\" begin \
    31 ML {* ATP_Problem_Import.refute_tptp_file @{theory} ($TIMEOUT) \"$FILE\" *} end" \
    31 ML {* ATP_Problem_Import.refute_tptp_file @{theory} ($TIMEOUT) \"$FILE\" *} end" \
    32     > /tmp/$SCRATCH.thy
    32     > /tmp/$SCRATCH.thy
    33   "$ISABELLE_PROCESS" -e "use_thy \"/tmp/$SCRATCH\"; exit 1;" HOL-TPTP | grep --line-buffered -v "^###\|^PROOF FAILED for depth\|^Failure node\|inferences so far.  Searching to depth\|^val \|^Loading theory\|^Warning-The type of\|^   monotype.$"
    33   "$ISABELLE_TOOL" process -e "use_thy \"/tmp/$SCRATCH\"; exit 1;" HOL-TPTP | grep --line-buffered -v "^###\|^PROOF FAILED for depth\|^Failure node\|inferences so far.  Searching to depth\|^val \|^Loading theory\|^Warning-The type of\|^   monotype.$"
    34 done
    34 done