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

Lost sort information in quantifier blocks causes problems later. #440

Open
MichaelRawson opened this issue Mar 28, 2023 · 0 comments
Open

Comments

@MichaelRawson
Copy link
Contributor

Filing an issue to track this on behalf of others: I might have this wrong.

QuantifiedFormula keeps an optional list of sorts for each variable in a quantifier block, otherwise the sorts have to be computed later. However, lots of inferences (e.g. rectification, theory normalisation) do not supply sort information where they could. This means that sorts have to be recomputed later, which may be pathological or even a bug in some cases.

To fix this, we should pass the sort information through where it's reasonably available.

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

1 participant