#!/usr/bin/env bash
#
# Author: Jasmin Blanchette
# Author: Martin Desharnais-Schäfer
#
# DESCRIPTION: Isabelle tactics for TPTP demo division
PRG="$(basename "$0")"
function usage() {
echo
echo "Usage: isabelle $PRG TIMEOUT FILES"
echo
echo " Runs a combination of Isabelle tactics on TPTP problems."
echo " Each problem is allocated at most TIMEOUT seconds."
echo
exit 1
}