Skip to content

Commit

Permalink
Add reasonable orders to alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Sep 4, 2023
1 parent 6a7f3ad commit d8d5ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def _get_lama(pref):

ALIASES["seq-opt-bjolp"] = [
"--search",
"let(lmc, landmark_cost_partitioning(lm_merged([lm_rhw(),lm_hm(m=1)])),"
"let(lmc, landmark_cost_partitioning(lm_reasonable_orders_hps(lm_merged([lm_rhw(),lm_hm(m=1)]))),"
"astar(lmc,lazy_evaluator=lmc))"]

ALIASES["seq-opt-lmcut"] = [
Expand Down

0 comments on commit d8d5ee5

Please sign in to comment.