-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bug in model_count
after conjoin of non-smooth and using Lit(2)
#21
Labels
bug
Something isn't working
Milestone
Comments
khosravipasha
changed the title
Potential Bug in model count
Potential Bug in model count after conditioning
Jun 17, 2020
Smooth a circuit and compile to sdd then conjoin and compare model count
Output: First one is withouth conjoining. The others should all be equal but second one is wrong (i.e. conjoin on a non-smooth circuit and then using Lit(2)). All other cases seem correct.
Doing & with SddsUpdate: now works correctly as expected.
|
khosravipasha
changed the title
Potential Bug in model count after conditioning
Bug in model count after transformations conditioning/forgetting
Jul 26, 2020
khosravipasha
changed the title
Bug in model count after transformations conditioning/forgetting
Smoothing causes Bug in model count
Feb 25, 2021
khosravipasha
changed the title
Smoothing causes Bug in model count
Smoothing or Conditioning causes Bug in model count
Mar 3, 2021
khosravipasha
changed the title
Smoothing or Conditioning causes Bug in model count
Smoothing or Conditioning causes Bug in Mar 22, 2021
model_count
khosravipasha
changed the title
Smoothing or Conditioning causes Bug in
Bug in Mar 25, 2021
model_count
model_count
after conjoin/smoothing
khosravipasha
changed the title
Bug in
Bug in Mar 25, 2021
model_count
after conjoin/smoothingmodel_count
after conjoin of non-smooth and using Lit(2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should hold for model_count but it does not:
mc(delta | x_1) + mc(delta | not x_1) = mc(delta)
The issue imight be because of conjoin on non-smooth circuits.
The text was updated successfully, but these errors were encountered: