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

Freshness manager optimization #365

Open
berpeti opened this issue May 5, 2023 · 0 comments
Open

Freshness manager optimization #365

berpeti opened this issue May 5, 2023 · 0 comments
Labels
enhancement Enhancement of existing features

Comments

@berpeti
Copy link
Collaborator

berpeti commented May 5, 2023

To solve freshness constraints (i.e., x \notin free_evars \phi), the freshness manager should not expand all conditions. One option for the optimization could be the following:

  1. Deconstruct the goal into a list of subgoals for the metavariables. For example, x \notin \phi $ \psi could be deconstructed to x \notin \phi and x \notin \psi.
  2. Solve the subgoals by using the fact that the metavariables are included in the freshness manager (by using the index_of tactic).
@berpeti berpeti added the enhancement Enhancement of existing features label May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing features
Projects
None yet
Development

No branches or pull requests

1 participant