diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-06-09 18:23:15 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-06-09 18:23:15 +0100 |
| commit | 6e8ee40e41d84e0466153802a2c9b4ae88af3544 (patch) | |
| tree | 74d5d4fa04f2c8339433fffd6ababc2b21afc2e1 /src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java | |
| parent | dcdf7f8062919e5746b0b15c77ba8279d5f526c1 (diff) | |
| download | ACQuA-6e8ee40e41d84e0466153802a2c9b4ae88af3544.tar.gz ACQuA-6e8ee40e41d84e0466153802a2c9b4ae88af3544.zip | |
Fixed marking original individuals in the relevant upper store.
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java b/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java index eab6a1b..3a057ec 100644 --- a/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java +++ b/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java | |||
| @@ -193,6 +193,7 @@ public abstract class QueryReasoner extends Disposable { | |||
| 193 | if(!record.isProcessed()) | 193 | if(!record.isProcessed()) |
| 194 | evaluate(record); | 194 | evaluate(record); |
| 195 | Utility.logInfo("Total time to answer this query: " + t.duration()); | 195 | Utility.logInfo("Total time to answer this query: " + t.duration()); |
| 196 | Utility.logInfo("Difficulty of this query: " + record.getDifficulty()); | ||
| 196 | if(!fullReasoner && !record.isProcessed()) { | 197 | if(!fullReasoner && !record.isProcessed()) { |
| 197 | Utility.logInfo("The query has not been fully answered in " + t.duration() + " seconds."); | 198 | Utility.logInfo("The query has not been fully answered in " + t.duration() + " seconds."); |
| 198 | continue; | 199 | continue; |
