Function sequant::subset_indices¶
Defined in File algorithm.hpp
Function Documentation¶
-
inline auto sequant::subset_indices(size_t n)¶
Given a size of a container
n
, returns a range of bitsets. The bitsets represent the sieve that can be used to construct the subsequences of the size-n container.