aboutsummaryrefslogtreecommitdiff
path: root/src/uk/ac/ox/cs/pagoda/reasoner
Commit message (Collapse)AuthorAgeFilesLines
* New test cases.RncLsn2015-09-031-2/+2
|
* Incremental Skolemised store (seems completed).RncLsn2015-08-242-5/+52
|
* Incremental Skolemised store (not working).RncLsn2015-08-142-17/+31
|
* Rules parsing.RncLsn2015-08-043-6/+6
|
* Option for SkolemUpperBound application and for skolemisation depth (from ↵RncLsn2015-08-011-3/+9
| | | | file pagoda.properties).
* Internalisation: added condition for existential variables (classes ↵RncLsn2015-07-081-13/+17
| | | | | | HermitChecker and QueryGraph). Answer dependencies: found bug, trying to solve; excluding dependency analysis solve the problem.
* Small changes.RncLsn2015-07-071-10/+19
|
* Many little changes.RncLsn2015-07-032-21/+25
|
* Small changes.RncLsn2015-06-301-3/+3
|
* Summarisation before Skolemisation. Added Reactome testcase.RncLsn2015-06-261-8/+14
|
* Maybe fixed bug in internalisation.RncLsn2015-06-264-222/+252
|
* Small changes.RncLsn2015-06-101-1/+1
|
* Fixed marking original individuals in the relevant upper store.RncLsn2015-06-092-3/+5
|
* Violation statistics.RncLsn2015-06-052-1/+20
|
* Fixed terms' depth count in SkolemTermsManager (it was always zero).RncLsn2015-06-041-1/+1
|
* Restored fixed SkolemTermsManager (went lost in some revert).RncLsn2015-06-041-3/+3
|
* New queries for LUBM and UOBM, automatically generated by SyGENiA.RncLsn2015-06-041-1/+1
|
* Reintroduced extended queries. Successfully tested on LightTests and GapAnswers.RncLsn2015-06-031-38/+16
|
* Before reintroducing extended queries.RncLsn2015-06-0311-211/+301
|
* Working query-dependent semi-skolemised upper bound (tested on UOBM1 and LUBM1).RncLsn2015-06-023-66/+70
|
* Disposable.RncLsn2015-05-2913-1597/+1663
|
* Merge branch 'upstream' into Query-dependent-skolemisationRncLsn2015-05-281-86/+95
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/uk/ac/ox/cs/pagoda/approx/RLPlusOntology.java src/uk/ac/ox/cs/pagoda/endomorph/plan/OpenEndMultiThreadPlan.java src/uk/ac/ox/cs/pagoda/endomorph/plan/OpenEndPlan.java src/uk/ac/ox/cs/pagoda/query/GapByStore4ID.java src/uk/ac/ox/cs/pagoda/query/GapByStore4ID2.java src/uk/ac/ox/cs/pagoda/reasoner/MyQueryReasoner.java src/uk/ac/ox/cs/pagoda/reasoner/light/BasicQueryEngine.java src/uk/ac/ox/cs/pagoda/tracking/TrackingRuleEncoderWithGap.java src/uk/ac/ox/cs/pagoda/util/Utility.java test/uk/ac/ox/cs/pagoda/junit/ClauseTester.java test/uk/ac/ox/cs/pagoda/junit/TestGapMappedToLower.java
| * fixed a bug in the process of generating gap tuples, see test inyujiao2015-05-252-3/+4
| | | | | | TestGapMappedToLower.java
* | Merged updates from upstream.RncLsn2015-05-282-80/+79
| |
* | NOT-WORKING: trying to add query-dependent Skolemisation.RncLsn2015-05-287-195/+202
| |
* | Removed extended queries (involving classes MyQueryReasoner and ↵RncLsn2015-05-211-18/+9
| | | | | | | | QueryRecord). Executed LightTests successfully.
* | Added more tests.RncLsn2015-05-206-53/+55
| | | | | | | | Querying of the upper bound is currently unstable.
* | Deleted unused classes.RncLsn2015-05-197-133/+30
| |
* | Changes in the upper store querying (mainly in MyQueryReasoner).RncLsn2015-05-192-77/+91
| |
* | Backup before changes in MyQueryReasoner.RncLsn2015-05-192-176/+174
| |
* | Configured Maven and improved executable class and tests.RncLsn2015-05-181-0/+1
| |
* | Testing and fixing. Executed successfully on UOBM{1,2,3,4,5,6,7,8}.RncLsn2015-05-157-111/+122
| |
* | It executes. Matching bounds for query 18 of UOBM.RncLsn2015-05-143-30/+21
| | | | | | | | It is not stable: several critical fixes to do!
* | Fast implementation of all the other things to get something working, but it ↵RncLsn2015-05-133-30/+60
| | | | | | | | doesn't.
* | Implementing Limited Skolemisation, in particular SkolemTermsDispenser.RncLsn2015-05-131-3/+3
| |
* | Added classes for implementing new upper store (Limited Skolemisation).RncLsn2015-05-121-61/+68
| | | | | | | | Started implementation of the new classes.
* | Adding (not completed) a new upper bound technique, namely Limited ↵RncLsn2015-05-111-4/+4
| | | | | | | | Skolemisation.
* | Adding (not completed) log of partial answers in Json.RncLsn2015-05-092-18/+30
| |
* | Making the output machine-readable (JSON).RncLsn2015-05-071-31/+36
|/
* removed debug output for ore compitition yzhou2015-05-021-1/+1
| | | | to add log info, check Utility.java LOGS
* added top answers optimisation backyzhou2015-04-293-40/+43
|
* pass the wine realisationyzhou2015-04-283-29/+35
|
* added two interfaces in QueryReasoner for SemFacetyzhou2015-04-221-0/+8
| | | removed answer files in the *.conf
* fixed some bugs in windows serveryzhou2015-04-2110-43/+122
|
* fixed a bug in simpleETL -- closing a FileOutputStream yzhou2015-04-211-1/+2
|
* initial versionyzhou2015-04-2120-0/+2949