author | boehmes |
Sat, 05 Sep 2009 11:45:57 +0200 | |
changeset 32521 | f20cc66b2c74 |
parent 32426 | dd25b3055c4e |
child 33502 | cf392b693385 |
permissions | -rw-r--r-- |
24211 | 1 |
# -*- shell-script -*- :mode=shellscript: |
2294 | 2 |
# |
2309 | 3 |
# Isabelle settings -- site defaults. |
16875 | 4 |
# |
5 |
# Important notes: |
|
6 |
# * See the system manual for explanations on Isabelle settings |
|
7 |
# * DO NOT EDIT the repository copy of this file! |
|
8 |
# * DO NOT COPY this file into your personal isabelle directory! |
|
2309 | 9 |
|
2426 | 10 |
### |
3177 | 11 |
### ML compiler settings (ESSENTIAL!) |
2426 | 12 |
### |
13 |
||
16968
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
14 |
# ML_HOME specifies the location of the actual compiler binaries. Do |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
15 |
# not invent new ML system names unless you know what you are doing. |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
16 |
# Only one of the sections below should be activated. |
14447 | 17 |
|
31308 | 18 |
# Poly/ML 5.x (automated settings) |
16968
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
19 |
POLY_HOME="$(type -p poly)"; [ -n "$POLY_HOME" ] && POLY_HOME="$(dirname "$POLY_HOME")" |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
20 |
ML_PLATFORM=$("$ISABELLE_HOME/lib/scripts/polyml-platform") |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
21 |
ML_HOME=$(choosefrom \ |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
22 |
"$ISABELLE_HOME/contrib/polyml/$ML_PLATFORM" \ |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
23 |
"$ISABELLE_HOME/../polyml/$ML_PLATFORM" \ |
17119 | 24 |
"/usr/local/polyml/$ML_PLATFORM" \ |
16968
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
25 |
"/usr/share/polyml/$ML_PLATFORM" \ |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
26 |
"/opt/polyml/$ML_PLATFORM" \ |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
27 |
$POLY_HOME) |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
28 |
ML_SYSTEM=$("$ISABELLE_HOME/lib/scripts/polyml-version") |
25500
7a284dc85326
polyml: default heap size is back to -H 200 (people are still using
wenzelm
parents:
25347
diff
changeset
|
29 |
ML_OPTIONS="-H 200" |
31436 | 30 |
ML_SOURCES="$ML_HOME/../src" |
8345 | 31 |
|
31309 | 32 |
# Poly/ML 5.2.1 |
25347 | 33 |
#ML_PLATFORM=x86-linux |
34 |
#ML_HOME=/usr/local/polyml/x86-linux |
|
31309 | 35 |
#ML_SYSTEM=polyml-5.2.1 |
25347 | 36 |
#ML_OPTIONS="-H 500" |
37 |
||
31309 | 38 |
# Poly/ML 5.2.1 (64 bit) |
20764 | 39 |
#ML_PLATFORM=x86_64-linux |
40 |
#ML_HOME=/usr/local/polyml/x86_64-linux |
|
31309 | 41 |
#ML_SYSTEM=polyml-5.2.1 |
24479
b272d7998193
added POLYML_LINK_OPTIONS, which is required for unusual platforms (notably cygwin);
wenzelm
parents:
24439
diff
changeset
|
42 |
#ML_OPTIONS="-H 1000" |
b272d7998193
added POLYML_LINK_OPTIONS, which is required for unusual platforms (notably cygwin);
wenzelm
parents:
24439
diff
changeset
|
43 |
|
31444 | 44 |
# Poly/ML 5.3 (experimental) |
45 |
#ML_PLATFORM=x86-linux |
|
46 |
#ML_HOME=/usr/local/polyml/x86-linux |
|
47 |
#ML_SYSTEM=polyml-experimental |
|
48 |
#ML_OPTIONS="-H 500" |
|
49 |
#ML_SOURCES="$ML_HOME/../src" |
|
50 |
||
25347 | 51 |
# Standard ML of New Jersey (slow!) |
8345 | 52 |
#ML_SYSTEM=smlnj-110 |
25347 | 53 |
#ML_HOME="/usr/local/smlnj/bin" |
8345 | 54 |
#ML_OPTIONS="@SMLdebug=/dev/null" |
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
55 |
#ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX") |
25347 | 56 |
#SMLNJ_CYGWIN_RUNTIME=1 |
5708 | 57 |
|
25347 | 58 |
# Moscow ML 2.00 (experimental!) |
9252 | 59 |
#ML_SYSTEM=mosml |
25347 | 60 |
#ML_HOME="/usr/local/mosml/bin" |
61 |
#ML_OPTIONS="" |
|
62 |
#ML_PLATFORM="" |
|
63 |
||
2294 | 64 |
|
2426 | 65 |
### |
27906 | 66 |
### JVM components (Scala or Java) |
67 |
### |
|
68 |
||
31918 | 69 |
ISABELLE_JAVA="java" |
27912 | 70 |
ISABELLE_SCALA="scala" |
71 |
||
31918 | 72 |
[ -z "$SCALA_HOME" ] && SCALA_HOME=$(choosefrom \ |
31923 | 73 |
"$ISABELLE_HOME/contrib/scala" \ |
74 |
"$ISABELLE_HOME/../scala" \ |
|
31918 | 75 |
"") |
31923 | 76 |
|
31918 | 77 |
[ -n "$SCALA_HOME" ] && ISABELLE_SCALA="$SCALA_HOME/bin/scala" |
27921 | 78 |
|
27906 | 79 |
classpath "$ISABELLE_HOME/lib/classes/Pure.jar" |
80 |
||
81 |
||
82 |
### |
|
28504
7ad7d7d6df47
simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents:
28474
diff
changeset
|
83 |
### Interactive sessions (cf. isabelle tty) |
25627 | 84 |
### |
85 |
||
86 |
ISABELLE_LINE_EDITOR="" |
|
26205
499f08293680
ISABELLE_LINE_EDITOR: prefer rlwrap, which passes interrupts properly;
wenzelm
parents:
25970
diff
changeset
|
87 |
[ -z "$ISABELLE_LINE_EDITOR" ] && ISABELLE_LINE_EDITOR="$(type -p rlwrap)" |
25627 | 88 |
[ -z "$ISABELLE_LINE_EDITOR" ] && ISABELLE_LINE_EDITOR="$(type -p ledit)" |
89 |
||
90 |
||
91 |
### |
|
28504
7ad7d7d6df47
simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents:
28474
diff
changeset
|
92 |
### Batch sessions (cf. isabelle usedir) |
2435 | 93 |
### |
94 |
||
32292 | 95 |
ISABELLE_USEDIR_OPTIONS="-M max -p 1 -q 2 -v true -V outline=/proof,/ML" |
11569 | 96 |
|
16186 | 97 |
# Specifically for the HOL image |
24439
f52709e5230e
HOL_USEDIR_OPTIONS: no special -M setting (now works with multithreaded);
wenzelm
parents:
24212
diff
changeset
|
98 |
HOL_USEDIR_OPTIONS="" |
32061
11f8ee55662d
parallel_proofs: more fine-grained control with optional parallel checking of nested Isar proofs;
wenzelm
parents:
31923
diff
changeset
|
99 |
#HOL_USEDIR_OPTIONS="-p 2 -q 1" |
14044
bbd2f7b00736
set HOL_PROOF_OBJECTS in settings, not makefile (makes override in user settings possible)
kleing
parents:
13920
diff
changeset
|
100 |
|
23837
55b89b14d871
added ISABELLE_FILE_IDENT (command line for source file identification);
wenzelm
parents:
23138
diff
changeset
|
101 |
#Source file identification (default: full name + date stamp) |
55b89b14d871
added ISABELLE_FILE_IDENT (command line for source file identification);
wenzelm
parents:
23138
diff
changeset
|
102 |
ISABELLE_FILE_IDENT="" |
55b89b14d871
added ISABELLE_FILE_IDENT (command line for source file identification);
wenzelm
parents:
23138
diff
changeset
|
103 |
#ISABELLE_FILE_IDENT="md5" |
55b89b14d871
added ISABELLE_FILE_IDENT (command line for source file identification);
wenzelm
parents:
23138
diff
changeset
|
104 |
#ISABELLE_FILE_IDENT="md5sum" |
55b89b14d871
added ISABELLE_FILE_IDENT (command line for source file identification);
wenzelm
parents:
23138
diff
changeset
|
105 |
#ISABELLE_FILE_IDENT="sha1sum" |
55b89b14d871
added ISABELLE_FILE_IDENT (command line for source file identification);
wenzelm
parents:
23138
diff
changeset
|
106 |
#ISABELLE_FILE_IDENT="openssl dgst -sha1" |
55b89b14d871
added ISABELLE_FILE_IDENT (command line for source file identification);
wenzelm
parents:
23138
diff
changeset
|
107 |
|
2435 | 108 |
|
109 |
### |
|
28504
7ad7d7d6df47
simplified main Isabelle executables: removed Isabelle and isabelle (replaced by isabelle-process), renamed isatool to isabelle;
wenzelm
parents:
28474
diff
changeset
|
110 |
### Document preparation (cf. isabelle latex/document) |
7773 | 111 |
### |
112 |
||
113 |
ISABELLE_LATEX="latex" |
|
114 |
ISABELLE_PDFLATEX="pdflatex" |
|
7813 | 115 |
ISABELLE_BIBTEX="bibtex" |
14344 | 116 |
ISABELLE_MAKEINDEX="makeindex" |
7773 | 117 |
ISABELLE_DVIPS="dvips -D 600" |
11800 | 118 |
ISABELLE_EPSTOPDF="epstopdf" |
7773 | 119 |
|
13920 | 120 |
# Paranoia setting for strange latex installations ... |
11062 | 121 |
#unset TEXMF |
122 |
||
7773 | 123 |
|
124 |
### |
|
2968 | 125 |
### Misc path settings |
2426 | 126 |
### |
2294 | 127 |
|
2426 | 128 |
# The place for user configuration, heap files, etc. |
28914
f993cbffc42a
default for ISABELLE_HOME_USER is now ~/.isabelle instead of ~/isabelle;
wenzelm
parents:
28659
diff
changeset
|
129 |
ISABELLE_HOME_USER=~/.isabelle |
2294 | 130 |
|
3177 | 131 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
132 |
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools" |
2786 | 133 |
|
4334 | 134 |
# Location for temporary files (should be on a local file system). |
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
135 |
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER" |
4334 | 136 |
|
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
137 |
# Heap input locations. ML system identifier is included in lookup. |
21489
4ce7425c8372
ISABELLE_PATH/OUTPUT: append ISABELLE_IDENTIFIER if derived from ISABELLE_HOME_USER;
wenzelm
parents:
21171
diff
changeset
|
138 |
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps/$ISABELLE_IDENTIFIER:$ISABELLE_HOME/heaps" |
2780 | 139 |
|
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
140 |
# Heap output location. ML system identifier is appended automatically later on. |
26212 | 141 |
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps/$ISABELLE_IDENTIFIER" |
142 |
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info" |
|
2780 | 143 |
|
16186 | 144 |
# Site settings check -- just to make it a little bit harder to copy this file verbatim! |
9225 | 145 |
[ -n "$ISABELLE_SITE_SETTINGS_PRESENT" ] && \ |
146 |
{ echo >&2 "### Isabelle site settings already present! Maybe copied etc/settings in full?"; } |
|
32305
c5523ded51d9
basic support for components (which imitate the usual Isabelle directory layout);
wenzelm
parents:
32292
diff
changeset
|
147 |
ISABELLE_SITE_SETTINGS_PRESENT=true |
9225 | 148 |
|
13920 | 149 |
|
150 |
### |
|
28651 | 151 |
### Default logic |
13920 | 152 |
### |
16186 | 153 |
|
3184 | 154 |
ISABELLE_LOGIC=HOL |
2294 | 155 |
|
2786 | 156 |
|
13920 | 157 |
### |
158 |
### Docs |
|
159 |
### |
|
2294 | 160 |
|
16186 | 161 |
# Where to look for docs (multiple dirs separated by ':'). |
9787
fb8c5a66dbe8
more robust handling of spaces in args / file names;
wenzelm
parents:
9759
diff
changeset
|
162 |
ISABELLE_DOCS="$ISABELLE_HOME/doc" |
2345 | 163 |
|
16186 | 164 |
# Preferred document format |
15703 | 165 |
ISABELLE_DOC_FORMAT=pdf |
166 |
||
16186 | 167 |
# The dvi file viewer |
3062 | 168 |
DVI_VIEWER=xdvi |
2426 | 169 |
#DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5" |
11103 | 170 |
#DVI_VIEWER="xdvi -geometry 711x1005 -expert -s 7" |
2476 | 171 |
#DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10" |
3062 | 172 |
#DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9" |
2345 | 173 |
|
16186 | 174 |
# The pdf file viewer |
23138 | 175 |
if [ $(uname -s) = Darwin ]; then |
32426 | 176 |
PDF_VIEWER="open -W -n" |
23138 | 177 |
else |
178 |
PDF_VIEWER=xpdf |
|
179 |
fi |
|
180 |
#PDF_VIEWER=acroread |
|
181 |
#PDF_VIEWER=evince |
|
182 |
||
15218 | 183 |
|
16186 | 184 |
# Printer spool command for PS files |
14933 | 185 |
PRINT_COMMAND=lp |
186 |
||
2294 | 187 |
|
2426 | 188 |
### |
28651 | 189 |
### Proof General / Emacs |
190 |
### |
|
191 |
||
28249 | 192 |
# Proof General home, look in a variety of places |
193 |
PROOFGENERAL_HOME=$(choosefrom \ |
|
194 |
"$ISABELLE_HOME/contrib/ProofGeneral" \ |
|
195 |
"$ISABELLE_HOME/../ProofGeneral" \ |
|
196 |
"/usr/local/ProofGeneral" \ |
|
197 |
"/usr/share/ProofGeneral" \ |
|
198 |
"/opt/ProofGeneral" \ |
|
199 |
"") |
|
200 |
||
29149
eae45c2a6811
more sophisticated MacOS interface script (mostly for Carbon Emacs);
wenzelm
parents:
29145
diff
changeset
|
201 |
PROOFGENERAL_OPTIONS="" |
eae45c2a6811
more sophisticated MacOS interface script (mostly for Carbon Emacs);
wenzelm
parents:
29145
diff
changeset
|
202 |
#PROOFGENERAL_OPTIONS="-m no_brackets -m no_type_brackets" |
17574
aa9d8483cabc
PROOFGENERAL_OPTIONS: smart fall-back on plain emacs (back again);
wenzelm
parents:
17522
diff
changeset
|
203 |
|
17383
3eb21fb8c2ec
no longer prefer xemacs, which fails more often than GNU emacs;
wenzelm
parents:
17119
diff
changeset
|
204 |
# Automatic setup of remote fonts |
9994 | 205 |
#XSYMBOL_INSTALLFONTS="xset fp+ tcp/isafonts.informatik.tu-muenchen.de:7200" |
28249 | 206 |
XSYMBOL_INSTALLFONTS="" |
7185 | 207 |
|
28651 | 208 |
|
209 |
### |
|
7185 | 210 |
### External reasoning tools |
211 |
### |
|
212 |
||
7194 | 213 |
## Set HOME only for tools you have installed! |
7185 | 214 |
|
26212 | 215 |
# External provers |
28995
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
216 |
E_HOME=$(choosefrom \ |
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
217 |
"$ISABELLE_HOME/contrib/E/$ML_PLATFORM" \ |
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
218 |
"$ISABELLE_HOME/../E/$ML_PLATFORM" \ |
31423 | 219 |
"/usr/local/E/$ML_PLATFORM" \ |
28995
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
220 |
"") |
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
221 |
VAMPIRE_HOME=$(choosefrom \ |
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
222 |
"$ISABELLE_HOME/contrib/vampire/$ML_PLATFORM" \ |
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
223 |
"$ISABELLE_HOME/../vampire/$ML_PLATFORM" \ |
31423 | 224 |
"/usr/local/vampire/$ML_PLATFORM" \ |
28995
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
225 |
"") |
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
226 |
SPASS_HOME=$(choosefrom \ |
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
227 |
"$ISABELLE_HOME/contrib/spass/$ML_PLATFORM/bin" \ |
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
228 |
"$ISABELLE_HOME/../spass/$ML_PLATFORM/bin" \ |
31423 | 229 |
"/usr/local/spass/$ML_PLATFORM" \ |
28995
d59b8124f1f5
uniform treatment of ISABELLE_HOME/contrib vs. ISABELLE_HOME/..;
wenzelm
parents:
28915
diff
changeset
|
230 |
"") |
26212 | 231 |
|
17001 | 232 |
# HOL4 proof objects (cf. Isabelle/src/HOL/Import) |
26212 | 233 |
#HOL4_PROOFS="$ISABELLE_HOME_USER/proofs:$ISABELLE_HOME/proofs" |
17001 | 234 |
|
7185 | 235 |
# SVC (Stanford Validity Checker) |
236 |
#SVC_HOME= |
|
237 |
#SVC_MACHINE=i386-redhat-linux |
|
238 |
#SVC_MACHINE=sparc-sun-solaris |
|
7296 | 239 |
|
240 |
# Mucke (mu-calculus model checker) |
|
241 |
#MUCKE_HOME=/usr/local/bin |
|
242 |
||
243 |
# Einhoven model checker |
|
244 |
#EINDHOVEN_HOME=/usr/local/bin |
|
14451 | 245 |
|
20033 | 246 |
# MiniSat 1.14 (SAT Solver, cf. Isabelle/src/HOL/Tools/sat_solver.ML) |
247 |
#MINISAT_HOME=/usr/local/bin |
|
248 |
||
17522
8d25bb07d8ed
pointers to src/HOL/Tools/sat_solver.ML added in comments
webertj
parents:
17383
diff
changeset
|
249 |
# zChaff (SAT Solver, cf. Isabelle/src/HOL/Tools/sat_solver.ML) |
15284 | 250 |
#ZCHAFF_HOME=/usr/local/bin |
14942 | 251 |
|
17522
8d25bb07d8ed
pointers to src/HOL/Tools/sat_solver.ML added in comments
webertj
parents:
17383
diff
changeset
|
252 |
# BerkMin561 (SAT Solver, cf. Isabelle/src/HOL/Tools/sat_solver.ML) |
14942 | 253 |
#BERKMIN_HOME=/usr/local/bin |
254 |
#BERKMIN_EXE=BerkMin561-linux |
|
255 |
#BERKMIN_EXE=BerkMin561-solaris |
|
14943 | 256 |
|
17522
8d25bb07d8ed
pointers to src/HOL/Tools/sat_solver.ML added in comments
webertj
parents:
17383
diff
changeset
|
257 |
# Jerusat 1.3 (SAT Solver, cf. Isabelle/src/HOL/Tools/sat_solver.ML) |
14943 | 258 |
#JERUSAT_HOME=/usr/local/bin |
16419 | 259 |
|
32332 | 260 |
# CSDP (SDP Solver, cf. Isabelle/src/HOL/Library/Sum_of_Squares/sos_wrapper.ML) |
261 |
#CSDP_EXE=csdp |
|
262 |
||
16873 | 263 |
# For configuring HOL/Matrix/cplex |
16966
37e34f315057
1. changed configuration variables for linear programming (Cplex_tools):
obua
parents:
16875
diff
changeset
|
264 |
# LP_SOLVER is the default solver. It can be changed during runtime via Cplex.set_solver. |
16873 | 265 |
# First option: use the commercial cplex solver |
16968
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
266 |
#LP_SOLVER=CPLEX |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
267 |
#CPLEX_PATH=cplex |
16873 | 268 |
# Second option: use the open source glpk solver |
16968
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
269 |
#LP_SOLVER=GLPK |
5cb40c8b1f10
polyml: use polyml-platform/version from Isabelle distribution;
wenzelm
parents:
16966
diff
changeset
|
270 |
#GLPK_PATH=glpsol |