-
Notifications
You must be signed in to change notification settings - Fork 41
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
Expression: is not in NNF #612
Comments
Thanks @MFaisalZaki for the bug report! I will have a look asap! |
The problem here is that the negative conditions remover is not able to remove the negative condition that appears in the exception. At the moment the compiler is only able to remove negation of boolean fluents. To fix the issue we should reduce the supported problem kind (easy solution) or extend the compiler to handle these kind of negative conditions (more complex). |
This makes sense. I would suggest keeping this issue open and when the fix is available we can close this issue. What do you think? |
I agree, thanks. |
Describe the bug
I'm using the
NEGATIVE_CONDITIONS_REMOVING
for theschedule
domain, and it throws this exception when parsing thisHere is the code to reproduce the bug:
planning-task.zip
The text was updated successfully, but these errors were encountered: