Go to the documentation of this file.
28 #ifndef SEARCH_COLUMN_H
29 #define SEARCH_COLUMN_H
42 inline int ColIdx()
const {
return col_idx_; }
58 if (node_hash_table_ !=
NULL) {
59 delete node_hash_table_;
60 node_hash_table_ =
NULL;
65 static const int kNodeAllocChunk = 1024;
66 static const int kScoreBins = 1024;
73 int score_bins_[kScoreBins];
84 #endif // SEARCH_COLUMN_H