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

Improvement: Noop Update in Unsat Core-Based Interpolation #572

Open
Heizmann opened this issue Aug 1, 2021 · 0 comments
Open

Improvement: Noop Update in Unsat Core-Based Interpolation #572

Heizmann opened this issue Aug 1, 2021 · 0 comments

Comments

@Heizmann
Copy link
Member

Heizmann commented Aug 1, 2021

If an update a[i]=v in a trace is useless for proving infeasibility the corresponding SMT formula (= a' (store a i v)) is in the unsatisfiable core because we need the information about the connection of a' and a.
This lead to interpolants of the form Ǝ i. a[i]=v that are usually useless and costly. We could avoid this by temporarily by changing the update to a[i]=tmp /\ tmp = v for an auxiliary variable tmp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant