src/HOL/Tools/SMT/etc/settings
author wenzelm
Sun, 20 May 2012 11:34:33 +0200
changeset 47884 21c42b095c84
parent 41432 3214c39777ab
permissions -rw-r--r--
try to avoid races again (cf. 8c37cb84065f and fd3a36e48b09);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41308
9e576ec5c0dc tuned/clarified some component settings;
wenzelm
parents: 36898
diff changeset
     1
# -*- shell-script -*- :mode=shellscript:
9e576ec5c0dc tuned/clarified some component settings;
wenzelm
parents: 36898
diff changeset
     2
36898
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents:
diff changeset
     3
ISABELLE_SMT="$COMPONENT"
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents:
diff changeset
     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
8e55aa1306c5 integrated SMT into the HOL image
boehmes
parents:
diff changeset
     7