src/HOL/TPTP/lib/Tools/tptp_refute
changeset 62634 aa3b47b32100
parent 62589 b5783412bfed
child 64561 a7664ca9ffc5
equal deleted inserted replaced
62633:e57416b649d5 62634:aa3b47b32100
    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 process -e "use_thy \"/tmp/$SCRATCH\"; exit 1;" -l 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