aboutsummaryrefslogtreecommitdiff
path: root/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java
Commit message (Collapse)AuthorAgeFilesLines
* [pagoda] Move project to ScalaFederico Igne2022-05-111-266/+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.
* Maybe fixed bug in internalisation.RncLsn2015-06-261-1/+1
|
* Fixed marking original individuals in the relevant upper store.RncLsn2015-06-091-0/+1
|
* Before reintroducing extended queries.RncLsn2015-06-031-5/+9
|
* Disposable.RncLsn2015-05-291-211/+225
|
* NOT-WORKING: trying to add query-dependent Skolemisation.RncLsn2015-05-281-6/+6
|
* Added more tests.RncLsn2015-05-201-6/+6
| | | | Querying of the upper bound is currently unstable.
* Backup before changes in MyQueryReasoner.RncLsn2015-05-191-89/+85
|
* 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-151-6/+7
|
* Adding (not completed) log of partial answers in Json.RncLsn2015-05-091-9/+3
|
* 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-291-3/+6
|
* added two interfaces in QueryReasoner for SemFacetyzhou2015-04-221-0/+8
| | | removed answer files in the *.conf
* fixed some bugs in windows serveryzhou2015-04-211-7/+25
|
* initial versionyzhou2015-04-211-0/+221