#!/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 "*** crosscheckboolector: $*" 1>&2 exit 1 } trap "exit 2" SIGHUP SIGINT SIGTERM solver_test="" solver_test_opts="" solver_ref="" solver_ref_opts="" tmp_ref="/tmp/crosscheckboolector-ref-result-$$" tmp_test="/tmp/crosscheckboolector-test-result-$$" cmp_output=no while [ $# -gt 0 ] do case $1 in -h|--help) echo -n "usage: $(basename $0) [