aboutsummaryrefslogtreecommitdiff
path: root/src/uk/ac/ox/cs/pagoda/reasoner/light
Commit message (Collapse)AuthorAgeFilesLines
* [pagoda] Move project to ScalaFederico Igne2022-05-117-1174/+0
| | | | | | | | | This commit includes a few changes: - The repository still uses Maven to manage dependency but it is now a Scala project. - The code has been ported from OWLAPI 3.4.10 to 5.1.20 - A proof of concept program using both RSAComb and PAGOdA has been added.
* Incremental Skolemised store (seems completed).RncLsn2015-08-241-0/+7
|
* Incremental Skolemised store (not working).RncLsn2015-08-141-1/+8
|
* Violation statistics.RncLsn2015-06-051-0/+17
|
* Before reintroducing extended queries.RncLsn2015-06-031-0/+38
|
* Working query-dependent semi-skolemised upper bound (tested on UOBM1 and LUBM1).RncLsn2015-06-021-1/+1
|
* Disposable.RncLsn2015-05-294-560/+578
|
* 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-251-2/+2
| | | | | | TestGapMappedToLower.java
* | Merged updates from upstream.RncLsn2015-05-281-79/+75
| |
* | NOT-WORKING: trying to add query-dependent Skolemisation.RncLsn2015-05-281-39/+55
| |
* | Testing and fixing. Executed successfully on UOBM{1,2,3,4,5,6,7,8}.RncLsn2015-05-153-38/+64
| |
* | It executes. Matching bounds for query 18 of UOBM.RncLsn2015-05-141-24/+11
| | | | | | | | It is not stable: several critical fixes to do!
* | Fast implementation of all the other things to get something working, but it ↵RncLsn2015-05-131-19/+14
| | | | | | | | doesn't.
* | Implementing Limited Skolemisation, in particular SkolemTermsDispenser.RncLsn2015-05-131-3/+3
|/
* fixed some bugs in windows serveryzhou2015-04-212-19/+34
|
* fixed a bug in simpleETL -- closing a FileOutputStream yzhou2015-04-211-1/+2
|
* initial versionyzhou2015-04-217-0/+1042