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

Implement AxiomSubsumption #79

Open
ceilican opened this issue Aug 5, 2013 · 0 comments
Open

Implement AxiomSubsumption #79

ceilican opened this issue Aug 5, 2013 · 0 comments
Assignees

Comments

@ceilican
Copy link
Member

ceilican commented Aug 5, 2013

This should check subsumption only among axiom nodes. It should be a straightforward modification of FWS.

There should be three variants:

ForwardAxiomSubsumption (FAS)
BackwardAxiomSubsumption (BAS)
AxiomSubsumption (AS)

AS should do both backward and forward subsumption (i.e. for each axiom node n, it should check whether n subsumes or is subsumed by every other previously visited axiom node).

@ghost ghost assigned AFellner Aug 5, 2013
AFellner added a commit to AFellner/Skeptik that referenced this issue Aug 5, 2013
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

No branches or pull requests

2 participants