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

Construct generating function of BDD. #3

Open
msk-ono opened this issue Sep 25, 2023 · 0 comments
Open

Construct generating function of BDD. #3

msk-ono opened this issue Sep 25, 2023 · 0 comments

Comments

@msk-ono
Copy link
Owner

msk-ono commented Sep 25, 2023

If we have BDD of function $f(x_1, \dots, x_n)$, we can efficiently construct generating function $a_0 + a_1 z + \dots + a_n z^n$.

$a_i$ is the number of $(x_1, \dots, x_n)$ such that $f(x_1, \dots, x_n) = 1$ and $x_1 + \dots + x_n = j$.

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