Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clearer assertion failure on duplicate elements given to member() (#196)
Before this commit, when `member()` function got a `set` with duplicate elements, the program would panic with ``` assertion failed: cs.is_sat() ``` with debugging informaiton about failing constraints. After this commit, the program still panics when encounting duplicates, but now with a clearer message ``` assertion failed: unique_values(set) ```
- Loading branch information