Admin/polyml/future/run
author blanchet
Thu, 20 Nov 2014 17:29:18 +0100
changeset 59017 80290f06a810
parent 44155 ae2906662eec
permissions -rwxr-xr-x
removed explicit '--quant-cf' option to CVC4, now that it's the default

#!/bin/bash

POLY="${1:-poly}"

THIS="$(cd $(dirname "$0"); pwd)"

cd "$THIS/../../../src/Pure"
echo "use \"../../Admin/polyml/future/ROOT.ML\";"
exec "$POLY"