viperproject / viperserver

HTTP server that manages verification requests to different tools from the Viper tool stack.
Other
10 stars 17 forks source link

Domain Ordering #52

Closed ArquintL closed 2 years ago

ArquintL commented 2 years ago

The order of domain functions and domain axioms in a domain should not influence the cacheing behavior in particular because axioms are treated as a global dependency. The current sorting of dependency hashes does not address this problem because domain functions and domain axioms must be sorted before calculating the domain's hash