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

Retrieve all compiled variables in an SDD manager #38

Closed
guyvdbroeck opened this issue Jul 30, 2020 · 1 comment
Closed

Retrieve all compiled variables in an SDD manager #38

guyvdbroeck opened this issue Jul 30, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@guyvdbroeck
Copy link
Member

PySDD has a nice API: a, b, c, d = sdd.vars for retrieving all the compiled variables in the SDD manager. We currently have to build those variable circuits one by one. We should add this API.

@guyvdbroeck guyvdbroeck added the good first issue Good for newcomers label Jul 30, 2020
@khosravipasha
Copy link
Collaborator

@guyvdbroeck I think we have this now. I guess can close this, unless something else was meant here

for example this from the readme.md

sun, rain, rainbow, cloud, snow, belgium, los_angeles = pos_literals(Sdd, manager, 7)

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

No branches or pull requests

2 participants