Skip to content

Commit

Permalink
Allow reasonable orderings towards landmarks that hold initially.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Sep 13, 2023
1 parent 17ae77a commit 9744a3e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ void LandmarkFactoryReasonableOrdersHPS::approximate_reasonable_orders(
if (landmark.disjunctive)
continue;

if (landmark.is_true_in_state(initial_state))
return;

if (landmark.is_true_in_goal) {
for (auto &node2_p : lm_graph->get_nodes()) {
const Landmark &landmark2 = node2_p->get_landmark();
Expand Down

0 comments on commit 9744a3e

Please sign in to comment.