-
Notifications
You must be signed in to change notification settings - Fork 35
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
TFO transformation of minValue
#38
Comments
I'm not sure. It should get expanded with row variable substitution and predicate instantiation, at which point it will be strictly first order and should get translated to TFF0 and TPTP. We'd have to run some tests to find out what's wrong. Thanks for spotting this |
Actually, we found that the axiom is not ignored but only 1 substitution was done for the predicate variable:
So the transformation is clearly incomplete. |
hmm, PredVarInst is creating the hundreds of right substitutions (see below) but somehow they're not making it to the TFF0 conversion step, investigating further... (and (=> |
resolved the issue of expansion and implemented some speedups since the row variable expansion was too slow, but now verifying whether it works as intended |
This axiom is ignored in the tf0 and fof transformations:
why?
Related to ontologyportal/sumo#160
The text was updated successfully, but these errors were encountered: