#include "RubiksCube7Edges.h"
#include "GLUtil.h"
#include <cassert>
Go to the source code of this file.
|
uint64_t | Factorial (int n) |
|
int | get (uint64_t state, int whichLoc) |
|
void | set (uint64_t &state, int whichLoc, int cube) |
|
void | swap (uint64_t &state, int loc1, int loc2) |
|
◆ Factorial()
uint64_t Factorial |
( |
int |
n | ) |
|
|
inline |
Definition at line 335 of file RubiksCube7Edges.cpp.
Referenced by Rubik7Edge::getMaxSinglePlayerRank(), Rubik7Edge::getMaxSinglePlayerRank2(), MNPuzzle< width, height >::GetMaxStateHash(), Rubik7Edge::GetStateFromHash(), RubiksCorner::GetStateFromHash(), Rubik7Edge::GetStateHash(), RubiksCorner::GetStateHash(), MNPuzzle< width, height >::GetStateHash(), RubiksCorner::rankPlayerRemaining(), and Rubik7Edge::rankPlayerRemaining().
◆ get()
int get |
( |
uint64_t |
state, |
|
|
int |
whichLoc |
|
) |
| |
|
inline |
◆ set()
void set |
( |
uint64_t & |
state, |
|
|
int |
whichLoc, |
|
|
int |
cube |
|
) |
| |
|
inline |
◆ swap()
void swap |
( |
uint64_t & |
state, |
|
|
int |
loc1, |
|
|
int |
loc2 |
|
) |
| |
|
inline |