diff --git a/src/search/merge_and_shrink/merge_and_shrink_heuristic.cc b/src/search/merge_and_shrink/merge_and_shrink_heuristic.cc index 9760bb02ad..c35f251c93 100644 --- a/src/search/merge_and_shrink/merge_and_shrink_heuristic.cc +++ b/src/search/merge_and_shrink/merge_and_shrink_heuristic.cc @@ -210,8 +210,8 @@ class MergeAndShrinkHeuristicFeature : public plugins::TypedFeature<Evaluator, M "value would be half of the time allocated for the planner.\n" "{{{\nmerge_and_shrink(shrink_strategy=shrink_bisimulation(greedy=false)," "merge_strategy=merge_sccs(order_of_sccs=topological,merge_selector=" - "score_based_filtering(scoring_functions=[goal_relevance,dfp," - "total_order])),label_reduction=exact(before_shrinking=true," + "score_based_filtering(scoring_functions=[goal_relevance(),dfp()," + "total_order()])),label_reduction=exact(before_shrinking=true," "before_merging=false),max_states=50k,threshold_before_merge=1)\n}}}\n"); document_language_support("action costs", "supported");