HOG2
|
#include <Combinations.h>
Public Member Functions | |
uint64_t | MaxRank (int k) const |
uint64_t | Rank (int *items, int k) const |
void | Unrank (uint64_t hash, int *items, int k) const |
Private Member Functions | |
uint64_t | RankHelper (int *board, int count, int spaces, int offset) const |
void | UnrankHelper (uint64_t rank, int *board, int count, int spaces, int total) const |
Definition at line 27 of file Combinations.h.
|
inline |
Definition at line 29 of file Combinations.h.
References ConstChoose().
|
inline |
Definition at line 30 of file Combinations.h.
References Combinations< N >::RankHelper().
|
inlineprivate |
Definition at line 33 of file Combinations.h.
References ConstChoose().
Referenced by Combinations< N >::Rank().
|
inline |
Definition at line 31 of file Combinations.h.
References Combinations< N >::UnrankHelper().
|
inlineprivate |
Definition at line 43 of file Combinations.h.
References ConstChoose().
Referenced by Combinations< N >::Unrank().