Skip to content

Conversation

@ClemensBuechner
Copy link
Contributor

No description provided.

@ClemensBuechner ClemensBuechner changed the title Migrate changes from outdated pull request. Issue1072 Jan 16, 2024
const vector<LandmarkNode *> &LandmarkGraph::get_conjunctive_landmarks(
const FactPair &fact) const {
assert(contains_conjunctive_landmark(fact));
return conjunctive_landmarks_to_nodes.find(fact)->second;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return conjunctive_landmarks_to_nodes[fact];
?

lm_fact, vector<LandmarkNode *>{new_node_p});
} else {
(it->second).push_back(new_node_p);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace lines 131-137 by conjunctive_landmarks_to_nodes[lm_fact].emplace_back(new_node_p);
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants