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

Do not parametrize abstract domain by the search strategy #4

Open
ptal opened this issue Feb 25, 2020 · 0 comments
Open

Do not parametrize abstract domain by the search strategy #4

ptal opened this issue Feb 25, 2020 · 0 comments

Comments

@ptal
Copy link
Owner

ptal commented Feb 25, 2020

Instead of relying on functor for the search strategy, pass it as an argument to split. For now, the argument is mostly useful to split over a subset of the variables, but should be extended to various strategies. An advantage of this design is that we could change dynamically the search strategy of an abstract element, or have two search strategies over distinct set of variables. This is possible in the current design but not convenient as dedicated module must be programmed by hand.

@ptal ptal changed the title Do not parametrize domain by the search strategy Do not parametrize abstract domain by the search strategy Feb 25, 2020
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