HOG2
Functions | Variables
Fling.cpp File Reference
#include "Fling.h"
#include <stdint.h>
#include <string.h>
#include <algorithm>
Include dependency graph for Fling.cpp:

Go to the source code of this file.

Functions

void GetMirror (const FlingBoard &in, FlingBoard &out, bool h, bool v)
 
void ShiftToCorner (FlingBoard &in)
 
uint64_t GetCanonicalHash (uint64_t which)
 

Variables

const int maxPieces = 14
 

Function Documentation

◆ GetCanonicalHash()

uint64_t GetCanonicalHash ( uint64_t  which)

◆ GetMirror()

void GetMirror ( const FlingBoard in,
FlingBoard out,
bool  h,
bool  v 
)

◆ ShiftToCorner()

void ShiftToCorner ( FlingBoard in)

Variable Documentation

◆ maxPieces

const int maxPieces = 14

Definition at line 1058 of file Fling.cpp.

Referenced by Fling::binomial(), and Fling::initBinomial().