tulip-control / dd

Binary Decision Diagrams (BDDs) in pure Python and Cython wrappers of CUDD, Sylvan, and BuDDy
https://pypi.org/project/dd
Other
181 stars 39 forks source link

consider renaming `sat_iter` to `pick_iter` #27

Closed johnyf closed 7 years ago

johnyf commented 7 years ago

Following the TLA+ proof syntax PICK x: P(x). A method pick has been added in a2dfd2a4108da8fdaab2e39465bb271554ef3e5d, following the example of omega.symbolic.fol.Context.pick, which includes a method pick_iter. The pick method is only a convenience wrapper around pick_iter.

Motivation: