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

Incorrect saturations for problems containing FOOL #454

Open
ibnyusuf opened this issue Jun 14, 2023 · 4 comments
Open

Incorrect saturations for problems containing FOOL #454

ibnyusuf opened this issue Jun 14, 2023 · 4 comments
Assignees

Comments

@ibnyusuf
Copy link
Member

Under certain circumstances, we incorrectly claim saturations for FOOL problems.

This happens when we use a preprocessing technique that gets rid of equalities such as inequality splitting or equality proxy. When setting up the saturation algorithm, we do not add superposition, as the problem no longer contains equalities. However, FOOLParamodulation can reintroduce equalities into the problem. Without superposition (and related rules) to deal with these equalities we can then saturate incorrectly.

@easychair
Copy link
Contributor

easychair commented Jun 14, 2023 via email

@ibnyusuf
Copy link
Member Author

A problem containing terms of interpreted Boolean sort.

Right, so we don't need to worry about equlity proxy in that case since we can't saturate. Only inequality splitting.

@quickbeam123, this seems to be pretty much a corner case. Perhaps the solution that we implemented on the HOL branch will be suitable for master as well.

@quickbeam123
Copy link
Collaborator

I think, this still stays relevant with ep=RSTC. But yes, the fix from the HOL branch could be tried. It seems we are talking of a very cornerny corner case.

@easychair
Copy link
Contributor

easychair commented Jun 18, 2023 via email

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

3 participants