diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-05-14 16:56:26 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-05-14 16:56:26 +0100 |
| commit | bd995407098d1b0c79c17a28b0b23a2c24a493c6 (patch) | |
| tree | e4bf7a3abf566a0ae29a7cf27d8685f2e8343909 /src/uk/ac/ox/cs/pagoda/reasoner/ConsistencyManager.java | |
| parent | 6fd8b21066852cbc21e247e7cf0a2f423ebc1658 (diff) | |
| download | ACQuA-bd995407098d1b0c79c17a28b0b23a2c24a493c6.tar.gz ACQuA-bd995407098d1b0c79c17a28b0b23a2c24a493c6.zip | |
It executes. Matching bounds for query 18 of UOBM.
It is not stable: several critical fixes to do!
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/reasoner/ConsistencyManager.java')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/reasoner/ConsistencyManager.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/reasoner/ConsistencyManager.java b/src/uk/ac/ox/cs/pagoda/reasoner/ConsistencyManager.java index d179d14..b7a3667 100644 --- a/src/uk/ac/ox/cs/pagoda/reasoner/ConsistencyManager.java +++ b/src/uk/ac/ox/cs/pagoda/reasoner/ConsistencyManager.java | |||
| @@ -73,6 +73,9 @@ public class ConsistencyManager { | |||
| 73 | AnswerTuples tuples = null; | 73 | AnswerTuples tuples = null; |
| 74 | try { | 74 | try { |
| 75 | tuples = m_reasoner.lazyUpperStore.evaluate(fullQueryRecord.getQueryText(), fullQueryRecord.getAnswerVariables()); | 75 | tuples = m_reasoner.lazyUpperStore.evaluate(fullQueryRecord.getQueryText(), fullQueryRecord.getAnswerVariables()); |
| 76 | |||
| 77 | Utility.logDebug("CheckLazyUpperBound: answerVars=" + fullQueryRecord.getAnswerVariables()); | ||
| 78 | |||
| 76 | if (!tuples.isValid()) { | 79 | if (!tuples.isValid()) { |
| 77 | Utility.logInfo("There are no contradictions derived in the lazy upper bound materialisation."); | 80 | Utility.logInfo("There are no contradictions derived in the lazy upper bound materialisation."); |
| 78 | return satisfiability(t.duration()); | 81 | return satisfiability(t.duration()); |
