Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Bitv): fix the is_subset function
in a bit vector, given two set i and b, testing "(i && b) <> 0" is testing if the intersection is non-empty and not if i is a subset of b.
- Loading branch information