src/HOL/Tools/SMT/etc/settings
author wenzelm
Sun, 30 Jan 2011 13:02:18 +0100
changeset 41648 6d736d983d5c
parent 41432 3214c39777ab
permissions -rw-r--r--
clarified example settings for Proof General;
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