Skip to content

Commit

Permalink
[trivial] Fix recommended M&S config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp authored Oct 19, 2023
1 parent ca1e60d commit c8b0792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/search/merge_and_shrink/merge_and_shrink_heuristic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit c8b0792

Please sign in to comment.