author | boehmes |
Wed, 11 Nov 2009 15:43:03 +0100 | |
changeset 33610 | 43bf5773f92a |
parent 33013 | 5c29cc66a029 |
child 34983 | e5cb3a016094 |
permissions | -rw-r--r-- |
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
1 |
ISABELLE_SMT="$COMPONENT" |
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
2 |
|
33013 | 3 |
REMOTE_SMT_SOLVER="$ISABELLE_SMT/lib/scripts/remote_smt.pl" |
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
4 |
|
33610 | 5 |
REMOTE_SMT_URL="http://smt.in.tum.de/smt" |
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
6 |
|
33013 | 7 |
CERT_SMT_SOLVER="$ISABELLE_SMT/lib/scripts/cert_smt.pl" |
33010 | 8 |
|
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
9 |
# |
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
10 |
# Paths to local SMT solvers: |
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
11 |
# |
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
12 |
# CVC_SOLVER=PATH |
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
13 |
# YICES_SOLVER=PATH |
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
14 |
# Z3_SOLVER=PATH |
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
diff
changeset
|
15 |