src/HOL/TPTP/lib/Tools/tptp_refute
changeset 60545 bcd11dcd0d90
parent 60544 3daf5eacec05
child 60546 dcb0b9b42fcb
equal deleted inserted replaced
60544:3daf5eacec05 60545:bcd11dcd0d90
    26 for FILE in "$@"
    26 for FILE in "$@"
    27 do
    27 do
    28   echo "theory $SCRATCH imports \"$TPTP_HOME/ATP_Problem_Import\" begin \
    28   echo "theory $SCRATCH imports \"$TPTP_HOME/ATP_Problem_Import\" begin \
    29 ML {* ATP_Problem_Import.refute_tptp_file @{theory} ($TIMEOUT) \"$FILE\" *} end" \
    29 ML {* ATP_Problem_Import.refute_tptp_file @{theory} ($TIMEOUT) \"$FILE\" *} end" \
    30     > /tmp/$SCRATCH.thy
    30     > /tmp/$SCRATCH.thy
    31   "$ISABELLE_PROCESS" -q -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"
    31   "$ISABELLE_PROCESS" -q -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.$"
    32 done
    32 done