#include "freelist.h"
#include "closed.h"
#include "cutil.h"
#include "callcpp.h"
Defines | |
#define | TABLE_SIZE 2000 |
Functions | |
hash_add | |
int | hash_add (HASH_TABLE state_table, STATE *state) |
hash_lookup | |
int | hash_lookup (HASH_TABLE state_table, STATE *state) |
new_hash_table | |
HASH_TABLE | new_hash_table () |
Variables | |
HASH_TABLE | global_hash = NULL |
#define TABLE_SIZE 2000 |
int hash_add | ( | HASH_TABLE | state_table, | |
STATE * | state | |||
) |
int hash_lookup | ( | HASH_TABLE | state_table, | |
STATE * | state | |||
) |
HASH_TABLE new_hash_table | ( | ) |
HASH_TABLE global_hash = NULL |