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

SDD files load as plain logic circuits #70

Closed
talf301 opened this issue Mar 3, 2021 · 1 comment
Closed

SDD files load as plain logic circuits #70

talf301 opened this issue Mar 3, 2021 · 1 comment

Comments

@talf301
Copy link
Member

talf301 commented Mar 3, 2021

If you load in a .sdd file currently using e.g. zoo_sdd, you get a plain logic circuit. This should probably return an SDD, or at least a structured logic circuit.
sdd = zoo_sdd("random.sdd")
Plain⋁Node(16953697995220010969)

@guyvdbroeck guyvdbroeck transferred this issue from Tractables/ProbabilisticCircuits.jl Mar 3, 2021
@guyvdbroeck
Copy link
Member

this is not a bug but a feature: if you also provide a vtree file path then it will parse as an SDD

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

2 participants