Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing behavior for reduce, fixes #321 #322

Merged
merged 1 commit into from
Jul 27, 2018
Merged

Changing behavior for reduce, fixes #321 #322

merged 1 commit into from
Jul 27, 2018

Conversation

cmungall
Copy link
Contributor

Previously the procedure included axioms such as Domain in its test for redundant axioms.
This mean it was too vigorous in throwing out SubClassOf axioms.

Now an axiom is only reduced if it can be inferred purely from SubClassOf plus
OPCharacteristic axioms (e.g. transitivity)

Previously the procedure included axioms such as Domain in its test for redundant axioms.
This mean it was too vigorous in throwing out SubClassOf axioms.

Now an axiom is only reduced if it can be inferred purely from SubClassOf plus
OPCharacteristic axioms (e.g. transitivity)
@cmungall cmungall merged commit 8b8c09e into master Jul 27, 2018
@beckyjackson beckyjackson deleted the issue-321 branch August 15, 2018 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant