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

Take advantage of previous computations via filters/pushouts #2

Open
kris-brown opened this issue Nov 8, 2021 · 0 comments
Open

Take advantage of previous computations via filters/pushouts #2

kris-brown opened this issue Nov 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kris-brown
Copy link
Owner

If enumerating models of a theory that simply adds constraints to a previous theory that has been enumerated, then we can get models merely by filtering previous results.

If a theory is expressible as a pushout of two other theories, then enumerating its models is just the database join of the enumerations of the smaller theories (which should often be easier to compute).

These should be implemented. Are there other tricks that can take advantage of the structure of theories?

@kris-brown kris-brown added the enhancement New feature or request label Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant