Skip to content

Conversation

@shinichi1729
Copy link

Title: Implemented Bitwise Fast Enumeration of submasks

Description:
I've implemented a fast enumeration method for all submasks by taking advantage of bit properties.

Example:
n = 13 (1101)
s $\in$ {13 (1101), 12 (1100), 9 (1001), 8 (1000), 5 (101), 4 (100), 1}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant