Skip to content

Commit

Permalink
add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Jul 5, 2024
1 parent e228cac commit 4a7cea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/search/search_algorithms/eager_search.cc
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ void EagerSearch::update_f_value_statistics(EvaluationContext &eval_context) {
void add_eager_search_options_to_feature(
plugins::Feature &feature, const string &description) {
add_search_pruning_options_to_feature(feature);
// We do not add a lazy_evaluator options here
// because it is only used for astar but not the other plugins.
add_search_algorithm_options_to_feature(feature, description);
}

Expand Down

0 comments on commit 4a7cea2

Please sign in to comment.