-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
relax is currently incomplete #1183
Comments
For now I am relaxing in place using this (perl, functional syntax, and ChatGPT... what could go wrong?) |
Additionally it would be useful to do relaxation of cardinality constraints too. E.g.
Should generate someValuesFrom on relaxation |
Is that really within the scope of ROBOT currently defines the
|
Relax is doing two things:
So I think this is in scope. I have now implemented some of this in #1188:
Note: cardinality constraints of the type you mention where always processed the way @cmungall is saying; I didnt touch this code, but added a test that illustrates this. |
A subClassOf B and R some C
is currently shielded from relax.This has a long chain of unintended consequences...
chatgpt suggests the following which I think is correct:
I don't think we need to worry about inner ANDs, so no need for conversion to NNF or anything
The text was updated successfully, but these errors were encountered: