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

Can't reliably detect equality between applications of the same network #750

Open
MatthewDaggitt opened this issue Dec 20, 2023 · 0 comments
Labels
backend:verifiers bug Something isn't working

Comments

@MatthewDaggitt
Copy link
Collaborator

For example the following spec should result in a meta-network with only a single network in:

@network 
f : Rat -> Rat

@property
p : Bool
p = forall x y . f x <= f y and x == y

however our caching mechanism which is necessarily syntactic doesn't catch this.

@MatthewDaggitt MatthewDaggitt added bug Something isn't working backend:verifiers labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:verifiers bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant