Go to the source code of this file.
Functions | |
| int | s_alpha_1 (int ply, int beta, int alpha) |
| Perform Alpha portion of Alpha-Beta look-ahead procedure for Score Four. | |
| int | s_beta_1 (int ply, int beta, int alpha) |
| Perform Beta portion of Alpha-Beta look-ahead procedure for Score Four. | |
Variables | |
| int | num_heur_1 |
| Number of times that heuristic_1() is called. | |
| int | num_moves_1 |
| Number of moves that are made. | |
1.4.5