aboutsummaryrefslogtreecommitdiff
path: root/src/uk/ac/ox/cs/pagoda/rules/approximators
Commit message (Collapse)AuthorAgeFilesLines
* [pagoda] Move project to ScalaFederico Igne2022-05-117-694/+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.
* Rules parsing.RncLsn2015-08-041-1/+1
|
* The LimitedSkolemisation now employs a fixed-depth term instead of a ↵RncLsn2015-08-032-20/+36
| | | | constant. Performed some testing before merging with master.
* Option for SkolemUpperBound application and for skolemisation depth (from ↵RncLsn2015-08-011-4/+1
| | | | file pagoda.properties).
* Many little changes.RncLsn2015-07-031-2/+2
|
* Fixed marking original individuals in the relevant upper store.RncLsn2015-06-091-1/+1
|
* Violations processor (Python script).RncLsn2015-06-051-2/+2
|
* Violation statistics.RncLsn2015-06-051-0/+7
|
* Fixed terms' depth count in SkolemTermsManager (it was always zero).RncLsn2015-06-042-17/+14
|
* Restored fixed SkolemTermsManager (went lost in some revert).RncLsn2015-06-042-50/+48
|
* Before reintroducing extended queries.RncLsn2015-06-031-10/+12
|
* Deleted unused classes.RncLsn2015-05-192-43/+43
|
* Changes in the upper store querying (mainly in MyQueryReasoner).RncLsn2015-05-191-6/+3
|
* Configured Maven and improved executable class and tests.RncLsn2015-05-181-0/+1
|
* It executes. Matching bounds for query 18 of UOBM.RncLsn2015-05-141-4/+6
| | | | It is not stable: several critical fixes to do!
* Fast implementation of all the other things to get something working, but it ↵RncLsn2015-05-132-21/+97
| | | | doesn't.
* Implemented SkolemTermsManager.RncLsn2015-05-135-129/+135
|
* Implementing Limited Skolemisation, in particular SkolemTermsDispenser.RncLsn2015-05-137-0/+595