aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Disposable.RncLsn2015-05-2932-3897/+4103
|
* Anonymous ontology id.RncLsn2015-05-291-4/+8
|
* Bug-fix in tester.RncLsn2015-05-283-19/+15
|
* Merge branch 'upstream' into Query-dependent-skolemisationRncLsn2015-05-286-339/+366
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2513-51/+226
| | | | | | TestGapMappedToLower.java
| * turned on the LOG switch in Utilityyzhou2015-05-222-3/+7
| | | | | | | | added a tracking rule for inequality in TrackingRuleEncoderWithGap added a testcase in ClauseTester
* | Merged updates from upstream.RncLsn2015-05-2813-327/+453
| |
* | Rewritten ontology loading of class RLPlusOntology. Now query-dependent ↵RncLsn2015-05-281-44/+47
| | | | | | | | skolemisation works.
* | NOT-WORKING: trying to add query-dependent Skolemisation.RncLsn2015-05-2812-325/+316
| |
* | Removed extended queries (involving classes MyQueryReasoner and ↵RncLsn2015-05-213-76/+57
| | | | | | | | QueryRecord). Executed LightTests successfully.
* | Added more tests.RncLsn2015-05-2018-377/+409
| | | | | | | | Querying of the upper bound is currently unstable.
* | Deleted unused classes.RncLsn2015-05-1916-943/+197
| |
* | Changes in the upper store querying (mainly in MyQueryReasoner).RncLsn2015-05-198-376/+383
| |
* | Backup before changes in MyQueryReasoner.RncLsn2015-05-193-197/+217
| |
* | Configured Maven and improved executable class and tests.RncLsn2015-05-188-2/+252
| |
* | Testing and fixing. Executed successfully on UOBM{1,2,3,4,5,6,7,8}.RncLsn2015-05-1512-220/+183
| |
* | It executes. Matching bounds for query 18 of UOBM.RncLsn2015-05-146-40/+44
| | | | | | | | It is not stable: several critical fixes to do!
* | Fast implementation of all the other things to get something working, but it ↵RncLsn2015-05-139-61/+184
| | | | | | | | doesn't.
* | Implemented SkolemTermsManager.RncLsn2015-05-1314-143/+259
| |
* | Implementing Limited Skolemisation, in particular SkolemTermsDispenser.RncLsn2015-05-1329-579/+492
| |
* | Added classes for implementing new upper store (Limited Skolemisation).RncLsn2015-05-1212-493/+490
| | | | | | | | Started implementation of the new classes.
* | Adding (not completed) a new upper bound technique, namely Limited ↵RncLsn2015-05-1114-140/+160
| | | | | | | | Skolemisation.
* | Adding (not completed) log of partial answers in Json.RncLsn2015-05-096-78/+157
| |
* | Making the output machine-readable (JSON).RncLsn2015-05-074-125/+213
| |
* | Switch from JUnit to TestNG.RncLsn2015-05-063-20/+16
|/ | | | Plus minor fixes.
* removed debug output for ore compitition yzhou2015-05-025-15/+12
| | | | to add log info, check Utility.java LOGS
* fixed some bugsyzhou2015-05-013-8/+51
|
* add time tag to the temporary outputyzhou2015-05-013-5/+16
| | | fixed a bug about equality in the tracking datalog encoding
* downgrade owl api and reorganised src filesyzhou2015-04-303-16/+4
|
* added top answers optimisation backyzhou2015-04-293-40/+43
|
* pass the wine realisationyzhou2015-04-287-80/+120
|
* added two interfaces in QueryReasoner for SemFacetyzhou2015-04-221-0/+8
| | | removed answer files in the *.conf
* fixed some bugs in windows serveryzhou2015-04-2118-221/+242
|
* fixed a bug in simpleETL -- closing a FileOutputStream yzhou2015-04-212-15/+22
|
* initial versionyzhou2015-04-21148-0/+24691