aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRncLsn <rnc.lsn@gmail.com>2015-06-04 12:34:11 +0100
committerRncLsn <rnc.lsn@gmail.com>2015-06-04 12:34:11 +0100
commit9c9434162daf7c25dda9e9ff188ab90eb65f1fb1 (patch)
treeafe35e75cf5afcc9cb5e24da8ddb342cd45c0802 /src
parenta840a197549ced185f212b2aa74abed8774c8b5c (diff)
downloadACQuA-9c9434162daf7c25dda9e9ff188ab90eb65f1fb1.tar.gz
ACQuA-9c9434162daf7c25dda9e9ff188ab90eb65f1fb1.zip
New queries for LUBM and UOBM, automatically generated by SyGENiA.
Diffstat (limited to 'src')
-rw-r--r--src/resources/pagoda.properties2
-rw-r--r--src/uk/ac/ox/cs/pagoda/reasoner/MyQueryReasoner.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/pagoda.properties b/src/resources/pagoda.properties
index 0b9d2ee..bd387b9 100644
--- a/src/resources/pagoda.properties
+++ b/src/resources/pagoda.properties
@@ -1,3 +1,3 @@
1debug=true 1debug=true
2useAlwaysSimpleUpperBound=false 2useAlwaysSimpleUpperBound=false
3useSkolemUpperBound=false \ No newline at end of file 3useSkolemUpperBound=true \ No newline at end of file
diff --git a/src/uk/ac/ox/cs/pagoda/reasoner/MyQueryReasoner.java b/src/uk/ac/ox/cs/pagoda/reasoner/MyQueryReasoner.java
index 3027a73..ed6589a 100644
--- a/src/uk/ac/ox/cs/pagoda/reasoner/MyQueryReasoner.java
+++ b/src/uk/ac/ox/cs/pagoda/reasoner/MyQueryReasoner.java
@@ -370,7 +370,7 @@ class MyQueryReasoner extends QueryReasoner {
370 370
371 relevantStore.importDataFromABoxOf(relevantSubset); 371 relevantStore.importDataFromABoxOf(relevantSubset);
372 372
373 int queryDependentMaxTermDepth = 1; // TODO make it dynamic 373 int queryDependentMaxTermDepth = 10; // TODO make it dynamic
374 int materialisationTag = relevantStore.materialiseSkolemly(relevantProgram, null, 374 int materialisationTag = relevantStore.materialiseSkolemly(relevantProgram, null,
375 queryDependentMaxTermDepth); 375 queryDependentMaxTermDepth);
376 queryRecord.addProcessingTime(Step.L_SKOLEM_UPPER_BOUND, t.duration()); 376 queryRecord.addProcessingTime(Step.L_SKOLEM_UPPER_BOUND, t.duration());