#!/bin/bash # Boolector: Satisfiablity Modulo Theories (SMT) solver. # # Copyright (C) 2007-2021 by the authors listed in the AUTHORS file. # # This file is part of Boolector. # See COPYING for more information on using this software. # die () { echo "*** $(basename $0): $*" 1>&2 exit 1 } trap "exit 2" SIGHUP SIGINT SIGTERM INFILE="" MODEL="" TMPFILE=/tmp/btorcheckmodelsmt2-$$.smt2 while [ $# -gt 0 ] do case $1 in -h|--help) echo -n "usage: $(basename $0) [