probsys / sppl

Probabilistic programming system for fast and exact symbolic inference
Apache License 2.0
76 stars 10 forks source link

Allow general set in "X << S", including S is Union/Complement/Interval, etc. #32

Closed fsaad closed 4 years ago

fsaad commented 4 years ago

i.e., add more cases to this method https://github.com/probcomp/sum-product-dsl/blob/d2745c965d19e14ff7ed6368da37e03c48b0e0e9/src/transforms.py#L289-L311