Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(192)

Unified Diff: src/search/open_lists/open_list_buckets.h

Issue 6454058: Issue77 Add evaluation contexts, to be passed into the evaluators by the search methods
Patch Set: Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/search/open_lists/alternation_open_list.cc ('k') | src/search/open_lists/open_list_buckets.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/search/open_lists/open_list_buckets.h
===================================================================
--- a/src/search/open_lists/open_list_buckets.h
+++ b/src/search/open_lists/open_list_buckets.h
@@ -24,6 +24,8 @@
bool dead_end_reliable;
protected:
ScalarEvaluator *get_evaluator() {return evaluator; }
+ void evaluate(int g, bool preferred);
+ bool is_last_evaluated_dead_end() const;
public:
BucketOpenList(const Options &opts);
@@ -34,8 +36,6 @@
bool empty() const;
void clear();
- void evaluate(int g, bool preferred);
- bool is_dead_end() const;
bool dead_end_is_reliable() const;
void get_involved_heuristics(std::set<Heuristic *> &hset);
« no previous file with comments | « src/search/open_lists/alternation_open_list.cc ('k') | src/search/open_lists/open_list_buckets.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b