| author | wenzelm |
| Fri, 16 Dec 2011 10:38:38 +0100 | |
| changeset 45896 | 100fb1f33e3e |
| parent 41432 | 3214c39777ab |
| permissions | -rw-r--r-- |
| 41308 | 1 |
# -*- shell-script -*- :mode=shellscript: |
2 |
||
| 36898 | 3 |
ISABELLE_SMT="$COMPONENT" |
4 |
||
|
41432
3214c39777ab
differentiate between local and remote SMT solvers (e.g., "z3" vs. "remote_z3");
boehmes
parents:
41308
diff
changeset
|
5 |
ISABELLE_SMT_REMOTE="$ISABELLE_SMT/lib/scripts/remote_smt" |
|
3214c39777ab
differentiate between local and remote SMT solvers (e.g., "z3" vs. "remote_z3");
boehmes
parents:
41308
diff
changeset
|
6 |
ISABELLE_SMT_REMOTE_URL="http://smt.in.tum.de/smt" |
| 36898 | 7 |