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

improve Satchmo.Counting #3

Open
jwaldmann opened this issue May 3, 2016 · 0 comments
Open

improve Satchmo.Counting #3

jwaldmann opened this issue May 3, 2016 · 0 comments

Comments

@jwaldmann
Copy link
Owner

introduce special cases like atleast 1 (which is just or).

for atleast 7 [x1.. x9] one should probably do atmost (9-7) $ map not [x1..x9] (do this whenever a smaller number results, or a number with smaller bit width)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant