Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The LimitedSkolemisation now employs a fixed-depth term instead of a ↵ | RncLsn | 2015-08-03 | 3 | -21/+36 |
| | | | | constant. Performed some testing before merging with master. | ||||
* | CLI option names. | RncLsn | 2015-08-03 | 1 | -1/+20 |
| | |||||
* | Option for SkolemUpperBound application and for skolemisation depth (from ↵ | RncLsn | 2015-08-01 | 6 | -205/+283 |
| | | | | file pagoda.properties). | ||||
* | Bug-fix for answer dependencies analysis: now it checks whether the ↵ | RncLsn | 2015-07-09 | 5 | -23/+51 |
| | | | | endomorphism makes the first tuple identical to the second one. | ||||
* | Internalisation: added condition for existential variables (classes ↵ | RncLsn | 2015-07-08 | 4 | -26/+48 |
| | | | | | | HermitChecker and QueryGraph). Answer dependencies: found bug, trying to solve; excluding dependency analysis solve the problem. | ||||
* | Small changes. | RncLsn | 2015-07-07 | 1 | -10/+19 |
| | |||||
* | Many little changes. | RncLsn | 2015-07-03 | 15 | -54/+298 |
| | |||||
* | Small changes. | RncLsn | 2015-06-30 | 7 | -44/+29 |
| | |||||
* | Summarisation before Skolemisation. Added Reactome testcase. | RncLsn | 2015-06-26 | 2 | -19/+36 |
| | |||||
* | Maybe fixed bug in internalisation. | RncLsn | 2015-06-26 | 12 | -250/+335 |
| | |||||
* | Small changes. | RncLsn | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | Fixed marking original individuals in the relevant upper store. | RncLsn | 2015-06-09 | 7 | -5/+28 |
| | |||||
* | Small changes. | RncLsn | 2015-06-07 | 1 | -2/+6 |
| | |||||
* | Violations processor (Python script). | RncLsn | 2015-06-05 | 1 | -2/+2 |
| | |||||
* | Violation statistics. | RncLsn | 2015-06-05 | 6 | -12/+94 |
| | |||||
* | Fixed terms' depth count in SkolemTermsManager (it was always zero). | RncLsn | 2015-06-04 | 5 | -21/+26 |
| | |||||
* | Restored fixed SkolemTermsManager (went lost in some revert). | RncLsn | 2015-06-04 | 4 | -54/+52 |
| | |||||
* | New queries for LUBM and UOBM, automatically generated by SyGENiA. | RncLsn | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | Reintroduced extended queries. Successfully tested on LightTests and GapAnswers. | RncLsn | 2015-06-03 | 5 | -117/+111 |
| | |||||
* | Before reintroducing extended queries. | RncLsn | 2015-06-03 | 20 | -394/+504 |
| | |||||
* | Working query-dependent semi-skolemised upper bound (tested on UOBM1 and LUBM1). | RncLsn | 2015-06-02 | 10 | -232/+254 |
| | |||||
* | Disposable. | RncLsn | 2015-05-29 | 32 | -3897/+4103 |
| | |||||
* | Anonymous ontology id. | RncLsn | 2015-05-29 | 1 | -4/+8 |
| | |||||
* | Bug-fix in tester. | RncLsn | 2015-05-28 | 3 | -19/+15 |
| | |||||
* | Merge branch 'upstream' into Query-dependent-skolemisation | RncLsn | 2015-05-28 | 6 | -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 in | yujiao | 2015-05-25 | 13 | -51/+226 |
| | | | | | | TestGapMappedToLower.java | ||||
| * | turned on the LOG switch in Utility | yzhou | 2015-05-22 | 2 | -3/+7 |
| | | | | | | | | added a tracking rule for inequality in TrackingRuleEncoderWithGap added a testcase in ClauseTester | ||||
* | | Merged updates from upstream. | RncLsn | 2015-05-28 | 13 | -327/+453 |
| | | |||||
* | | Rewritten ontology loading of class RLPlusOntology. Now query-dependent ↵ | RncLsn | 2015-05-28 | 1 | -44/+47 |
| | | | | | | | | skolemisation works. | ||||
* | | NOT-WORKING: trying to add query-dependent Skolemisation. | RncLsn | 2015-05-28 | 11 | -318/+310 |
| | | |||||
* | | Removed extended queries (involving classes MyQueryReasoner and ↵ | RncLsn | 2015-05-21 | 3 | -76/+57 |
| | | | | | | | | QueryRecord). Executed LightTests successfully. | ||||
* | | Added more tests. | RncLsn | 2015-05-20 | 13 | -317/+407 |
| | | | | | | | | Querying of the upper bound is currently unstable. | ||||
* | | Deleted unused classes. | RncLsn | 2015-05-19 | 15 | -942/+196 |
| | | |||||
* | | Changes in the upper store querying (mainly in MyQueryReasoner). | RncLsn | 2015-05-19 | 8 | -376/+383 |
| | | |||||
* | | Backup before changes in MyQueryReasoner. | RncLsn | 2015-05-19 | 3 | -197/+217 |
| | | |||||
* | | Configured Maven and improved executable class and tests. | RncLsn | 2015-05-18 | 4 | -2/+168 |
| | | |||||
* | | Testing and fixing. Executed successfully on UOBM{1,2,3,4,5,6,7,8}. | RncLsn | 2015-05-15 | 12 | -220/+183 |
| | | |||||
* | | It executes. Matching bounds for query 18 of UOBM. | RncLsn | 2015-05-14 | 6 | -40/+44 |
| | | | | | | | | It is not stable: several critical fixes to do! | ||||
* | | Fast implementation of all the other things to get something working, but it ↵ | RncLsn | 2015-05-13 | 9 | -61/+184 |
| | | | | | | | | doesn't. | ||||
* | | Implemented SkolemTermsManager. | RncLsn | 2015-05-13 | 14 | -143/+259 |
| | | |||||
* | | Implementing Limited Skolemisation, in particular SkolemTermsDispenser. | RncLsn | 2015-05-13 | 29 | -579/+492 |
| | | |||||
* | | Added classes for implementing new upper store (Limited Skolemisation). | RncLsn | 2015-05-12 | 12 | -493/+490 |
| | | | | | | | | Started implementation of the new classes. | ||||
* | | Adding (not completed) a new upper bound technique, namely Limited ↵ | RncLsn | 2015-05-11 | 14 | -140/+160 |
| | | | | | | | | Skolemisation. | ||||
* | | Adding (not completed) log of partial answers in Json. | RncLsn | 2015-05-09 | 6 | -78/+157 |
| | | |||||
* | | Making the output machine-readable (JSON). | RncLsn | 2015-05-07 | 4 | -125/+213 |
| | | |||||
* | | Switch from JUnit to TestNG. | RncLsn | 2015-05-06 | 1 | -1/+15 |
|/ | | | | Plus minor fixes. | ||||
* | removed debug output for ore compitition | yzhou | 2015-05-02 | 5 | -15/+12 |
| | | | | to add log info, check Utility.java LOGS | ||||
* | fixed some bugs | yzhou | 2015-05-01 | 3 | -8/+51 |
| | |||||
* | add time tag to the temporary output | yzhou | 2015-05-01 | 3 | -5/+16 |
| | | | fixed a bug about equality in the tracking datalog encoding | ||||
* | downgrade owl api and reorganised src files | yzhou | 2015-04-30 | 3 | -16/+4 |
| |