My Project
Functions | Variables
count_last_flip_plain.c File Reference

Functions

int last_flip (int pos, unsigned long long P)
 

Variables

static const unsigned char COUNT_FLIP [8][256]
 
static const unsigned long long mask_d [2][64]
 

Detailed Description

A function is provided to count the number of fipped disc of the last move.

The basic principle is to read into an array a precomputed result. Doing this is easy for a single line ; as we can use arrays of the form:

Date
1998 - 2017
Author
Richard Delorme
Toshihiko Okuhara
Version
4.4

Function Documentation

◆ last_flip()

int last_flip ( int  pos,
unsigned long long  P 
)

Count last flipped discs when playing on the last empty.

Parameters
posthe last empty square.
Pplayer's disc pattern.
Returns
flipped disc count.

Variable Documentation

◆ COUNT_FLIP

const unsigned char COUNT_FLIP[8][256]
static

precomputed count flip array

◆ mask_d

const unsigned long long mask_d[2][64]
static