Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
search.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gameEndException
 
class  noMoveFoundException
 
class  searchAbortedException
 
class  bSearchAlgorithm
 

Macros

#define DEBUG_sendInfoSearching(b, depth, msg, sc)
 
#define DEBUG_sendInfoSearchingNS(b, depth, msg)
 
#define ALPHABETA   "𝛼𝛽"
 
#define ALPHA   "𝛼"
 
#define BETA   "𝛽"
 
#define BE_SEARCH   "β…€"
 
#define BE_BEST   "↑"
 
#define BE_INF   "∞"
 
#define BE_UNDEFINED   "*"
 
#define BE_DRAW   "Β½-Β½"
 

Macro Definition Documentation

◆ DEBUG_sendInfoSearching

#define DEBUG_sendInfoSearching ( b,
depth,
msg,
sc )

◆ DEBUG_sendInfoSearchingNS

#define DEBUG_sendInfoSearchingNS ( b,
depth,
msg )

◆ ALPHABETA

#define ALPHABETA   "𝛼𝛽"

◆ ALPHA

#define ALPHA   "𝛼"

Definition at line 57 of file search.h.

Referenced by bSearchScore::operator std::string().

◆ BETA

#define BETA   "𝛽"

Definition at line 58 of file search.h.

Referenced by bSearchScore::operator std::string().

◆ BE_SEARCH

#define BE_SEARCH   "β…€"

Definition at line 59 of file search.h.

◆ BE_BEST

#define BE_BEST   "↑"

Definition at line 60 of file search.h.

◆ BE_INF

#define BE_INF   "∞"

Definition at line 61 of file search.h.

Referenced by engineInterface::scoreAsString().

◆ BE_UNDEFINED

#define BE_UNDEFINED   "*"

Definition at line 62 of file search.h.

Referenced by engineInterface::scoreAsString().

◆ BE_DRAW

#define BE_DRAW   "Β½-Β½"

Definition at line 63 of file search.h.

Referenced by engineInterface::scoreAsString().