5 #if not defined(USELONG) && not defined(USELONGLONG)
9 #if defined(USELONG) && defined(USELONGLONG)
10 #error "You really have to choose between unsigned long and unsigned long long!"
14 typedef unsigned long mybitset;
16 #elif defined(USELONGLONG)
17 typedef unsigned long long mybitset;
45 virtual mybitset
next();
47 virtual mybitset
get()
const;
53 static unsigned long long gcd(
unsigned long long,
unsigned long long);
55 static unsigned int getMax();
Permutation(unsigned int)
static unsigned long long CalcCombinations(unsigned int, unsigned int)
static unsigned long long gcd(unsigned long long, unsigned long long)
static unsigned int getMax()