VRPH
1.0
|
#include <VRPUtils.h>
Public Attributes | |
int | num_vals |
int | hash_val_2 [NUM_ENTRIES] |
int | tot |
double | length [NUM_ENTRIES] |
Definition at line 30 of file VRPUtils.h.
int htable_entry::hash_val_2[NUM_ENTRIES] |
Definition at line 41 of file VRPUtils.h.
double htable_entry::length[NUM_ENTRIES] |
Definition at line 43 of file VRPUtils.h.
Each entry in the hash table will contain an array of num_vals valid entries in hval[]. Each entry is produced by hashing using SALT_2. The length array contains the lengths of the routes in this position in the hash table.
Definition at line 40 of file VRPUtils.h.
Definition at line 42 of file VRPUtils.h.