-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUSAGE
35 lines (23 loc) · 1.06 KB
/
USAGE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
===================================
= CAPER usage notes =
= author: T. Dinsdale-Young =
= date: 2014-04-04 =
===================================
1. External Provers
1.1 Z3
CAPER uses the Z3 SMT solver from Microsoft Research, via the Haskell SBV
library. This requires a version of Z3 of *at least 4.3.2*, which is only
available as an unstable version. I have been using
z3-4.3.2.ff265c6c6ccf-x64-win.
Z3 can be downloaded from: http://z3.codeplex.com/
The Z3 executable must be in your path.
1.2 E
CAPER optionally uses the E theorem prover by Stephan Schulz. I have been using
version 1.8 "Gopaldhara".
E can be downloaded from: http://www4.informatik.tu-muenchen.de/~schulz/E/E.html
The executable for E should be specified in config.ini. To build E on Windows,
you will probably use Cygwin, and must therefore ensure cygwin.dll is in the
path.
2. Configuration: config.ini
The file config.ini specifies configuration options for CAPER. A template file
config.ini.default is provided, which lists the various available options.