Storm
A Modern Probabilistic Model Checker
|
Go to the source code of this file.
Functions | |
uint64_t | smallestIntWithNBitsSet (uint64_t n) |
uint64_t | nextBitPermutation (uint64_t v) |
The next bit permutation in a lexicographical sense. | |
|
inline |
The next bit permutation in a lexicographical sense.
Example: 00010011, 00010101, 00010110, 00011001, 00011010, 00011100, 00100011, and so forth
From https://graphics.stanford.edu/~seander/bithacks.html#NextBitPermutation
Definition at line 24 of file bitoperations.h.
|
inline |
Definition at line 9 of file bitoperations.h.