Skip to content

Commit

Permalink
[issue1036] Add reasonable orders to BJOLP alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner authored Sep 4, 2023
1 parent 6a7f3ad commit 6ef7c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class LandmarkFactoryReasonableOrdersHPS : public LandmarkFactory {

virtual void generate_landmarks(const std::shared_ptr<AbstractTask> &task) override;

void approximate_reasonable_orders(
const TaskProxy &task_proxy);
void approximate_reasonable_orders(const TaskProxy &task_proxy);
bool interferes(
const TaskProxy &task_proxy, const Landmark &landmark_a,
const Landmark &landmark_b) const;
Expand Down

0 comments on commit 6ef7c22

Please sign in to comment.