#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <ctype.h>
#include <fcntl.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "aggression.h"
#include "assert.h"
#include "p_evaluate.h"
#include "score4.h"
#include "t_evaluate.h"
#include "three_row.h"
Functions | |
| int | heuristic_1 (void) |
| Calculate the heuristic value of the board. | |
Variables | |
| short * | alpha_ptr_1 |
| Alpha board ptr. | |
| short * | beta_ptr_1 |
| Beta board ptr. | |
| int | apply_trap_1 |
| Apply trap 1 checking? | |
| int | apply_poly_1 |
| Apply polynomial checking? | |
| int | agr_flag_1 |
| Aggression flag. | |
1.4.5