aboutsummaryrefslogtreecommitdiff
path: root/src/resources/_default_pagoda.properties
diff options
context:
space:
mode:
authorRncLsn <rnc.lsn@gmail.com>2015-09-11 11:52:36 +0100
committerRncLsn <rnc.lsn@gmail.com>2015-09-11 11:52:36 +0100
commit9d7ae05224c9dd650967a1932ba76bfdd5c8d89a (patch)
tree50a8201f95554a74f77c343c8872935c6a03f4f4 /src/resources/_default_pagoda.properties
parente617855cbfbd8839fd49a53114c7fd010fc934a4 (diff)
downloadACQuA-9d7ae05224c9dd650967a1932ba76bfdd5c8d89a.tar.gz
ACQuA-9d7ae05224c9dd650967a1932ba76bfdd5c8d89a.zip
Improved the statistics that are generated for evaluating the system; configuration file: now default and user-specified.
Diffstat (limited to 'src/resources/_default_pagoda.properties')
-rw-r--r--src/resources/_default_pagoda.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/resources/_default_pagoda.properties b/src/resources/_default_pagoda.properties
new file mode 100644
index 0000000..7bd5dd3
--- /dev/null
+++ b/src/resources/_default_pagoda.properties
@@ -0,0 +1,13 @@
1debug=false
2useAlwaysSimpleUpperBound=false
3#skolemUpperBound=DISABLED
4skolemUpperBound=AFTER_SUMMARISATION
5#skolemUpperBound=BEFORE_SUMMARISATION
6skolemDepth=10
7
8# seems ok for -Xmx6g
9maxTriplesInSkolemStore=2500000
10
11toCallHermit=true
12
13statisticsDir=statistics \ No newline at end of file