-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bug with --pre option #88
Comments
The problem actually occurs with any kind of equivalence. Even in something simple like:
|
BenKaufmann
pushed a commit
that referenced
this issue
Apr 1, 2023
* LogicProgram::accept() incorrectly dropped all atoms that are not in the simplified program from minimize statements resulting in incorrect --pre output for minimize statements containing eq atoms.
@javier-romero @rkaminsk Thanks for the report. Pushed a fix to dev. |
Thanks, that was quick. And the patch does not look too complicated. 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! For the following program, clasp
--pre
option does not print correctly the minimize statement.The text was updated successfully, but these errors were encountered: