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

Add a SAT solver (behind a feature flag) #32

Open
koenichiwa opened this issue Sep 20, 2023 · 0 comments
Open

Add a SAT solver (behind a feature flag) #32

koenichiwa opened this issue Sep 20, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@koenichiwa
Copy link
Owner

To check if groups are valid, currently we're checking the superset of all initialization states, which is $O(2^g)$ where $g$ is the amount of "grouped" fields. Maybe a SAT solver could help us speed that up.

@koenichiwa koenichiwa added enhancement New feature or request help wanted Extra attention is needed labels Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant