aboutsummaryrefslogtreecommitdiff
path: root/src/uk/ac/ox/cs/pagoda/rules/ExistConstantApproximator.java
Commit message (Collapse)AuthorAgeFilesLines
* [pagoda] Move project to ScalaFederico Igne2022-05-111-26/+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.
* Implemented SkolemTermsManager.RncLsn2015-05-131-2/+3
|
* Implementing Limited Skolemisation, in particular SkolemTermsDispenser.RncLsn2015-05-131-0/+2
|
* Added classes for implementing new upper store (Limited Skolemisation).RncLsn2015-05-121-0/+23
Started implementation of the new classes.