aboutsummaryrefslogtreecommitdiff
path: root/src/uk/ac/ox/cs/pagoda/endomorph/plan
Commit message (Collapse)AuthorAgeFilesLines
* [pagoda] Move project to ScalaFederico Igne2022-05-114-309/+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.
* Bug-fix for answer dependencies analysis: now it checks whether the ↵RncLsn2015-07-091-1/+2
| | | | endomorphism makes the first tuple identical to the second one.
* Many little changes.RncLsn2015-07-031-1/+8
|
* Reintroduced extended queries. Successfully tested on LightTests and GapAnswers.RncLsn2015-06-031-3/+3
|
* Bug-fix in tester.RncLsn2015-05-281-16/+11
|
* Merge branch 'upstream' into Query-dependent-skolemisationRncLsn2015-05-282-70/+82
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-253-20/+45
| | | | | | TestGapMappedToLower.java
* | Merged updates from upstream.RncLsn2015-05-283-74/+91
| |
* | Added more tests.RncLsn2015-05-201-9/+5
|/ | | | Querying of the upper bound is currently unstable.
* initial versionyzhou2015-04-214-0/+281